coins.cfront
Class KeywordTable

java.lang.Object
  extended bycoins.cfront.KeywordTable

final class KeywordTable
extends java.lang.Object


Field Summary
(package private)  char[][] names
           
(package private)  int num
           
(package private)  int[] tokenIds
           
 
Constructor Summary
(package private) KeywordTable(int n)
           
 
Method Summary
(package private)  void append(java.lang.String name, int id)
           
(package private)  int lookup(java.lang.StringBuffer key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

names

char[][] names

tokenIds

int[] tokenIds

num

int num
Constructor Detail

KeywordTable

KeywordTable(int n)
Method Detail

append

void append(java.lang.String name,
            int id)

lookup

int lookup(java.lang.StringBuffer key)