|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a simple type template parameter.
Field Summary | |
---|---|
static ASTNodeProperty |
DEFAULT_TYPE
DEFAULT_TYPE is the optional default typeId value |
static ASTNodeProperty |
PARAMETER_NAME
The parameter 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 | |
---|---|
IASTTypeId |
getDefaultType()
Get the default type. |
IASTName |
getName()
Get the name. |
int |
getParameterType()
Get the parameter type. |
void |
setDefaultType(IASTTypeId typeId)
Set the default type. |
void |
setName(IASTName name)
Set the name. |
void |
setParameterType(int value)
Set the parameter type. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, contains, 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 int st_class
st_class
represents a class.
public static final int st_typename
st_typename
represents a typename.
public static final ASTNodeProperty PARAMETER_NAME
public static final ASTNodeProperty DEFAULT_TYPE
Method Detail |
public int getParameterType()
public void setParameterType(int value)
value
- intpublic IASTName getName()
IASTName
public void setName(IASTName name)
name
- IASTName
public IASTTypeId getDefaultType()
IASTTypeId
public void setDefaultType(IASTTypeId typeId)
typeId
- IASTTypeId
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |