com.jeffpalm.scoping.compiler.ast
Class NameReference

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.NameReference
Direct Known Subclasses:
NameReference.Qualified, NameReference.Simple

public abstract class NameReference
extends Reference


Nested Class Summary
static class NameReference.Qualified
           
static class NameReference.Simple
           
 
Field Summary
 Name name
           
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Node
pos
 
Method Summary
 java.lang.Object whatToPrint()
           
 
Methods inherited from class com.jeffpalm.scoping.compiler.ast.Node
toString, traverse, typeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final Name name
Method Detail

whatToPrint

public final java.lang.Object whatToPrint()
Overrides:
whatToPrint in class Node