Trees | Indices | Help |
|
---|
|
object --+ | antlr3.recognizers.BaseRecognizer --+ | object --+ | | | antlr3.recognizers.TokenSource --+ | antlr3.recognizers.Lexer --+ | mexpLexer
|
|||
DFA12 |
|
|||
Inherited from |
|
|||
grammarFileName = "mexp.g"
|
|||
antlr_version = version_str_to_tuple("3.1.3 Mar 18, 2009 10:09
|
|||
antlr_version_str = "3.1.3 Mar 18, 2009 10:09:25"
|
|||
DFA12_eot = DFA.unpack(u"\1\uffff\10\12\23\uffff\7\12\1\60\11\
|
|||
DFA12_eof = DFA.unpack(u"\155\uffff")
|
|||
DFA12_min = DFA.unpack(u"\1\11\2\145\1\141\1\151\1\146\1\165\1
|
|||
DFA12_max = DFA.unpack(u"\1\175\1\164\1\151\1\141\1\151\1\156\
|
|||
DFA12_accept = DFA.unpack(u"\11\uffff\1\17\1\20\1\21\1\22\1\23
|
|||
DFA12_special = DFA.unpack(u"\155\uffff")
|
|||
DFA12_transition = [DFA.unpack(u"\2\33\2\uffff\1\33\22\uffff\1
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Report a recognition problem. This method sets errorRecovery to indicate the parser is recovering not parsing. Once in recovery mode, no errors are generated. To get out of recovery mode, the parser must successfully match a token (after a resync). So it will go: 1. error occurs 2. enter recovery mode, report error 3. consume until token found in resynch set 4. try to resume parsing 5. next match() will reset errorRecovery mode If you override, make sure to update syntaxErrors if you care about that.
|
This is the lexer entry point that sets instance var 'token'
|
|
antlr_version
|
DFA12_eot
|
DFA12_min
|
DFA12_max
|
DFA12_accept
|
DFA12_transition
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:08 2017 | http://epydoc.sourceforge.net |