de.cau.cs.kieler.krep.evalbench.trace.esi
Class esiLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by de.cau.cs.kieler.krep.evalbench.trace.esi.esiLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class esiLexer
extends org.antlr.runtime.Lexer

Rating red

Field Summary
static int COMMENT
           
protected  de.cau.cs.kieler.krep.evalbench.trace.esi.esiLexer.DFA6 dfa6
           
static int Digit
           
static int EOF
           
static int ID
           
static int Letter
           
static int NUMBER
           
static int T__10
           
static int T__11
           
static int T__12
           
static int T__13
           
static int T__14
           
static int T__15
           
static int T__16
           
static int T__17
           
static int WHITESPACE
           
 
Fields inherited from class org.antlr.runtime.Lexer
channel, input, text, token, tokenStartCharIndex, tokenStartCharPositionInLine, tokenStartLine, type
 
Fields inherited from class org.antlr.runtime.BaseRecognizer
_fsp, backtracking, DEFAULT_TOKEN_CHANNEL, errorRecovery, failed, following, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, lastErrorIndex, MEMO_RULE_FAILED, MEMO_RULE_FAILED_I, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, ruleMemo
 
Constructor Summary
esiLexer()
           
esiLexer(org.antlr.runtime.CharStream input)
           
esiLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 String getGrammarFileName()
           
 void mCOMMENT()
           
 void mDigit()
           
 void mID()
           
 void mLetter()
           
 void mNUMBER()
           
 void mT__10()
           
 void mT__11()
           
 void mT__12()
           
 void mT__13()
           
 void mT__14()
           
 void mT__15()
           
 void mT__16()
           
 void mT__17()
           
 void mTokens()
           
 void mWHITESPACE()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorMessage, getLine, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, getBacktrackingLevel, getErrorHeader, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatch, pushFollow, recover, recoverFromMismatchedElement, recoverFromMismatchedSet, recoverFromMismatchedToken, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

T__16

public static final int T__16
See Also:
Constant Field Values

T__15

public static final int T__15
See Also:
Constant Field Values

T__17

public static final int T__17
See Also:
Constant Field Values

T__12

public static final int T__12
See Also:
Constant Field Values

T__11

public static final int T__11
See Also:
Constant Field Values

T__14

public static final int T__14
See Also:
Constant Field Values

T__13

public static final int T__13
See Also:
Constant Field Values

T__10

public static final int T__10
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

WHITESPACE

public static final int WHITESPACE
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

Digit

public static final int Digit
See Also:
Constant Field Values

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

Letter

public static final int Letter
See Also:
Constant Field Values

dfa6

protected de.cau.cs.kieler.krep.evalbench.trace.esi.esiLexer.DFA6 dfa6
Constructor Detail

esiLexer

public esiLexer()

esiLexer

public esiLexer(org.antlr.runtime.CharStream input)

esiLexer

public esiLexer(org.antlr.runtime.CharStream input,
                org.antlr.runtime.RecognizerSharedState state)
Method Detail

getGrammarFileName

public String getGrammarFileName()
Overrides:
getGrammarFileName in class org.antlr.runtime.BaseRecognizer

mT__10

public final void mT__10()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__11

public final void mT__11()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__12

public final void mT__12()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__13

public final void mT__13()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__14

public final void mT__14()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__15

public final void mT__15()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__16

public final void mT__16()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mT__17

public final void mT__17()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mID

public final void mID()
               throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mNUMBER

public final void mNUMBER()
                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mWHITESPACE

public final void mWHITESPACE()
                       throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mCOMMENT

public final void mCOMMENT()
                    throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mDigit

public final void mDigit()
                  throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mLetter

public final void mLetter()
                   throws org.antlr.runtime.RecognitionException
Throws:
org.antlr.runtime.RecognitionException

mTokens

public void mTokens()
             throws org.antlr.runtime.RecognitionException
Specified by:
mTokens in class org.antlr.runtime.Lexer
Throws:
org.antlr.runtime.RecognitionException