org.eclipse.cdt.core.dom.ast
Interface IASTExpressionList
- All Superinterfaces:
- IASTExpression, IASTNode
- public interface IASTExpressionList
- extends IASTExpression
Expression List (Comma separated list of expressions).
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
NESTED_EXPRESSION
public static final ASTNodeProperty NESTED_EXPRESSION
NESTED_EXPRESSION
describes the relationship between
IASTExpressionList
and the nested
IASTExpression
s.
getExpressions
public IASTExpression[] getExpressions()
- Get nested expressions.
- Returns:
IASTExpression []
nested expressions
addExpression
public void addExpression(IASTExpression expression)
- Add nested expression.
- Parameters:
expression
- IASTExpression
value to be added.
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.