org.eclipse.cdt.core.dom.ast.gnu
Interface IGNUASTCompoundStatementExpression
- All Superinterfaces:
- IASTExpression, IASTNode
- public interface IGNUASTCompoundStatementExpression
- extends IASTExpression
There are GNU language extensions that apply to both GCC and G++. Compound
statement's as expressions.
Field Summary |
static ASTNodeProperty |
STATEMENT
STATEMENT describes the relationship between
IGNUASTCompoundStatementExpression and
IASTCompoundStatement . |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
STATEMENT
public static final ASTNodeProperty STATEMENT
STATEMENT
describes the relationship between
IGNUASTCompoundStatementExpression
and
IASTCompoundStatement
.
getCompoundStatement
public IASTCompoundStatement getCompoundStatement()
- Get the compound statement.
- Returns:
IASTCompoundStatement
setCompoundStatement
public void setCompoundStatement(IASTCompoundStatement statement)
- Set the compound statement.
- Parameters:
statement
- IASTCompoundStatement
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.