Class IdSymbol

java.lang.Object
  extended by AbstractSymbol
      extended by IdSymbol

 class IdSymbol
extends AbstractSymbol

String table entry for identifiers.


Field Summary
 
Fields inherited from class AbstractSymbol
index, str
 
Constructor Summary
IdSymbol(java.lang.String str, int len, int index)
           
 
Method Summary
 java.lang.Object clone()
          Returns a copy of this symbol
 
Methods inherited from class AbstractSymbol
equals, equalsIndex, equalString, getString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdSymbol

public IdSymbol(java.lang.String str,
                int len,
                int index)
Method Detail

clone

public java.lang.Object clone()
Returns a copy of this symbol

Specified by:
clone in class AbstractSymbol