|
Eclipse CDT 7.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPASTSimpleTypeTemplateParameter
This interface represents a simple type template parameter.
Field Summary | |
---|---|
static ASTNodeProperty |
DEFAULT_TYPE
Relation between template parameter and its default type. |
static ASTNodeProperty |
PARAMETER_NAME
Relation between template parameter and its name. |
static int |
st_class
st_class represents a class. |
static int |
st_typename
st_typename represents a typename. |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateParameter |
---|
EMPTY_TEMPLATEPARAMETER_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 | |
---|---|
ICPPASTSimpleTypeTemplateParameter |
copy()
Returns a mutable copy of the tree rooted at this node. |
IASTTypeId |
getDefaultType()
Returns the default value (a type id) for this template parameter, or null . |
IASTName |
getName()
Returns the template parameter name. |
int |
getParameterType()
Get the parameter type. |
void |
setDefaultType(IASTTypeId typeId)
Sets the default value (a type id) for this template parameter. |
void |
setIsParameterPack(boolean val)
Set whether this is a parameter pack. |
void |
setName(IASTName name)
Sets the template parameter name. |
void |
setParameterType(int value)
Set the parameter type. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateParameter |
---|
isParameterPack |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
---|
getRoleForName |
Field Detail |
---|
static final ASTNodeProperty PARAMETER_NAME
static final ASTNodeProperty DEFAULT_TYPE
static final int st_class
st_class
represents a class.
static final int st_typename
st_typename
represents a typename.
Method Detail |
---|
int getParameterType()
IASTName getName()
IASTTypeId getDefaultType()
null
.
void setParameterType(int value)
void setIsParameterPack(boolean val)
void setName(IASTName name)
void setDefaultType(IASTTypeId typeId)
ICPPASTSimpleTypeTemplateParameter copy()
IASTNode
copy.getParent() == null
copy.getPropertyInParent() == null
copy.isFrozen() == false
Preprocessor nodes do not currently support being copied.
Implicit name nodes are not copied, instead they can be regenerated
if required.
copy
in interface IASTNode
copy
in interface ICPPASTTemplateParameter
|
Eclipse CDT 7.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |