coins.cfront
クラス KeywordTable

java.lang.Object
  |
  +--coins.cfront.KeywordTable

final class KeywordTable
extends java.lang.Object


フィールドの概要
(パッケージプライベート)  char[][] names
           
(パッケージプライベート)  int num
           
(パッケージプライベート)  int[] tokenIds
           
 
コンストラクタの概要
(パッケージプライベート) KeywordTable(int n)
           
 
メソッドの概要
(パッケージプライベート)  void append(java.lang.String name, int id)
           
(パッケージプライベート)  int lookup(java.lang.StringBuffer key)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

names

char[][] names

tokenIds

int[] tokenIds

num

int num
コンストラクタの詳細

KeywordTable

KeywordTable(int n)
メソッドの詳細

append

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

lookup

int lookup(java.lang.StringBuffer key)