Eclipse CDT
Pre-release 3.0

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.
 
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
 IASTCompoundStatement getCompoundStatement()
          Get the compound statement.
 void setCompoundStatement(IASTCompoundStatement statement)
          Set the compound statement.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Field Detail

STATEMENT

static final ASTNodeProperty STATEMENT
STATEMENT describes the relationship between IGNUASTCompoundStatementExpression and IASTCompoundStatement.

Method Detail

getCompoundStatement

IASTCompoundStatement getCompoundStatement()
Get the compound statement.

Returns:
IASTCompoundStatement

setCompoundStatement

void setCompoundStatement(IASTCompoundStatement statement)
Set the compound statement.

Parameters:
statement - IASTCompoundStatement

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.