Interface | Description |
---|---|
Scanner |
Defines the Scanner interface, which CUP uses in the default
implementation of
lr_parser.scan() . |
SymbolFactory |
Creates the Symbols interface, which CUP uses as default
|
Class | Description |
---|---|
ComplexSymbolFactory |
Default Implementation for SymbolFactory, creates
plain old Symbols
|
ComplexSymbolFactory.ComplexSymbol |
ComplexSymbol with detailed Location Informations and a Name
|
ComplexSymbolFactory.Location | |
DefaultSymbolFactory |
Default Implementation for SymbolFactory, creates
plain old Symbols
|
lr_parser |
This class implements a skeleton table driven LR parser.
|
Symbol |
Defines the Symbol class, which is used to represent all terminals
and nonterminals while parsing.
|
virtual_parse_stack |
This class implements a temporary or "virtual" parse stack that
replaces the top portion of the actual parse stack (the part that
has been changed by some set of operations) while maintaining its
original contents.
|
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.