Class symNames

java.lang.Object
  extended bysymNames

public class symNames
extends java.lang.Object

This class contains a public array that maps an int token id into its string representation. Specifically, the string name at array position i corresponds to the symbol id value of i.

This file must be changed for different languages with different tokens.

-------------------- THIS IS THE EJAY VERSION. ------------------------


Field Summary
static java.lang.String[] map
          Int-to-string token mapping array
 
Constructor Summary
symNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

public static java.lang.String[] map
Int-to-string token mapping array

Constructor Detail

symNames

public symNames()