org.sqlproc.engine.impl
Class SqlMappingLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.sqlproc.engine.impl.SqlMappingLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class SqlMappingLexer
extends org.antlr.runtime.Lexer


Field Summary
static int CARET
           
static int DIGIT
           
static int DOT
           
static int EOF
           
static int EQUALS
           
private  List<ErrorMsg> errors
           
static int IDENT
           
static int NUMBER
           
static int STRING
           
static int WS
           
 
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
SqlMappingLexer()
           
SqlMappingLexer(org.antlr.runtime.CharStream input)
           
SqlMappingLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 String getErrorMessage(org.antlr.runtime.RecognitionException e, String[] tokenNames)
           
 List<ErrorMsg> getErrors()
           
 String getGrammarFileName()
           
 void mCARET()
           
 void mDIGIT()
           
 void mDOT()
           
 void mEQUALS()
           
 void mIDENT()
           
 void mNUMBER()
           
 void mSTRING()
           
 void mTokens()
           
 void mWS()
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, 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, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, 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

EOF

public static final int EOF
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

IDENT

public static final int IDENT
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

DOT

public static final int DOT
See Also:
Constant Field Values

CARET

public static final int CARET
See Also:
Constant Field Values

EQUALS

public static final int EQUALS
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

DIGIT

public static final int DIGIT
See Also:
Constant Field Values

errors

private List<ErrorMsg> errors
Constructor Detail

SqlMappingLexer

public SqlMappingLexer()

SqlMappingLexer

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

SqlMappingLexer

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

getErrors

public List<ErrorMsg> getErrors()

getErrorMessage

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

getGrammarFileName

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

mIDENT

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

mDIGIT

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

mWS

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

mDOT

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

mSTRING

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

mCARET

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

mEQUALS

public final void mEQUALS()
                   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 © 2011. All Rights Reserved.