|
Object-oriented Parser System v3.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Symbols
common symbol definitions.
| Field Summary | |
|---|---|
static int |
badInput
symbol: represents unrecognizable input. |
static int |
endOfFile
symbol: represents the end of input to the scanner. |
static int |
firstSymbol
ParserFactory will assign the symbol values beginning with this one. |
static int |
noInput
symbol: represents the fact in a lookahead set that no input is acceptable. |
| Field Detail |
|---|
static final int badInput
static final int noInput
static final int endOfFile
static final int firstSymbol
ParserFactory will assign the symbol values beginning with this one.
|
(c) 2008 Axel T. Schreiner |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||