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
-
Identifier(Symbol)
-
-
idName()
- Returns the name of a node if it is an
Identifier.
-
print(PrintWriter, String)
-
-
toString()
- Converts a tree to
String without indentation.
Identifier
public Identifier(Symbol id)
idName
public Symbol idName()
- Returns the name of a node if it is an
Identifier.
- Overrides:
- idName in class Tree
print
public void print(PrintWriter out,
String indent)
- Overrides:
- print in class Tree
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