org.skife.jdbi.rewriter.colon
Class ColonStatementLexer

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Lexer
          extended by org.skife.jdbi.rewriter.colon.ColonStatementLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class ColonStatementLexer
extends org.antlr.runtime.Lexer


Field Summary
static int COLON
           
static int DOUBLE_QUOTED_TEXT
           
static int EOF
           
static int ESCAPE_SEQUENCE
           
static int ESCAPED_TEXT
           
static int LITERAL
           
static int NAMED_PARAM
           
static int POSITIONAL_PARAM
           
static int QUOTED_TEXT
           
 
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
ColonStatementLexer()
           
ColonStatementLexer(org.antlr.runtime.CharStream input)
           
ColonStatementLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 org.antlr.runtime.Lexer[] getDelegates()
           
 String getGrammarFileName()
           
 void mCOLON()
           
 void mDOUBLE_QUOTED_TEXT()
           
 void mESCAPE_SEQUENCE()
           
 void mESCAPED_TEXT()
           
 void mLITERAL()
           
 void mNAMED_PARAM()
           
 void mPOSITIONAL_PARAM()
           
 void mQUOTED_TEXT()
           
 void mTokens()
           
 void reportError(org.antlr.runtime.RecognitionException e)
           
 
Methods inherited from class org.antlr.runtime.Lexer
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, 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

COLON

public static final int COLON
See Also:
Constant Field Values

DOUBLE_QUOTED_TEXT

public static final int DOUBLE_QUOTED_TEXT
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

ESCAPE_SEQUENCE

public static final int ESCAPE_SEQUENCE
See Also:
Constant Field Values

ESCAPED_TEXT

public static final int ESCAPED_TEXT
See Also:
Constant Field Values

LITERAL

public static final int LITERAL
See Also:
Constant Field Values

NAMED_PARAM

public static final int NAMED_PARAM
See Also:
Constant Field Values

POSITIONAL_PARAM

public static final int POSITIONAL_PARAM
See Also:
Constant Field Values

QUOTED_TEXT

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

ColonStatementLexer

public ColonStatementLexer()

ColonStatementLexer

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

ColonStatementLexer

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

getDelegates

public org.antlr.runtime.Lexer[] getDelegates()

getGrammarFileName

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

mCOLON

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

mDOUBLE_QUOTED_TEXT

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

mESCAPE_SEQUENCE

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

mESCAPED_TEXT

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

mLITERAL

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

mNAMED_PARAM

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

mPOSITIONAL_PARAM

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

mQUOTED_TEXT

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

reportError

public void reportError(org.antlr.runtime.RecognitionException e)
Overrides:
reportError in class org.antlr.runtime.Lexer


Copyright © 2015. All rights reserved.