com.jeffpalm.scoping.compiler.ast
Class Expression

java.lang.Object
  extended by com.jeffpalm.scoping.compiler.ast.Node
      extended by com.jeffpalm.scoping.compiler.ast.Statement
          extended by com.jeffpalm.scoping.compiler.ast.Expression
Direct Known Subclasses:
Assignment, BinaryExpression, ClassLiteral, ConditionalExpression, ExplicitConstructorCall, InstanceofExpression, Literal, MethodCall, PrefixExpression, Reference, TypeReference

public abstract class Expression
extends Statement


Field Summary
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node
pos
 
Constructor Summary
protected Expression(Pos pos)
           
 
Method Summary
 
Methods inherited from class com.jeffpalm.scoping.compiler.ast.Node
toString, traverse, typeString, whatToPrint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Expression

protected Expression(Pos pos)