|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is an initializer that is simply an expression.
Field Summary | |
static ASTNodeProperty |
INITIALIZER_EXPRESSION
INITIALIZER_EXPRESSION represents the relationship between
an IASTInitializerExpression . and its IASTExpression. |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTInitializer |
EMPTY_INITIALIZER_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
EMPTY_NODE_ARRAY |
Method Summary | |
IASTExpression |
getExpression()
Get the expression for the initializer. |
void |
setExpression(IASTExpression expression)
Set the initializer's expression. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Field Detail |
public static final ASTNodeProperty INITIALIZER_EXPRESSION
INITIALIZER_EXPRESSION
represents the relationship between
an IASTInitializerExpression
. and its
IASTExpression.
Method Detail |
public IASTExpression getExpression()
IASTExpression
public void setExpression(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 |