All Packages Class Hierarchy This Package Previous Next Index
Class openjava.ptree.Identifier
java.lang.Object
|
+----openjava.ptree.PtreeObject
|
+----openjava.ptree.Leaf
|
+----openjava.ptree.Identifier
- public class Identifier
- extends Leaf
The Identifier class presents for the identifier
- See Also:
- Leaf
-
Identifier(Identifier)
-
-
Identifier(String)
-
-
toString()
- Use this method to test.
-
writeCode()
- Writes the code of this token.
Identifier
public Identifier(Identifier name)
Identifier
public Identifier(String str)
toString
public String toString()
- Use this method to test.
- Overrides:
- toString in class Leaf
writeCode
public void writeCode()
- Writes the code of this token.
- Overrides:
- writeCode in class Leaf
All Packages Class Hierarchy This Package Previous Next Index