Class IdTable

java.lang.Object
  extended by AbstractTable
      extended by IdTable

 class IdTable
extends AbstractTable


Field Summary
 
Fields inherited from class AbstractTable
idtable, inttable, stringtable, tbl
 
Constructor Summary
IdTable()
           
 
Method Summary
protected  AbstractSymbol getNewSymbol(java.lang.String s, int len, int index)
          Creates a new IdSymbol object.
 
Methods inherited from class AbstractTable
addInt, addString, addString, getSymbols, lookup, lookup, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdTable

IdTable()
Method Detail

getNewSymbol

protected AbstractSymbol getNewSymbol(java.lang.String s,
                                      int len,
                                      int index)
Creates a new IdSymbol object.

Specified by:
getNewSymbol in class AbstractTable
See Also:
IdSymbol