org.skife.jdbi.rewriter.printf
Class FormatterStatementLexer

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

public class FormatterStatementLexer
extends org.antlr.runtime.Lexer


Field Summary
static int EOF
           
static int INTEGER
           
static int LITERAL
           
static int QUOTED_TEXT
           
static int STRING
           
 
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
FormatterStatementLexer()
           
FormatterStatementLexer(org.antlr.runtime.CharStream input)
           
FormatterStatementLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
           
 
Method Summary
 String getGrammarFileName()
           
 void mINTEGER()
           
 void mLITERAL()
           
 void mQUOTED_TEXT()
           
 void mSTRING()
           
 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

EOF

public static final int EOF
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

LITERAL

public static final int LITERAL
See Also:
Constant Field Values

QUOTED_TEXT

public static final int QUOTED_TEXT
See Also:
Constant Field Values

STRING

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

FormatterStatementLexer

public FormatterStatementLexer()

FormatterStatementLexer

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

FormatterStatementLexer

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

getGrammarFileName

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

mINTEGER

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

mQUOTED_TEXT

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

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 © 2011. All Rights Reserved.