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, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
NESTED_EXPRESSION
static final ASTNodeProperty NESTED_EXPRESSION
NESTED_EXPRESSION describes the relationship between
IASTExpressionList and the nested
IASTExpressions.
getExpressions
IASTExpression[] getExpressions()
- Get nested expressions.
- Returns:
IASTExpression [] nested expressions
addExpression
void addExpression(IASTExpression expression)
- Add nested expression.
- Parameters:
expression - IASTExpression value to be added.
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.