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 . |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
EXPFRESSION
public static final ASTNodeProperty EXPFRESSION
EXPRESSION
is the relationship between an
IASTExpressionStatement
and an IASTExpression
.
getExpression
public IASTExpression getExpression()
- Get the expression in this statement.
- Returns:
- the expression
setExpression
public void setExpression(IASTExpression expression)
- Set the expression statement.
- Parameters:
expression
-
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.