koala.dynamicjava.tree
Class PrimaryExpression

java.lang.Object
  extended by koala.dynamicjava.tree.Node
      extended by koala.dynamicjava.tree.Expression
          extended by koala.dynamicjava.tree.PrimaryExpression
All Implemented Interfaces:
SourceInfo.Wrapper
Direct Known Subclasses:
AmbiguousName, ArrayAccess, ArrayAllocation, ConstructorCall, FieldAccess, InnerAllocation, Literal, MethodCall, SimpleAllocation, ThisExpression, TypeExpression, VariableAccess

public abstract class PrimaryExpression
extends Expression

This class represents the primary expression nodes of the syntax tree

Version:
1.0 - 1999/04/24
Author:
Stephane Hillion

Constructor Summary
protected PrimaryExpression(SourceInfo si)
          Initializes the expression
 
Method Summary
 
Methods inherited from class koala.dynamicjava.tree.Node
acceptVisitor, archiveProperties, getProperties, getProperty, getSourceInfo, hasProperty, setProperty, setSourceInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryExpression

protected PrimaryExpression(SourceInfo si)
Initializes the expression