Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast
Interface IASTExpressionStatement

All Superinterfaces:
IASTNode, IASTStatement

public interface IASTExpressionStatement
extends IASTStatement

Expression statement.


Field Summary
static ASTNodeProperty EXPFRESSION
          EXPRESSION is the relationship between an IASTExpressionStatement and an IASTExpression.
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTStatement
EMPTY_STATEMENT_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 IASTExpression getExpression()
          Get the expression in this statement.
 void setExpression(IASTExpression expression)
          Set the expression statement.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Field Detail

EXPFRESSION

static final ASTNodeProperty EXPFRESSION
EXPRESSION is the relationship between an IASTExpressionStatement and an IASTExpression.

Method Detail

getExpression

IASTExpression getExpression()
Get the expression in this statement.

Returns:
the expression

setExpression

void setExpression(IASTExpression expression)
Set the expression statement.

Parameters:
expression -

Eclipse CDT
Pre-release 3.0

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