All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class epp.Identifier

java.lang.Object
   |
   +----epp.Tree
           |
           +----epp.Identifier

public class Identifier
extends Tree
The Identifier class is a node of an abstract syntax tree that describes an indentifier.

See Also:
Tree

Constructor Index

 o Identifier(Symbol)

Method Index

 o idName()
Returns the name of a node if it is an Identifier.
 o print(PrintWriter, String)
 o toString()
Converts a tree to String without indentation.

Constructors

 o Identifier
 public Identifier(Symbol id)

Methods

 o idName
 public Symbol idName()
Returns the name of a node if it is an Identifier.

Overrides:
idName in class Tree
 o print
 public void print(PrintWriter out,
                   String indent)
Overrides:
print in class Tree
 o toString
 public String toString()
Converts a tree to String without indentation.

Overrides:
toString in class Tree

All Packages  Class Hierarchy  This Package  Previous  Next  Index