Package | Description |
---|---|
java_cup.runtime |
Modifier and Type | Class and Description |
---|---|
class |
ScannerBuffer |
Modifier and Type | Method and Description |
---|---|
Scanner |
lr_parser.getScanner()
Simple accessor method to get the default scanner.
|
Modifier and Type | Method and Description |
---|---|
void |
lr_parser.setScanner(Scanner s)
Simple accessor method to set the default scanner.
|
Constructor and Description |
---|
lr_parser(Scanner s)
Deprecated.
|
lr_parser(Scanner s,
SymbolFactory symfac)
Constructor that sets the default scanner and a SymbolFactory
|
ScannerBuffer(Scanner inner)
Wraps around a custom scanner and stores all so far produced tokens in a buffer
|