|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPASTTemplateId
Field Summary | |
---|---|
static IASTNode[] |
EMPTY_ARG_ARRAY
Constant. |
static ASTNodeProperty |
TEMPLATE_ID_ARGUMENT
TEMPLATE_ID_ARGUMENT = template id argument. |
static ASTNodeProperty |
TEMPLATE_NAME
TEMPLATE_NAME is the IASTName. |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTName |
---|
EMPTY_NAME_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
EMPTY_NODE_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
---|
r_declaration, r_definition, r_reference, r_unclear |
Method Summary | |
---|---|
void |
addTemplateArgument(IASTExpression expression)
Add template argument. |
void |
addTemplateArgument(IASTTypeId typeId)
Add template argument. |
IASTNode[] |
getTemplateArguments()
Get all template arguments. |
IASTName |
getTemplateName()
Get the name. |
void |
setTemplateName(IASTName name)
Set the name. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTName |
---|
getBinding, isDeclaration, isDefinition, isReference, resolveBinding, resolvePrefix, setBinding, toCharArray |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
---|
getRoleForName |
Field Detail |
---|
static final ASTNodeProperty TEMPLATE_NAME
static final ASTNodeProperty TEMPLATE_ID_ARGUMENT
static final IASTNode[] EMPTY_ARG_ARRAY
Method Detail |
---|
IASTName getTemplateName()
IASTName
void setTemplateName(IASTName name)
name
- IASTName
void addTemplateArgument(IASTTypeId typeId)
typeId
- IASTTypeId
void addTemplateArgument(IASTExpression expression)
expression
- IASTExpression
IASTNode[] getTemplateArguments()
IASTNode []
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |