Class InfluxLineProtocolParser
- java.lang.Object
-
- org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
- org.antlr.v4.runtime.Parser
-
- org.apache.iotdb.db.protocol.influxdb.input.InfluxLineProtocolParser
-
public class InfluxLineProtocolParser extends org.antlr.v4.runtime.Parser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInfluxLineProtocolParser.EolContextstatic classInfluxLineProtocolParser.Field_pairContextstatic classInfluxLineProtocolParser.Field_setContextstatic classInfluxLineProtocolParser.Field_valueContextstatic classInfluxLineProtocolParser.IdentifierContextstatic classInfluxLineProtocolParser.LineContextstatic classInfluxLineProtocolParser.LinesContextstatic classInfluxLineProtocolParser.Tag_pairContextstatic classInfluxLineProtocolParser.Tag_setContextstatic classInfluxLineProtocolParser.TimestampContext
-
Field Summary
Fields Modifier and Type Field Description static org.antlr.v4.runtime.atn.ATN_ATNprotected static org.antlr.v4.runtime.dfa.DFA[]_decisionToDFAstatic java.lang.String_serializedATNprotected static org.antlr.v4.runtime.atn.PredictionContextCache_sharedContextCachestatic intBOOLEANstatic intIDENTIFIER_STRINGstatic intNEWLINEstatic intNUMBERstatic intQUOTED_STRINGstatic intRULE_eolstatic intRULE_field_pairstatic intRULE_field_setstatic intRULE_field_valuestatic intRULE_identifierstatic intRULE_linestatic intRULE_linesstatic intRULE_tag_pairstatic intRULE_tag_setstatic intRULE_timestampstatic java.lang.String[]ruleNamesstatic intT__0static intT__1static intT__2static java.lang.String[]tokenNamesDeprecated.UseVOCABULARYinstead.static org.antlr.v4.runtime.VocabularyVOCABULARY
-
Constructor Summary
Constructors Constructor Description InfluxLineProtocolParser(org.antlr.v4.runtime.TokenStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description InfluxLineProtocolParser.EolContexteol()InfluxLineProtocolParser.Field_pairContextfield_pair()InfluxLineProtocolParser.Field_setContextfield_set()InfluxLineProtocolParser.Field_valueContextfield_value()org.antlr.v4.runtime.atn.ATNgetATN()java.lang.StringgetGrammarFileName()java.lang.String[]getRuleNames()java.lang.StringgetSerializedATN()java.lang.String[]getTokenNames()Deprecated.org.antlr.v4.runtime.VocabularygetVocabulary()InfluxLineProtocolParser.IdentifierContextidentifier()InfluxLineProtocolParser.LineContextline()InfluxLineProtocolParser.LinesContextlines()InfluxLineProtocolParser.Tag_pairContexttag_pair()InfluxLineProtocolParser.Tag_setContexttag_set()InfluxLineProtocolParser.TimestampContexttimestamp()-
Methods inherited from class org.antlr.v4.runtime.Parser
addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, createErrorNode, createTerminalNode, 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, unrollRecursionContexts
-
Methods inherited from class org.antlr.v4.runtime.Recognizer
action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState
-
-
-
-
Field Detail
-
_decisionToDFA
protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
-
_sharedContextCache
protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
-
T__0
public static final int T__0
- See Also:
- Constant Field Values
-
T__1
public static final int T__1
- See Also:
- Constant Field Values
-
T__2
public static final int T__2
- See Also:
- Constant Field Values
-
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
-
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
-
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
-
QUOTED_STRING
public static final int QUOTED_STRING
- See Also:
- Constant Field Values
-
IDENTIFIER_STRING
public static final int IDENTIFIER_STRING
- See Also:
- Constant Field Values
-
RULE_lines
public static final int RULE_lines
- See Also:
- Constant Field Values
-
RULE_line
public static final int RULE_line
- See Also:
- Constant Field Values
-
RULE_timestamp
public static final int RULE_timestamp
- See Also:
- Constant Field Values
-
RULE_field_set
public static final int RULE_field_set
- See Also:
- Constant Field Values
-
RULE_tag_set
public static final int RULE_tag_set
- See Also:
- Constant Field Values
-
RULE_tag_pair
public static final int RULE_tag_pair
- See Also:
- Constant Field Values
-
RULE_field_pair
public static final int RULE_field_pair
- See Also:
- Constant Field Values
-
RULE_identifier
public static final int RULE_identifier
- See Also:
- Constant Field Values
-
RULE_field_value
public static final int RULE_field_value
- See Also:
- Constant Field Values
-
RULE_eol
public static final int RULE_eol
- See Also:
- Constant Field Values
-
ruleNames
public static final java.lang.String[] ruleNames
-
VOCABULARY
public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
-
tokenNames
@Deprecated public static final java.lang.String[] tokenNames
Deprecated.UseVOCABULARYinstead.
-
_serializedATN
public static final java.lang.String _serializedATN
- See Also:
- Constant Field Values
-
_ATN
public static final org.antlr.v4.runtime.atn.ATN _ATN
-
-
Method Detail
-
getTokenNames
@Deprecated public java.lang.String[] getTokenNames()
Deprecated.- Specified by:
getTokenNamesin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getVocabulary
public org.antlr.v4.runtime.Vocabulary getVocabulary()
- Overrides:
getVocabularyin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getGrammarFileName
public java.lang.String getGrammarFileName()
- Specified by:
getGrammarFileNamein classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getRuleNames
public java.lang.String[] getRuleNames()
- Specified by:
getRuleNamesin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getSerializedATN
public java.lang.String getSerializedATN()
- Overrides:
getSerializedATNin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
getATN
public org.antlr.v4.runtime.atn.ATN getATN()
- Specified by:
getATNin classorg.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
-
lines
public final InfluxLineProtocolParser.LinesContext lines() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
line
public final InfluxLineProtocolParser.LineContext line() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
timestamp
public final InfluxLineProtocolParser.TimestampContext timestamp() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
field_set
public final InfluxLineProtocolParser.Field_setContext field_set() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tag_set
public final InfluxLineProtocolParser.Tag_setContext tag_set() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
tag_pair
public final InfluxLineProtocolParser.Tag_pairContext tag_pair() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
field_pair
public final InfluxLineProtocolParser.Field_pairContext field_pair() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
identifier
public final InfluxLineProtocolParser.IdentifierContext identifier() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
field_value
public final InfluxLineProtocolParser.Field_valueContext field_value() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
eol
public final InfluxLineProtocolParser.EolContext eol() throws org.antlr.v4.runtime.RecognitionException
- Throws:
org.antlr.v4.runtime.RecognitionException
-
-