de.cau.cs.kieler.core.annotations.parser.antlr.internal
Class InternalAnnotationsLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.eclipse.xtext.parser.antlr.Lexer
              extended by de.cau.cs.kieler.core.annotations.parser.antlr.internal.InternalAnnotationsLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class InternalAnnotationsLexer
extends org.eclipse.xtext.parser.antlr.Lexer

Rating red

Field Summary
static int EOF
           
static int RULE_ANY_OTHER
           
static int RULE_COMMENT_ANNOTATION
           
static int RULE_ID
           
static int RULE_INT
           
static int RULE_ML_COMMENT
           
static int RULE_SL_COMMENT
           
static int RULE_STRING
           
static int RULE_WS
           
static int T12
           
static int Tokens
           
 
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
InternalAnnotationsLexer()
           
InternalAnnotationsLexer(org.antlr.runtime.CharStream input)
           
 
Method Summary
 String getGrammarFileName()
           
 void mRULE_ANY_OTHER()
           
 void mRULE_COMMENT_ANNOTATION()
           
 void mRULE_ID()
           
 void mRULE_INT()
           
 void mRULE_ML_COMMENT()
           
 void mRULE_SL_COMMENT()
           
 void mRULE_STRING()
           
 void mRULE_WS()
           
 void mT12()
           
 void mTokens()
           
 
Methods inherited from class org.eclipse.xtext.parser.antlr.Lexer
emitErrorMessage, getErrorMessage, nextToken, recoverFromMismatchedToken
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorMessage, getLine, getText, match, match, matchAny, matchRange, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, endResync, getBacktrackingLevel, getErrorHeader, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatch, pushFollow, recover, recoverFromMismatchedElement, recoverFromMismatchedSet, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RULE_ML_COMMENT

public static final int RULE_ML_COMMENT
See Also:
Constant Field Values

RULE_ID

public static final int RULE_ID
See Also:
Constant Field Values

RULE_WS

public static final int RULE_WS
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

RULE_INT

public static final int RULE_INT
See Also:
Constant Field Values

RULE_STRING

public static final int RULE_STRING
See Also:
Constant Field Values

RULE_COMMENT_ANNOTATION

public static final int RULE_COMMENT_ANNOTATION
See Also:
Constant Field Values

T12

public static final int T12
See Also:
Constant Field Values

Tokens

public static final int Tokens
See Also:
Constant Field Values

RULE_ANY_OTHER

public static final int RULE_ANY_OTHER
See Also:
Constant Field Values

RULE_SL_COMMENT

public static final int RULE_SL_COMMENT
See Also:
Constant Field Values
Constructor Detail

InternalAnnotationsLexer

public InternalAnnotationsLexer()

InternalAnnotationsLexer

public InternalAnnotationsLexer(org.antlr.runtime.CharStream input)
Method Detail

getGrammarFileName

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

mT12

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

mRULE_COMMENT_ANNOTATION

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

mRULE_ML_COMMENT

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

mRULE_ID

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

mRULE_INT

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

mRULE_STRING

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

mRULE_SL_COMMENT

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

mRULE_WS

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

mRULE_ANY_OTHER

public final void mRULE_ANY_OTHER()
                           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