Class InfluxLineProtocolParser.LinesContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.iotdb.db.protocol.influxdb.input.InfluxLineProtocolParser.LinesContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- InfluxLineProtocolParser
public static class InfluxLineProtocolParser.LinesContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description LinesContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)org.antlr.v4.runtime.tree.TerminalNodeEOF()intgetRuleIndex()java.util.List<InfluxLineProtocolParser.LineContext>line()InfluxLineProtocolParser.LineContextline(int i)java.util.List<org.antlr.v4.runtime.tree.TerminalNode>NEWLINE()org.antlr.v4.runtime.tree.TerminalNodeNEWLINE(int i)-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
line
public java.util.List<InfluxLineProtocolParser.LineContext> line()
-
line
public InfluxLineProtocolParser.LineContext line(int i)
-
EOF
public org.antlr.v4.runtime.tree.TerminalNode EOF()
-
NEWLINE
public java.util.List<org.antlr.v4.runtime.tree.TerminalNode> NEWLINE()
-
NEWLINE
public org.antlr.v4.runtime.tree.TerminalNode NEWLINE(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-