Package fuzzy :: Package storage :: Package fcl :: Module FCLLexer3 :: Class FCLLexer
[hide private]
[frames] | no frames]

Class FCLLexer

source code


Nested Classes [hide private]
  DFA8
@brief A DFA implemented as a set of transition tables.
Instance Methods [hide private]
 
__init__(self, input=None, state=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
mT__14(self) source code
 
mT__15(self) source code
 
mT__16(self) source code
 
mT__17(self) source code
 
mT__18(self) source code
 
mT__19(self) source code
 
mT__20(self) source code
 
mT__21(self) source code
 
mT__22(self) source code
 
mT__23(self) source code
 
mT__24(self) source code
 
mT__25(self) source code
 
mT__26(self) source code
 
mT__27(self) source code
 
mT__28(self) source code
 
mT__29(self) source code
 
mT__30(self) source code
 
mT__31(self) source code
 
mT__32(self) source code
 
mT__33(self) source code
 
mT__34(self) source code
 
mT__35(self) source code
 
mT__36(self) source code
 
mT__37(self) source code
 
mT__38(self) source code
 
mT__39(self) source code
 
mT__40(self) source code
 
mT__41(self) source code
 
mT__42(self) source code
 
mT__43(self) source code
 
mT__44(self) source code
 
mT__45(self) source code
 
mT__46(self) source code
 
mT__47(self) source code
 
mT__48(self) source code
 
mT__49(self) source code
 
mT__50(self) source code
 
mT__51(self) source code
 
mT__52(self) source code
 
mT__53(self) source code
 
mT__54(self) source code
 
mT__55(self) source code
 
mT__56(self) source code
 
mT__57(self) source code
 
mT__58(self) source code
 
mT__59(self) source code
 
mOR_(self) source code
 
mAND_(self) source code
 
mIdentifier(self) source code
 
mInteger_literal_wo_sign(self) source code
 
mInteger_literal(self) source code
 
mLETTER(self) source code
 
mDIGIT(self) source code
 
mReal_literal(self) source code
 
mWS(self) source code
 
mCOMMENT(self) source code
 
mTokens(self)
This is the lexer entry point that sets instance var 'token'
source code

Inherited from antlr3.recognizers.Lexer: emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorMessage, getLine, getSourceName, getText, match, matchAny, matchRange, nextToken, recover, reportError, 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__

Class Methods [hide private]

Inherited from antlr3.recognizers.BaseRecognizer (private): _getRuleInvocationStack

Class Variables [hide private]
  grammarFileName = '/work/projects/pyfuzzy/pyfuzzy/fuzzy/storag...
  antlr_version = (3, 1, 2, 2147483647)
  antlr_version_str = '3.1.2'
  DFA8_eot = [92, 102, 102, 102, 102, 102, 102, 102, 102, 102, 1...
  DFA8_eof = [117, 117, 117, 117, 117, 117, 117, 117, 117, 117, ...
  DFA8_min = [9, 85, 78, 84, 61, 65, 92, 102, 102, 102, 102, 102...
  DFA8_max = [122, 85, 78, 84, 61, 85, 92, 102, 102, 102, 102, 1...
  DFA8_accept = [92, 92, 92, 92, 92, 92, 102, 102, 102, 102, 102...
  DFA8_special = [117, 117, 117, 117, 117, 117, 117, 117, 117, 1...
  DFA8_transition = [[27, 27, 92, 102, 102, 102, 102, 102, 102, ...

Inherited from antlr3.recognizers.BaseRecognizer: DEFAULT_TOKEN_CHANNEL, HIDDEN, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, tokenNames

Properties [hide private]

Inherited from antlr3.recognizers.Lexer: text

Inherited from object: __class__

Method Details [hide private]

__init__(self, input=None, state=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

mTokens(self)

source code 

This is the lexer entry point that sets instance var 'token'

Overrides: antlr3.recognizers.Lexer.mTokens
(inherited documentation)

Class Variable Details [hide private]

grammarFileName

Value:
'/work/projects/pyfuzzy/pyfuzzy/fuzzy/storage/fcl/FCL.g'

DFA8_eot

Value:
[92,
 102,
 102,
 102,
 102,
 102,
 102,
 102,
...

DFA8_eof

Value:
[117,
 117,
 117,
 117,
 117,
 117,
 117,
 117,
...

DFA8_min

Value:
[9,
 85,
 78,
 84,
 61,
 65,
 92,
 102,
...

DFA8_max

Value:
[122,
 85,
 78,
 84,
 61,
 85,
 92,
 102,
...

DFA8_accept

Value:
[92,
 92,
 92,
 92,
 92,
 92,
 102,
 102,
...

DFA8_special

Value:
[117,
 117,
 117,
 117,
 117,
 117,
 117,
 117,
...

DFA8_transition

Value:
[[27,
  27,
  92,
  102,
  102,
  102,
  102,
  102,
...