code.table
Class SymbolTable.Pair

java.lang.Object
  extended by code.table.SymbolTable.Pair
Enclosing class:
SymbolTable

private static class SymbolTable.Pair
extends java.lang.Object

A table stores both a symbol and the symbol's numeric id.


Field Summary
private  int id
           
private  Symbol symbol
           
 
Constructor Summary
private SymbolTable.Pair(Symbol symbol, int id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

private Symbol symbol

id

private int id
Constructor Detail

SymbolTable.Pair

private SymbolTable.Pair(Symbol symbol,
                         int id)