public class CSVLexer
extends org.antlr.runtime.Lexer
| Modifier and Type | Field and Description |
|---|---|
static int |
CHAR |
static int |
COMMA |
static int |
DQUOTE |
static int |
EOF |
static int |
NEWLINE |
| Constructor and Description |
|---|
CSVLexer() |
CSVLexer(org.antlr.runtime.CharStream input) |
CSVLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.runtime.Lexer[] |
getDelegates() |
java.lang.String |
getGrammarFileName() |
void |
mCHAR() |
void |
mCOMMA() |
void |
mDQUOTE() |
void |
mNEWLINE() |
void |
mTokens() |
emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, recover, reportError, 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 CHAR
public static final int COMMA
public static final int DQUOTE
public static final int NEWLINE
public CSVLexer()
public CSVLexer(org.antlr.runtime.CharStream input)
public CSVLexer(org.antlr.runtime.CharStream input,
org.antlr.runtime.RecognizerSharedState state)
public org.antlr.runtime.Lexer[] getDelegates()
public java.lang.String getGrammarFileName()
getGrammarFileName in class org.antlr.runtime.BaseRecognizerpublic final void mCHAR()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mCOMMA()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mDQUOTE()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final void mNEWLINE()
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.RecognitionException