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
-
declare(Object)
-
-
get(String)
-
-
getDeclaration()
-
-
toString()
-
get
public static synchronized Identifier get(String nm)
declare
public void declare(Object decl) throws RedeclarationException
getDeclaration
public Object getDeclaration()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index