|
__init__(self,
input=None,
state=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mTokens(self)
This is the lexer entry point that sets instance var 'token' |
|
|
Inherited from antlr3.recognizers.Lexer :
emit ,
getCharErrorDisplay ,
getCharIndex ,
getCharPositionInLine ,
getErrorMessage ,
getLine ,
getSourceName ,
getText ,
match ,
matchAny ,
matchRange ,
nextToken ,
recover ,
reset ,
setCharStream ,
setText ,
skip ,
traceIn ,
traceOut
Inherited from antlr3.recognizers.BaseRecognizer :
alreadyParsedRule ,
beginResync ,
combineFollows ,
computeContextSensitiveRuleFOLLOW ,
computeErrorRecoverySet ,
consumeUntil ,
displayRecognitionError ,
emitErrorMessage ,
endResync ,
failed ,
getBacktrackingLevel ,
getCurrentInputSymbol ,
getErrorHeader ,
getGrammarFileName ,
getMissingSymbol ,
getNumberOfSyntaxErrors ,
getRuleInvocationStack ,
getRuleMemoization ,
getTokenErrorDisplay ,
memoize ,
mismatchIsMissingToken ,
mismatchIsUnwantedToken ,
recoverFromMismatchedSet ,
recoverFromMismatchedToken ,
setBacktrackingLevel ,
setInput ,
toStrings
Inherited from antlr3.recognizers.TokenSource :
__iter__ ,
next
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
grammarFileName = ' mexp.g '
|
|
antlr_version = ( 3, 1, 3, 9223372036854775807)
|
|
antlr_version_str = ' 3.1.3 Mar 18, 2009 10:09:25 '
|
|
DFA12_eot = [ -1, 10, 10, 10, 10, 10, 10, 10, 10, -1, -1, -1, -...
|
|
DFA12_eof = [ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -...
|
|
DFA12_min = [ 9, 101, 101, 97, 105, 102, 117, 104, 108, -1, -1, ...
|
|
DFA12_max = [ 125, 116, 105, 97, 105, 110, 117, 104, 108, -1, -...
|
|
DFA12_accept = [ -1, -1, -1, -1, -1, -1, -1, -1, -1, 15, 16, 17...
|
|
DFA12_special = [ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -...
|
|
DFA12_transition = [ [ 27, 27, -1, -1, 27, -1, -1, -1, -1, -1, -...
|
Inherited from antlr3.recognizers.BaseRecognizer :
DEFAULT_TOKEN_CHANNEL ,
HIDDEN ,
MEMO_RULE_FAILED ,
MEMO_RULE_UNKNOWN ,
tokenNames
|