|
Parser v2.1 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SubProductionProcessor in Parser |
Subclasses of SubProductionProcessor in Parser | |
class |
ProductionProcessor
The ProductionProcessor class processes entire production rules from a grammar. |
Fields in Parser declared as SubProductionProcessor | |
protected SubProductionProcessor[] |
SubProductionProcessor.subproduction
A set of subproductions associated with a production (this includes a list of all other available productions). |
Constructors in Parser with parameters of type SubProductionProcessor | |
SubProductionProcessor(SubProductionProcessor[] subproduction,
java.lang.Object A,
java.lang.Object B,
byte mode,
java.lang.String type)
Constructs a new SubProductionProcessor with a specified set of SubProductionProcessors, specified objects to be matched, a mode of operation, and a type specification. |
|
Parser v2.1 |
||||||||
PREV NEXT | FRAMES NO FRAMES |