org.eclipse.emf.mwe2.language.parser.antlr.lexer
Class InternalMwe2Lexer

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 org.eclipse.emf.mwe2.language.parser.antlr.lexer.InternalMwe2Lexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

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


Field Summary
static int Apostrophe
           
static int AutoInject
           
static int Colon
           
static int CommercialAt
           
protected  org.eclipse.emf.mwe2.language.parser.antlr.lexer.InternalMwe2Lexer.DFA8 dfa8
           
static int DollarSignLeftCurlyBracket
           
static int EOF
           
static int EqualsSign
           
static int False
           
static int FullStop
           
static int FullStopAsterisk
           
static int Import
           
static int LeftCurlyBracket
           
static int Module
           
static int QuotationMark
           
static int ReverseSolidusApostrophe
           
static int ReverseSolidusDollarSignLeftCurlyBracket
           
static int ReverseSolidusQuotationMark
           
static int ReverseSolidusReverseSolidus
           
static int RightCurlyBracket
           
static int RULE_ANY_OTHER
           
static int RULE_ID
           
static int RULE_ML_COMMENT
           
static int RULE_SL_COMMENT
           
static int RULE_WS
           
static int True
           
static int Var
           
 
Fields inherited from class org.antlr.runtime.Lexer
input
 
Fields inherited from class org.antlr.runtime.BaseRecognizer
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
 
Constructor Summary
InternalMwe2Lexer()
           
InternalMwe2Lexer(org.antlr.runtime.CharStream input)
           
InternalMwe2Lexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 java.lang.String getGrammarFileName()
           
 void mApostrophe()
           
 void mAutoInject()
           
 void mColon()
           
 void mCommercialAt()
           
 void mDollarSignLeftCurlyBracket()
           
 void mEqualsSign()
           
 void mFalse()
           
 void mFullStop()
           
 void mFullStopAsterisk()
           
 void mImport()
           
 void mLeftCurlyBracket()
           
 void mModule()
           
 void mQuotationMark()
           
 void mReverseSolidusApostrophe()
           
 void mReverseSolidusDollarSignLeftCurlyBracket()
           
 void mReverseSolidusQuotationMark()
           
 void mReverseSolidusReverseSolidus()
           
 void mRightCurlyBracket()
           
 void mRULE_ANY_OTHER()
           
 void mRULE_ID()
           
 void mRULE_ML_COMMENT()
           
 void mRULE_SL_COMMENT()
           
 void mRULE_WS()
           
 void mTokens()
           
 void mTrue()
           
 void mVar()
           
 
Methods inherited from class org.eclipse.xtext.parser.antlr.Lexer
emitErrorMessage, getErrorMessage, nextToken
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, 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, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RULE_ID

public static final int RULE_ID
See Also:
Constant Field Values

Import

public static final int Import
See Also:
Constant Field Values

ReverseSolidusQuotationMark

public static final int ReverseSolidusQuotationMark
See Also:
Constant Field Values

RULE_ANY_OTHER

public static final int RULE_ANY_OTHER
See Also:
Constant Field Values

Module

public static final int Module
See Also:
Constant Field Values

False

public static final int False
See Also:
Constant Field Values

FullStopAsterisk

public static final int FullStopAsterisk
See Also:
Constant Field Values

LeftCurlyBracket

public static final int LeftCurlyBracket
See Also:
Constant Field Values

Colon

public static final int Colon
See Also:
Constant Field Values

RULE_SL_COMMENT

public static final int RULE_SL_COMMENT
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

ReverseSolidusDollarSignLeftCurlyBracket

public static final int ReverseSolidusDollarSignLeftCurlyBracket
See Also:
Constant Field Values

FullStop

public static final int FullStop
See Also:
Constant Field Values

RULE_ML_COMMENT

public static final int RULE_ML_COMMENT
See Also:
Constant Field Values

ReverseSolidusReverseSolidus

public static final int ReverseSolidusReverseSolidus
See Also:
Constant Field Values

CommercialAt

public static final int CommercialAt
See Also:
Constant Field Values

AutoInject

public static final int AutoInject
See Also:
Constant Field Values

DollarSignLeftCurlyBracket

public static final int DollarSignLeftCurlyBracket
See Also:
Constant Field Values

QuotationMark

public static final int QuotationMark
See Also:
Constant Field Values

ReverseSolidusApostrophe

public static final int ReverseSolidusApostrophe
See Also:
Constant Field Values

RULE_WS

public static final int RULE_WS
See Also:
Constant Field Values

True

public static final int True
See Also:
Constant Field Values

EqualsSign

public static final int EqualsSign
See Also:
Constant Field Values

Var

public static final int Var
See Also:
Constant Field Values

Apostrophe

public static final int Apostrophe
See Also:
Constant Field Values

RightCurlyBracket

public static final int RightCurlyBracket
See Also:
Constant Field Values

dfa8

protected org.eclipse.emf.mwe2.language.parser.antlr.lexer.InternalMwe2Lexer.DFA8 dfa8
Constructor Detail

InternalMwe2Lexer

public InternalMwe2Lexer()

InternalMwe2Lexer

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

InternalMwe2Lexer

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

getGrammarFileName

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

mAutoInject

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

mImport

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

mModule

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

mFalse

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

mTrue

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

mReverseSolidusDollarSignLeftCurlyBracket

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

mVar

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

mDollarSignLeftCurlyBracket

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

mFullStopAsterisk

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

mReverseSolidusQuotationMark

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

mReverseSolidusApostrophe

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

mReverseSolidusReverseSolidus

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

mQuotationMark

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

mApostrophe

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

mFullStop

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

mColon

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

mEqualsSign

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

mCommercialAt

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

mLeftCurlyBracket

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

mRightCurlyBracket

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

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