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

Constructor Index

 o Identifier(Identifier)
 o Identifier(String)

Method Index

 o toString()
Use this method to test.
 o writeCode()
Writes the code of this token.

Constructors

 o Identifier
 public Identifier(Identifier name)
 o Identifier
 public Identifier(String str)

Methods

 o toString
 public String toString()
Use this method to test.

Overrides:
toString in class Leaf
 o writeCode
 public void writeCode()
Writes the code of this token.

Overrides:
writeCode in class Leaf

All Packages  Class Hierarchy  This Package  Previous  Next  Index