|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPASTTemplatedTypeTemplateParameter
This is a templated template parameter.
| Field Summary | |
|---|---|
static ASTNodeProperty |
DEFAULT_VALUE
DEFAULT_VALUE is an expession. |
static ASTNodeProperty |
PARAMETER
PARAMETER |
static ASTNodeProperty |
PARAMETER_NAME
This parameter's name. |
| 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 | |
|---|---|
void |
addTemplateParamter(ICPPASTTemplateParameter parm)
Add a parameter. |
IASTExpression |
getDefaultValue()
Get default value for template type. |
IASTName |
getName()
Get name. |
ICPPASTTemplateParameter[] |
getTemplateParameters()
Get all template parameters. |
void |
setDefaultValue(IASTExpression expression)
Set default value for template type. |
void |
setName(IASTName name)
Set name. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNameOwner |
|---|
getRoleForName |
| Field Detail |
|---|
static final ASTNodeProperty PARAMETER
static final ASTNodeProperty PARAMETER_NAME
static final ASTNodeProperty DEFAULT_VALUE
| Method Detail |
|---|
ICPPASTTemplateParameter[] getTemplateParameters()
ICPPASTTemplateParameter []void addTemplateParamter(ICPPASTTemplateParameter parm)
parm - ICPPASTTemplateParameterIASTName getName()
IASTNamevoid setName(IASTName name)
name - IASTNameIASTExpression getDefaultValue()
IASTExpressionvoid setDefaultValue(IASTExpression expression)
expression - IASTExpression
|
Eclipse CDT Pre-release 3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||