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 . |
EXPFRESSION
static final ASTNodeProperty EXPFRESSION
EXPRESSION
is the relationship between an
IASTExpressionStatement
and an IASTExpression
.
getExpression
IASTExpression getExpression()
- Get the expression in this statement.
- Returns:
- the expression
setExpression
void setExpression(IASTExpression expression)
- Set the expression statement.
- Parameters:
expression
-
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.