com.jeffpalm.scoping.compiler.ast
Class NameReference.Simple

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
                      extended by com.jeffpalm.scoping.compiler.ast.NameReference.Simple
Enclosing class:
NameReference

public static final class NameReference.Simple
extends NameReference


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

Method Detail

traverse

public void traverse(IVisitor vis)
Specified by:
traverse in class Node