Public Member Functions | Protected Attributes

SymbolTable Class Reference

Inherits java::io::Serializable.

List of all members.

Public Member Functions

 SymbolTable ()
TypeSpecifier getPredefinedType (String name)

Protected Attributes

Hashtable predefinedScalars = new Hashtable()

Detailed Description

Not sure what all we will want in this yet. At minimum it can handle the predefined type objects like IntegerType.


Constructor & Destructor Documentation

SymbolTable.SymbolTable (  ) 

References predefinedScalars.


Member Function Documentation

TypeSpecifier SymbolTable.getPredefinedType ( String  name  ) 

References predefinedScalars.


Member Data Documentation

Hashtable SymbolTable.predefinedScalars = new Hashtable() [protected]

Referenced by getPredefinedType(), and SymbolTable().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties