koala.dynamicjava.tree
Interface ExpressionContainer
- All Known Implementing Classes:
- UnaryExpression, ObjectMethodCall, ThrowStatement, ArrayAccess, InstanceOfExpression, ObjectFieldAccess, SwitchBlock, ConstructorInvocation, InnerAllocation, ReturnStatement
- public interface ExpressionContainer
This interface is implemented by the classes that contains an expression
Field Summary |
static java.lang.String |
EXPRESSION
The expression property name |
EXPRESSION
public static final java.lang.String EXPRESSION
- The expression property name
getExpression
public Expression getExpression()
- Returns the expression
setExpression
public void setExpression(Expression e)
- Sets the expression
Copyright © 2001 Stephane Hillion. All Rights Reserved.