|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ICPPASTSimpleTypeConstructorExpression
.
@Deprecated public interface ICPPASTTypenameExpression
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
---|
IASTExpression.ValueCategory |
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
IASTNode.CopyStyle |
Field Summary | |
---|---|
static ASTNodeProperty |
INITIAL_VALUE
Deprecated. INITIAL_VALUE is an expression. |
static ASTNodeProperty |
TYPENAME
Deprecated. TYPENAME is the name of the type. |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression |
---|
INITIALIZER, INITIALIZER_VALUE, t_bool, t_char, t_double, t_float, t_int, t_last, t_long, t_short, t_signed, t_unsigned, t_unspecified, t_void, t_wchar_t, TYPE_SPECIFIER |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
---|
EMPTY_EXPRESSION_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 | |
---|---|
ICPPASTTypenameExpression |
copy()
Deprecated. Returns a mutable copy of the tree rooted at this node. |
IASTExpression |
getInitialValue()
Deprecated. Get initial value. |
IASTName |
getName()
Deprecated. Get the name. |
boolean |
isTemplate()
Deprecated. Was template token consumed? |
void |
setInitialValue(IASTExpression expressionList)
Deprecated. Set initial value. |
void |
setIsTemplate(boolean templateTokenConsumed)
Deprecated. Was template token consumed? |
void |
setName(IASTName name)
Deprecated. Set the name. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression |
---|
copy, getDeclSpecifier, getInitializer, getSimpleType, setDeclSpecifier, setInitializer, setSimpleType |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
---|
getExpressionType, getValueCategory, isLValue |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTInitializerClause |
---|
getEvaluation |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, 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 TYPENAME
TYPENAME
is the name of the type.
static final ASTNodeProperty INITIAL_VALUE
INITIAL_VALUE
is an expression.
Method Detail |
---|
void setIsTemplate(boolean templateTokenConsumed)
templateTokenConsumed
- booleanboolean isTemplate()
void setName(IASTName name)
name
- IASTName
IASTName getName()
IASTName
void setInitialValue(IASTExpression expressionList)
setInitialValue
in interface ICPPASTSimpleTypeConstructorExpression
expressionList
- IASTExpression
IASTExpression getInitialValue()
getInitialValue
in interface ICPPASTSimpleTypeConstructorExpression
IASTExpression
ICPPASTTypenameExpression 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.
Calling this method is equivalent
copy
in interface IASTExpression
copy
in interface IASTInitializerClause
copy
in interface IASTNode
copy
in interface ICPPASTSimpleTypeConstructorExpression
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |