| Package | Description |
|---|---|
| java_cup.runtime | |
| jflex |
| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
LexScan
This class is a scanner generated by
JFlex 1.6.1
from the specification file /iesl/local/jenkins/workspace/jflex-scala/jflex/src/main/jflex/LexScan.flex
|
| Constructor and Description |
|---|
LexParse(Scanner s)
Constructor which sets the default scanner.
|
LexParse(Scanner s,
SymbolFactory sf)
Constructor which sets the default scanner.
|
Copyright © 2015. All rights reserved.