koala.dynamicjava.tree
Class Expression
java.lang.Object
koala.dynamicjava.tree.Node
koala.dynamicjava.tree.Expression
- All Implemented Interfaces:
- SourceInfo.Wrapper
- Direct Known Subclasses:
- Annotation, ArrayInitializer, BinaryExpression, ConditionalExpression, InstanceOfExpression, PrimaryExpression, UnaryExpression
public abstract class Expression
- extends Node
This class represents the expression nodes of the syntax tree
- Version:
- 1.0 - 1999/04/24
- Author:
- Stephane Hillion
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Expression
protected Expression(SourceInfo si)
- Initializes the expression