grammar
Class mlnLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by grammar.mlnLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class mlnLexer
extends org.antlr.runtime.Lexer


Field Summary
static int ASTERISK
           
static int COMMENT
           
static int EOF
           
static int EXIST
           
static int EXPONENT
           
static int FLOAT
           
static int ID
           
static int INTEGER
           
static int NOT
           
static int NUMBER
           
static int OR
           
static int PERIOD
           
static int T__16
           
static int T__17
           
static int T__18
           
static int WS
           
 
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
 
Constructor Summary
mlnLexer()
           
mlnLexer(org.antlr.runtime.CharStream input)
           
mlnLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 java.lang.String getGrammarFileName()
           
 void mASTERISK()
           
 void mCOMMENT()
           
 void mEXIST()
           
 void mEXPONENT()
           
 void mFLOAT()
           
 void mID()
           
 void mINTEGER()
           
 void mNOT()
           
 void mNUMBER()
           
 void mOR()
           
 void mPERIOD()
           
 void mT__16()
           
 void mT__17()
           
 void mT__18()
           
 void mTokens()
           
 void mWS()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, reset, setCharStream, setText, skip, traceIn, traceOut
 
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, recover, recoverFromMismatchedSet, setBacktrackingLevel, toStrings, traceIn, traceOut
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASTERISK

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

EXIST

public static final int EXIST
See Also:
Constant Field Values

EXPONENT

public static final int EXPONENT
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

ID

public static final int ID
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

NOT

public static final int NOT
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

OR

public static final int OR
See Also:
Constant Field Values

PERIOD

public static final int PERIOD
See Also:
Constant Field Values

T__16

public static final int T__16
See Also:
Constant Field Values

T__17

public static final int T__17
See Also:
Constant Field Values

T__18

public static final int T__18
See Also:
Constant Field Values

WS

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

mlnLexer

public mlnLexer()

mlnLexer

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

mlnLexer

public mlnLexer(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

mASTERISK

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

mEXIST

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

mEXPONENT

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

mFLOAT

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

mINTEGER

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

mNOT

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

mOR

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

mPERIOD

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

mT__18

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

mWS

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