org.eclipse.cdt.core.dom.ast
Interface IASTInitializerExpression
- All Superinterfaces:
- IASTInitializer, IASTNode
- public interface IASTInitializerExpression
- extends IASTInitializer
This is an initializer that is simply an expression.
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
INITIALIZER_EXPRESSION
public static final ASTNodeProperty INITIALIZER_EXPRESSION
INITIALIZER_EXPRESSION
represents the relationship between
an IASTInitializerExpression
. and its
IASTExpression.
getExpression
public IASTExpression getExpression()
- Get the expression for the initializer.
- Returns:
IASTExpression
setExpression
public void setExpression(IASTExpression expression)
- Set the initializer's expression.
- Parameters:
expression
- IASTExpression
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.