|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final ASTNodeProperty TEMPLATE_NAME
public static final ASTNodeProperty TEMPLATE_ID_ARGUMENT
public static final IASTNode[] EMPTY_ARG_ARRAY
Method Detail |
public IASTName getTemplateName()
IASTName
public void setTemplateName(IASTName name)
name
- IASTName
public void addTemplateArgument(IASTTypeId typeId)
typeId
- IASTTypeId
public void addTemplateArgument(IASTExpression expression)
expression
- IASTExpression
public 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 |