| Package | Description |
|---|---|
| java_cup.runtime | |
| jflex |
| Modifier and Type | Class and Description |
|---|---|
class |
ComplexSymbolFactory
Default Implementation for SymbolFactory, creates
plain old Symbols
|
class |
DefaultSymbolFactory
Default Implementation for SymbolFactory, creates
plain old Symbols
|
| Modifier and Type | Field and Description |
|---|---|
SymbolFactory |
lr_parser.symbolFactory |
| Modifier and Type | Method and Description |
|---|---|
SymbolFactory |
lr_parser.getSymbolFactory()
Whenever creation of a new Symbol is necessary, one should use this factory.
|
| Constructor and Description |
|---|
lr_parser(Scanner s,
SymbolFactory symfac)
Constructor that sets the default scanner and a SymbolFactory
|
lr_parser(SymbolFactory fac)
Simple constructor.
|
| Constructor and Description |
|---|
LexParse(Scanner s,
SymbolFactory sf)
Constructor which sets the default scanner.
|
Copyright © 2015. All rights reserved.