org.eclipse.etrice.core.parser.antlr.internal
Class InternalConfigLexer

java.lang.Object
  extended by Lexer
      extended by org.eclipse.etrice.core.parser.antlr.internal.InternalConfigLexer

public class InternalConfigLexer
extends Lexer


Field Summary
protected  org.eclipse.etrice.core.parser.antlr.internal.InternalConfigLexer.DFA12 dfa12
           
static int EOF
           
static int RULE_ANY_OTHER
           
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 T__11
           
static int T__12
           
static int T__13
           
static int T__14
           
 
Constructor Summary
InternalConfigLexer()
           
InternalConfigLexer(CharStream input)
           
InternalConfigLexer(CharStream input, RecognizerSharedState state)
           
 
Method Summary
 java.lang.String getGrammarFileName()
           
 void mRULE_ANY_OTHER()
           
 void mRULE_ID()
           
 void mRULE_INT()
           
 void mRULE_ML_COMMENT()
           
 void mRULE_SL_COMMENT()
           
 void mRULE_STRING()
           
 void mRULE_WS()
           
 void mT__11()
           
 void mT__12()
           
 void mT__13()
           
 void mT__14()
           
 void mTokens()
           
 
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

RULE_STRING

public static final int RULE_STRING
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

RULE_ANY_OTHER

public static final int RULE_ANY_OTHER
See Also:
Constant Field Values

RULE_INT

public static final int RULE_INT
See Also:
Constant Field Values

RULE_WS

public static final int RULE_WS
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

RULE_ML_COMMENT

public static final int RULE_ML_COMMENT
See Also:
Constant Field Values

dfa12

protected org.eclipse.etrice.core.parser.antlr.internal.InternalConfigLexer.DFA12 dfa12
Constructor Detail

InternalConfigLexer

public InternalConfigLexer()

InternalConfigLexer

public InternalConfigLexer(CharStream input)

InternalConfigLexer

public InternalConfigLexer(CharStream input,
                           RecognizerSharedState state)
Method Detail

getGrammarFileName

public java.lang.String getGrammarFileName()

mT__11

public final void mT__11()
                  throws RecognitionException
Throws:
RecognitionException

mT__12

public final void mT__12()
                  throws RecognitionException
Throws:
RecognitionException

mT__13

public final void mT__13()
                  throws RecognitionException
Throws:
RecognitionException

mT__14

public final void mT__14()
                  throws RecognitionException
Throws:
RecognitionException

mRULE_ID

public final void mRULE_ID()
                    throws RecognitionException
Throws:
RecognitionException

mRULE_INT

public final void mRULE_INT()
                     throws RecognitionException
Throws:
RecognitionException

mRULE_STRING

public final void mRULE_STRING()
                        throws RecognitionException
Throws:
RecognitionException

mRULE_ML_COMMENT

public final void mRULE_ML_COMMENT()
                            throws RecognitionException
Throws:
RecognitionException

mRULE_SL_COMMENT

public final void mRULE_SL_COMMENT()
                            throws RecognitionException
Throws:
RecognitionException

mRULE_WS

public final void mRULE_WS()
                    throws RecognitionException
Throws:
RecognitionException

mRULE_ANY_OTHER

public final void mRULE_ANY_OTHER()
                           throws RecognitionException
Throws:
RecognitionException

mTokens

public void mTokens()
             throws RecognitionException
Throws:
RecognitionException