All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.gac.max.mcs388.s2001.compiler_support.Identifier

java.lang.Object
   |
   +----edu.gac.max.mcs388.s2001.compiler_support.Identifier

public class Identifier
extends Object

Method Index

 o declare(Object)
 o get(String)
 o getDeclaration()
 o toString()

Methods

 o get
 public static synchronized Identifier get(String nm)
 o declare
 public void declare(Object decl) throws RedeclarationException
 o getDeclaration
 public Object getDeclaration()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index