|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IASTExpressionList
Expression List (Comma separated list of expressions).
| Field Summary | |
|---|---|
static ASTNodeProperty |
NESTED_EXPRESSION
NESTED_EXPRESSION describes the relationship between
IASTExpressionList and the nested
IASTExpressions. |
| 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. |
IASTExpressionList |
copy()
Returns a mutable copy of the tree rooted at this node. |
IASTExpression[] |
getExpressions()
Get nested expressions. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
|---|
getExpressionType, isLValue |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent |
| Field Detail |
|---|
static final ASTNodeProperty NESTED_EXPRESSION
NESTED_EXPRESSION describes the relationship between
IASTExpressionList and the nested
IASTExpressions.
| Method Detail |
|---|
IASTExpression[] getExpressions()
IASTExpression [] nested expressionsvoid addExpression(IASTExpression expression)
expression - IASTExpression value to be added.IASTExpressionList 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.
copy in interface IASTExpressioncopy in interface IASTInitializerClausecopy in interface IASTNode
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||