|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Expression List (Comma separated list of expressions).
Field Summary | |
static ASTNodeProperty |
NESTED_EXPRESSION
NESTED_EXPRESSION describes the relationship between
IASTExpressionList and the nested
IASTExpression s. |
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 |
Method Summary | |
void |
addExpression(IASTExpression expression)
Add nested expression. |
IASTExpression[] |
getExpressions()
Get nested expressions. |
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 NESTED_EXPRESSION
NESTED_EXPRESSION
describes the relationship between
IASTExpressionList
and the nested
IASTExpression
s.
Method Detail |
public IASTExpression[] getExpressions()
IASTExpression []
nested expressionspublic void addExpression(IASTExpression expression)
expression
- IASTExpression
value to be added.
|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |