public class CSVParser
extends org.antlr.v4.runtime.Parser
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CSVParser.EmptyFieldContext  | 
static class  | 
CSVParser.FieldContext  | 
static class  | 
CSVParser.FileContext  | 
static class  | 
CSVParser.HeaderContext  | 
static class  | 
CSVParser.RecordContext  | 
static class  | 
CSVParser.StringFieldContext  | 
static class  | 
CSVParser.TextFieldContext  | 
| Modifier and Type | Field and Description | 
|---|---|
static org.antlr.v4.runtime.atn.ATN | 
_ATN  | 
protected static org.antlr.v4.runtime.dfa.DFA[] | 
_decisionToDFA  | 
static String | 
_serializedATN  | 
protected static org.antlr.v4.runtime.atn.PredictionContextCache | 
_sharedContextCache  | 
static int | 
RULE_field  | 
static int | 
RULE_file  | 
static int | 
RULE_header  | 
static int | 
RULE_record  | 
static String[] | 
ruleNames  | 
static int | 
SEPARATOR  | 
static int | 
STRING  | 
static int | 
T__0  | 
static int | 
T__1  | 
static int | 
TEXT  | 
static String[] | 
tokenNames
Deprecated. 
 
Use  
VOCABULARY instead. | 
static org.antlr.v4.runtime.Vocabulary | 
VOCABULARY  | 
| Constructor and Description | 
|---|
CSVParser(org.antlr.v4.runtime.TokenStream input)  | 
| Modifier and Type | Method and Description | 
|---|---|
CSVParser.FieldContext | 
field()  | 
CSVParser.FileContext | 
file()  | 
org.antlr.v4.runtime.atn.ATN | 
getATN()  | 
String | 
getGrammarFileName()  | 
String[] | 
getRuleNames()  | 
String | 
getSerializedATN()  | 
String[] | 
getTokenNames()
Deprecated.  
 | 
org.antlr.v4.runtime.Vocabulary | 
getVocabulary()  | 
CSVParser.HeaderContext | 
header()  | 
CSVParser.RecordContext | 
record()  | 
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, dumpDFA, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTokenStream, getTrimParseTree, inContext, isExpectedToken, isMatchedEOF, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTokenFactory, setTokenStream, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContextsaction, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setStateprotected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
public static final int T__0
public static final int T__1
public static final int SEPARATOR
public static final int TEXT
public static final int STRING
public static final int RULE_file
public static final int RULE_header
public static final int RULE_record
public static final int RULE_field
public static final String[] ruleNames
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
@Deprecated public static final String[] tokenNames
VOCABULARY instead.public static final String _serializedATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
@Deprecated public String[] getTokenNames()
getTokenNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public org.antlr.v4.runtime.Vocabulary getVocabulary()
getVocabulary in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public String getGrammarFileName()
getGrammarFileName in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public String[] getRuleNames()
getRuleNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public String getSerializedATN()
getSerializedATN in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public org.antlr.v4.runtime.atn.ATN getATN()
getATN in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>public final CSVParser.FileContext file() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionExceptionpublic final CSVParser.HeaderContext header() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionExceptionpublic final CSVParser.RecordContext record() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionExceptionpublic final CSVParser.FieldContext field() throws org.antlr.v4.runtime.RecognitionException
org.antlr.v4.runtime.RecognitionExceptionCopyright © 2016. All rights reserved.