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 . |
STATEMENT
static final ASTNodeProperty STATEMENT
STATEMENT
describes the relationship between
IGNUASTCompoundStatementExpression
and
IASTCompoundStatement
.
getCompoundStatement
IASTCompoundStatement getCompoundStatement()
- Get the compound statement.
- Returns:
IASTCompoundStatement
setCompoundStatement
void setCompoundStatement(IASTCompoundStatement statement)
- Set the compound statement.
- Parameters:
statement
- IASTCompoundStatement
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.