|
Eclipse CDT Pre-release 3.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
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, 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 int st_class
st_class
represents a class.
static final int st_typename
st_typename
represents a typename.
static final ASTNodeProperty PARAMETER_NAME
static final ASTNodeProperty DEFAULT_TYPE
Method Detail |
---|
int getParameterType()
void setParameterType(int value)
value
- intIASTName getName()
IASTName
void setName(IASTName name)
name
- IASTName
IASTTypeId getDefaultType()
IASTTypeId
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 |