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
 
Method Summary
 Expression getExpression()
          Returns the expression
 void setExpression(Expression e)
          Sets the expression
 

Field Detail

EXPRESSION

public static final java.lang.String EXPRESSION
The expression property name
Method Detail

getExpression

public Expression getExpression()
Returns the expression

setExpression

public void setExpression(Expression e)
Sets the expression


Copyright © 2001 Stephane Hillion. All Rights Reserved.