public class FormatterStatementLexer
extends org.antlr.runtime.Lexer
| Modifier and Type | Field and Description | 
|---|---|
| static int | EOF | 
| static int | INTEGER | 
| static int | LITERAL | 
| static int | QUOTED_TEXT | 
| static int | STRING | 
| Constructor and Description | 
|---|
| FormatterStatementLexer() | 
| FormatterStatementLexer(org.antlr.runtime.CharStream input) | 
| FormatterStatementLexer(org.antlr.runtime.CharStream input,
                       org.antlr.runtime.RecognizerSharedState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.antlr.runtime.Lexer[] | getDelegates() | 
| String | getGrammarFileName() | 
| void | mINTEGER() | 
| void | mLITERAL() | 
| void | mQUOTED_TEXT() | 
| void | mSTRING() | 
| void | mTokens() | 
| void | reportError(org.antlr.runtime.RecognitionException e) | 
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reset, setCharStream, setText, skip, traceIn, traceOutalreadyParsedRule, 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, traceOutpublic static final int EOF
public static final int INTEGER
public static final int LITERAL
public static final int QUOTED_TEXT
public static final int STRING
public FormatterStatementLexer()
public FormatterStatementLexer(org.antlr.runtime.CharStream input)
public FormatterStatementLexer(org.antlr.runtime.CharStream input,
                               org.antlr.runtime.RecognizerSharedState state)
public org.antlr.runtime.Lexer[] getDelegates()
public String getGrammarFileName()
getGrammarFileName in class org.antlr.runtime.BaseRecognizerpublic final void mINTEGER()
                    throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mLITERAL()
                    throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mQUOTED_TEXT()
                        throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mSTRING()
                   throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic void mTokens()
             throws org.antlr.runtime.RecognitionException
mTokens in class org.antlr.runtime.Lexerorg.antlr.runtime.RecognitionExceptionpublic void reportError(org.antlr.runtime.RecognitionException e)
reportError in class org.antlr.runtime.LexerCopyright © 2018. All rights reserved.