All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class epp.Identifier

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

public class Identifier
extends Tree
クラス Identifier は、識別子を表現する抽象構文木のノードです。.

See Also:
Tree

Constructor Index

 o Identifier(Symbol)

Method Index

 o idName()
このノードが Identifier ならば、その名前を返します。.
 o print(PrintWriter, String)
 o toString()
Convert tree to String without indentation.

Constructors

 o Identifier
 public Identifier(Symbol id)

Methods

 o idName
 public Symbol idName()
このノードが 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()
Convert tree to String without indentation.

Overrides:
toString in class Tree

All Packages  Class Hierarchy  This Package  Previous  Next  Index