| Modifier and Type | Field and Description | 
|---|---|
| static terminal | terminal. EOFSpecial terminal for end of input. | 
| static terminal | terminal. errorspecial terminal used for error recovery | 
| Modifier and Type | Field and Description | 
|---|---|
| protected static Hashtable<String,terminal> | terminal. _allTable of all terminals. | 
| protected static Hashtable<Integer,terminal> | terminal. _all_by_indexTable of all terminals indexed by their index number. | 
| Modifier and Type | Method and Description | 
|---|---|
| static terminal | terminal. find(int indx)Lookup a terminal by index. | 
| static terminal | terminal. find(String with_name)Lookup a terminal by name string. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Enumeration<terminal> | terminal. all()Access to all terminals. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | terminal_set. add(terminal sym)Add a single terminal to the set. | 
| boolean | terminal_set. contains(terminal sym)Determine if the set contains a particular terminal. | 
| void | terminal_set. remove(terminal sym)Remove a terminal if it is in the set. | 
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.