Package edu.neu.ccs.demeterf.lexer.classes

Interface Summary
TheParserConstants Token literal values and constants.
 

Class Summary
ChLbl Representation of ChLbl
ChLbl.v Field Class for ChLbl.v
ChRE Representation of ChRE
ChRE.val Field Class for ChRE.val
ConcatRE Representation of ConcatRE
ConcatRE.res Field Class for ConcatRE.res
Epsilon Representation of Epsilon
FinalState Representation of FinalState
FinalState.s Field Class for FinalState.s
FinalState.tok Field Class for FinalState.tok
GrpChar Representation of GrpChar
GrpChar.ch Field Class for GrpChar.ch
GrpLbl Representation of GrpLbl
GrpLbl.gs Field Class for GrpLbl.gs
GrpPart Representation of GrpPart
GrpRang Representation of GrpRang
GrpRang.e Field Class for GrpRang.e
GrpRang.s Field Class for GrpRang.s
GrpRE Representation of GrpRE
GrpRE.gs Field Class for GrpRE.gs
HuhRE Representation of HuhRE
HuhRE.re Field Class for HuhRE.re
Label Representation of Label
LexDef Representation of LexDef
LexMain Representation of LexMain
LexMain.ds Field Class for LexMain.ds
LexMain.lits Field Class for LexMain.lits
LexMain.pkg Field Class for LexMain.pkg
LocDef Representation of LocDef
LocDef.id Field Class for LocDef.id
LocDef.re Field Class for LocDef.re
LocRef Representation of LocRef
LocRef.id Field Class for LocRef.id
Mach Representation of Mach
Mach.rsts Field Class for Mach.rsts
Mach.sts Field Class for Mach.sts
Mach.trans Field Class for Mach.trans
MTrans Representation of MTrans
MTrans.c Field Class for MTrans.c
MTrans.state Field Class for MTrans.state
NChLbl Representation of NChLbl
NChLbl.v Field Class for NChLbl.v
NChRE Representation of NChRE
NChRE.v Field Class for NChRE.v
NFA Representation of NFA
NFA.fin Field Class for NFA.fin
NFA.start Field Class for NFA.start
NFA.trans Field Class for NFA.trans
NGrpLbl Representation of NGrpLbl
NGrpLbl.gs Field Class for NGrpLbl.gs
NGrpRE Representation of NGrpRE
NGrpRE.gs Field Class for NGrpRE.gs
OrRE Representation of OrRE
OrRE.res Field Class for OrRE.res
PlusRE Representation of PlusRE
PlusRE.re Field Class for PlusRE.re
PrintToString Computes a String representation in CD Syntax, named as a ToString method
PrintToString._E  
PrintToString._F  
PrintToString._LT  
PrintToString._M  
PrintToString._N  
PrintToString._P  
PrintToString._S  
PrintToString._T  
RegExp Representation of RegExp
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
StarRE Representation of StarRE
StarRE.re Field Class for StarRE.re
State Representation of State
State.id Field Class for State.id
StrRE Representation of StrRE
StrRE.val Field Class for StrRE.val
TheParserTokenManager Token Manager.
TokDef Representation of TokDef
TokDef.id Field Class for TokDef.id
TokDef.re Field Class for TokDef.re
Token Describes the input token stream.
Trans Representation of Trans
Trans.frm Field Class for Trans.frm
Trans.l Field Class for Trans.l
Trans.to Field Class for Trans.to
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError Token Manager Error.