org.mod4j.dsl.service.xtext.parser
Class ServiceDslLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.mod4j.dsl.service.xtext.parser.ServiceDslLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class ServiceDslLexer
extends org.antlr.runtime.Lexer


Field Summary
static int EOF
           
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 T10
           
static int T11
           
static int T12
           
static int T13
           
static int T14
           
static int T15
           
static int T16
           
static int T17
           
static int T18
           
static int T19
           
static int T20
           
static int T21
           
static int T22
           
static int T23
           
static int T24
           
static int T25
           
static int T26
           
static int T27
           
static int T28
           
static int T29
           
static int T30
           
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
ServiceDslLexer()
           
ServiceDslLexer(org.antlr.runtime.CharStream input)
           
 
Method Summary
 java.lang.String getErrorMessage(org.antlr.runtime.RecognitionException e, java.lang.String[] tokenNames)
           
 java.util.List<org.openarchitectureware.xtext.parser.ErrorMsg> getErrors()
           
 java.lang.String getGrammarFileName()
           
 void mRULE_ID()
           
 void mRULE_INT()
           
 void mRULE_ML_COMMENT()
           
 void mRULE_SL_COMMENT()
           
 void mRULE_STRING()
           
 void mRULE_WS()
           
 void mT10()
           
 void mT11()
           
 void mT12()
           
 void mT13()
           
 void mT14()
           
 void mT15()
           
 void mT16()
           
 void mT17()
           
 void mT18()
           
 void mT19()
           
 void mT20()
           
 void mT21()
           
 void mT22()
           
 void mT23()
           
 void mT24()
           
 void mT25()
           
 void mT26()
           
 void mT27()
           
 void mT28()
           
 void mT29()
           
 void mT30()
           
 void mTokens()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, 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

T21

public static final int T21
See Also:
Constant Field Values

RULE_ML_COMMENT

public static final int RULE_ML_COMMENT
See Also:
Constant Field Values

T14

public static final int T14
See Also:
Constant Field Values

T29

public static final int T29
See Also:
Constant Field Values

RULE_ID

public static final int RULE_ID
See Also:
Constant Field Values

T22

public static final int T22
See Also:
Constant Field Values

T11

public static final int T11
See Also:
Constant Field Values

RULE_STRING

public static final int RULE_STRING
See Also:
Constant Field Values

T12

public static final int T12
See Also:
Constant Field Values

T28

public static final int T28
See Also:
Constant Field Values

T23

public static final int T23
See Also:
Constant Field Values

T13

public static final int T13
See Also:
Constant Field Values

T20

public static final int T20
See Also:
Constant Field Values

T10

public static final int T10
See Also:
Constant Field Values

T25

public static final int T25
See Also:
Constant Field Values

T18

public static final int T18
See Also:
Constant Field Values

RULE_WS

public static final int RULE_WS
See Also:
Constant Field Values

T26

public static final int T26
See Also:
Constant Field Values

T15

public static final int T15
See Also:
Constant Field Values

RULE_INT

public static final int RULE_INT
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

T17

public static final int T17
See Also:
Constant Field Values

Tokens

public static final int Tokens
See Also:
Constant Field Values

T16

public static final int T16
See Also:
Constant Field Values

T27

public static final int T27
See Also:
Constant Field Values

RULE_SL_COMMENT

public static final int RULE_SL_COMMENT
See Also:
Constant Field Values

T30

public static final int T30
See Also:
Constant Field Values

T24

public static final int T24
See Also:
Constant Field Values

T19

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

ServiceDslLexer

public ServiceDslLexer()

ServiceDslLexer

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

getErrors

public java.util.List<org.openarchitectureware.xtext.parser.ErrorMsg> getErrors()

getErrorMessage

public java.lang.String getErrorMessage(org.antlr.runtime.RecognitionException e,
                                        java.lang.String[] tokenNames)
Overrides:
getErrorMessage in class org.antlr.runtime.Lexer

getGrammarFileName

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

mT10

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

mT11

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

mT12

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

mT13

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

mT14

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

mT15

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

mT16

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

mT17

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

mT18

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

mT19

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

mT20

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

mT21

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

mT22

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

mT23

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

mT24

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

mT25

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

mT26

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

mT27

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

mT28

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

mT29

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

mT30

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

mRULE_ID

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

mRULE_STRING

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

mRULE_INT

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

mRULE_WS

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

mRULE_ML_COMMENT

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

mRULE_SL_COMMENT

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


Copyright © 2009 Mod4j. All Rights Reserved.