koala.dynamicjava.tree
Interface ExpressionContainer

All Known Implementing Classes:
AnonymousInnerAllocation, ArrayAccess, CastExpression, ComplementExpression, ConstructorCall, ExpressionStatement, InnerAllocation, InstanceOfExpression, MinusExpression, NotExpression, ObjectFieldAccess, ObjectMethodCall, PlusExpression, PostDecrement, PostIncrement, PreDecrement, PreIncrement, ReturnStatement, SwitchBlock, ThrowStatement, UnaryExpression

public interface ExpressionContainer

This interface is implemented by the classes that contains an expression

Version:
1.0 - 1999/06/29
Author:
Stephane Hillion

Field Summary
static String EXPRESSION
          The expression property name
 
Method Summary
 Expression getExpression()
          Returns the expression
 void setExpression(Expression e)
          Sets the expression
 

Field Detail

EXPRESSION

static final String EXPRESSION
The expression property name

See Also:
Constant Field Values
Method Detail

getExpression

Expression getExpression()
Returns the expression


setExpression

void setExpression(Expression e)
Sets the expression