All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class epp.Identifier
java.lang.Object
   |
   +----epp.Tree
           |
           +----epp.Identifier
  -  public class Identifier
  -  extends Tree
TheIdentifier class is a node of an abstract syntax tree that
describes an indentifier.
    -  See Also:
    
-  Tree
   
  -   Identifier(Symbol) Identifier(Symbol)
-  
   
  -   idName() idName()
-  Returns the name of a node if it is an Identifier.
-   print(PrintWriter, String) print(PrintWriter, String)
-  
  
-   toString() toString()
-  Converts a tree to Stringwithout indentation.
   
 Identifier
Identifier
 public Identifier(Symbol id)
   
 idName
idName
 public Symbol idName()
  -  Returns the name of a node if it is an Identifier.
   
- 
    -  Overrides:
    
-  idName in class Tree
  
 
 print
print
 public void print(PrintWriter out,
                   String indent)
  - 
    -  Overrides:
    
-  print in class Tree
  
 
 toString
toString
 public String toString()
  -  Converts a tree to Stringwithout indentation.
   
- 
    -  Overrides:
    
-  toString in class Tree
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index