public class CSVParser extends AbstractCSVParser
| Modifier and Type | Class and Description |
|---|---|
static class |
CSVParser.file_return |
static class |
CSVParser.inner_char_return |
static class |
CSVParser.inner_field_return |
static class |
CSVParser.quoted_field_return |
static class |
CSVParser.quoted_or_unquoted_return |
static class |
CSVParser.record_return |
static class |
CSVParser.unquoted_field_return |
| Modifier and Type | Field and Description |
|---|---|
protected org.antlr.runtime.tree.TreeAdaptor |
adaptor |
static int |
CHAR |
static int |
COMMA |
static int |
DQUOTE |
static int |
EOF |
static org.antlr.runtime.BitSet |
FOLLOW_CHAR_in_inner_char296 |
static org.antlr.runtime.BitSet |
FOLLOW_CHAR_in_inner_field186 |
static org.antlr.runtime.BitSet |
FOLLOW_COMMA_in_inner_field194 |
static org.antlr.runtime.BitSet |
FOLLOW_COMMA_in_record118 |
static org.antlr.runtime.BitSet |
FOLLOW_DQUOTE_in_inner_field202 |
static org.antlr.runtime.BitSet |
FOLLOW_DQUOTE_in_inner_field204 |
static org.antlr.runtime.BitSet |
FOLLOW_DQUOTE_in_quoted_field239 |
static org.antlr.runtime.BitSet |
FOLLOW_DQUOTE_in_quoted_field249 |
static org.antlr.runtime.BitSet |
FOLLOW_EOF_in_file89 |
static org.antlr.runtime.BitSet |
FOLLOW_inner_char_in_unquoted_field274 |
static org.antlr.runtime.BitSet |
FOLLOW_inner_field_in_quoted_field247 |
static org.antlr.runtime.BitSet |
FOLLOW_NEWLINE_in_file83 |
static org.antlr.runtime.BitSet |
FOLLOW_NEWLINE_in_inner_field212 |
static org.antlr.runtime.BitSet |
FOLLOW_quoted_field_in_quoted_or_unquoted151 |
static org.antlr.runtime.BitSet |
FOLLOW_quoted_or_unquoted_in_record113 |
static org.antlr.runtime.BitSet |
FOLLOW_quoted_or_unquoted_in_record122 |
static org.antlr.runtime.BitSet |
FOLLOW_record_in_file80 |
static org.antlr.runtime.BitSet |
FOLLOW_record_in_file85 |
static org.antlr.runtime.BitSet |
FOLLOW_unquoted_field_in_quoted_or_unquoted159 |
static int |
NEWLINE |
static java.lang.String[] |
tokenNames |
| Constructor and Description |
|---|
CSVParser(org.antlr.runtime.TokenStream input) |
CSVParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state) |
| Modifier and Type | Method and Description |
|---|---|
CSVParser.file_return |
file() |
AbstractCSVParser[] |
getDelegates() |
java.lang.String |
getGrammarFileName() |
java.lang.String[] |
getTokenNames() |
org.antlr.runtime.tree.TreeAdaptor |
getTreeAdaptor() |
CSVParser.inner_char_return |
inner_char() |
CSVParser.inner_field_return |
inner_field() |
CSVParser.quoted_field_return |
quoted_field() |
CSVParser.quoted_or_unquoted_return |
quoted_or_unquoted() |
CSVParser.record_return |
record() |
void |
setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor) |
CSVParser.unquoted_field_return |
unquoted_field() |
addCell, displayRecognitionError, setCallback, startNewLinegetCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOutalreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getErrorMessage, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, setBacktrackingLevel, toStrings, traceIn, traceOutpublic static final java.lang.String[] tokenNames
public static final int EOF
public static final int CHAR
public static final int COMMA
public static final int DQUOTE
public static final int NEWLINE
protected org.antlr.runtime.tree.TreeAdaptor adaptor
public static final org.antlr.runtime.BitSet FOLLOW_record_in_file80
public static final org.antlr.runtime.BitSet FOLLOW_NEWLINE_in_file83
public static final org.antlr.runtime.BitSet FOLLOW_record_in_file85
public static final org.antlr.runtime.BitSet FOLLOW_EOF_in_file89
public static final org.antlr.runtime.BitSet FOLLOW_quoted_or_unquoted_in_record113
public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_record118
public static final org.antlr.runtime.BitSet FOLLOW_quoted_or_unquoted_in_record122
public static final org.antlr.runtime.BitSet FOLLOW_quoted_field_in_quoted_or_unquoted151
public static final org.antlr.runtime.BitSet FOLLOW_unquoted_field_in_quoted_or_unquoted159
public static final org.antlr.runtime.BitSet FOLLOW_CHAR_in_inner_field186
public static final org.antlr.runtime.BitSet FOLLOW_COMMA_in_inner_field194
public static final org.antlr.runtime.BitSet FOLLOW_DQUOTE_in_inner_field202
public static final org.antlr.runtime.BitSet FOLLOW_DQUOTE_in_inner_field204
public static final org.antlr.runtime.BitSet FOLLOW_NEWLINE_in_inner_field212
public static final org.antlr.runtime.BitSet FOLLOW_DQUOTE_in_quoted_field239
public static final org.antlr.runtime.BitSet FOLLOW_inner_field_in_quoted_field247
public static final org.antlr.runtime.BitSet FOLLOW_DQUOTE_in_quoted_field249
public static final org.antlr.runtime.BitSet FOLLOW_inner_char_in_unquoted_field274
public static final org.antlr.runtime.BitSet FOLLOW_CHAR_in_inner_char296
public CSVParser(org.antlr.runtime.TokenStream input)
public CSVParser(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state)
public AbstractCSVParser[] getDelegates()
public void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
public org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()
public java.lang.String[] getTokenNames()
getTokenNames in class org.antlr.runtime.BaseRecognizerpublic java.lang.String getGrammarFileName()
getGrammarFileName in class org.antlr.runtime.BaseRecognizerpublic final CSVParser.file_return file() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final CSVParser.record_return record() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final CSVParser.quoted_or_unquoted_return quoted_or_unquoted() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final CSVParser.inner_field_return inner_field() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final CSVParser.quoted_field_return quoted_field() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final CSVParser.unquoted_field_return unquoted_field() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic final CSVParser.inner_char_return inner_char() throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionException