com.jeffpalm.scoping.compiler.ast
Class SuperReference

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
              extended by com.jeffpalm.scoping.compiler.ast.Reference
                  extended by com.jeffpalm.scoping.compiler.ast.SuperReference
Direct Known Subclasses:
SuperReference.Qualified, SuperReference.Simple

public abstract class SuperReference
extends Reference


Nested Class Summary
static class SuperReference.Qualified
           
static class SuperReference.Simple
           
 
Field Summary
 Arguments arguments
           
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node
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
 

Field Detail

arguments

public final Arguments arguments