All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class openjava.ptree.SpecialName

java.lang.Object
   |
   +----openjava.ptree.PtreeObject
           |
           +----openjava.ptree.Leaf
                   |
                   +----openjava.ptree.SpecialName

public class SpecialName
extends Leaf
implements Expression

Variable Index

 o NULL
 o SUPER
 o THIS

Constructor Index

 o SpecialName(int)

Method Index

 o getID()
Use getKind() Deprecated.
 o getKind()
Returns the id number indicating the kind of this literal.

Variables

 o NULL
 public static final int NULL
 o THIS
 public static final int THIS
 o SUPER
 public static final int SUPER

Constructors

 o SpecialName
 public SpecialName(int id)

Methods

 o getKind
 public int getKind()
Returns the id number indicating the kind of this literal.

Returns:
the id number
 o getID
 public int getID()
Note: getID() is deprecated.

Use getKind()


All Packages  Class Hierarchy  This Package  Previous  Next  Index