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

java.lang.Object
  extended by com.jeffpalm.scoping.compiler.ast.Node
      extended by com.jeffpalm.scoping.compiler.ast.Name
          extended by com.jeffpalm.scoping.compiler.ast.Name.Simple
Enclosing class:
Name

public static final class Name.Simple
extends Name


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.scoping.compiler.ast.Name
Name.Qualified, Name.Simple
 
Field Summary
 
Fields inherited from class com.jeffpalm.scoping.compiler.ast.Name
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.Name
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