Class GremlinParser.TraversalStrategyContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.TraversalStrategyContext
-
- 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:
- GremlinParser
public static class GremlinParser.TraversalStrategyContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description TraversalStrategyContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
NEW
public org.antlr.v4.runtime.tree.TerminalNode NEW()
-
LPAREN
public org.antlr.v4.runtime.tree.TerminalNode LPAREN()
-
RPAREN
public org.antlr.v4.runtime.tree.TerminalNode RPAREN()
-
traversalStrategyArgs_PartitionStrategy
public List<GremlinParser.TraversalStrategyArgs_PartitionStrategyContext> traversalStrategyArgs_PartitionStrategy()
-
traversalStrategyArgs_PartitionStrategy
public GremlinParser.TraversalStrategyArgs_PartitionStrategyContext traversalStrategyArgs_PartitionStrategy(int i)
-
COMMA
public List<org.antlr.v4.runtime.tree.TerminalNode> COMMA()
-
COMMA
public org.antlr.v4.runtime.tree.TerminalNode COMMA(int i)
-
COLON
public org.antlr.v4.runtime.tree.TerminalNode COLON()
-
integerLiteral
public GremlinParser.IntegerLiteralContext integerLiteral()
-
traversalStrategyArgs_SubgraphStrategy
public List<GremlinParser.TraversalStrategyArgs_SubgraphStrategyContext> traversalStrategyArgs_SubgraphStrategy()
-
traversalStrategyArgs_SubgraphStrategy
public GremlinParser.TraversalStrategyArgs_SubgraphStrategyContext traversalStrategyArgs_SubgraphStrategy(int i)
-
traversalStrategyArgs_ProductiveByStrategy
public GremlinParser.TraversalStrategyArgs_ProductiveByStrategyContext traversalStrategyArgs_ProductiveByStrategy()
-
traversalStrategyArgs_EdgeLabelVerificationStrategy
public List<GremlinParser.TraversalStrategyArgs_EdgeLabelVerificationStrategyContext> traversalStrategyArgs_EdgeLabelVerificationStrategy()
-
traversalStrategyArgs_EdgeLabelVerificationStrategy
public GremlinParser.TraversalStrategyArgs_EdgeLabelVerificationStrategyContext traversalStrategyArgs_EdgeLabelVerificationStrategy(int i)
-
traversalStrategyArgs_ReservedKeysVerificationStrategy
public List<GremlinParser.TraversalStrategyArgs_ReservedKeysVerificationStrategyContext> traversalStrategyArgs_ReservedKeysVerificationStrategy()
-
traversalStrategyArgs_ReservedKeysVerificationStrategy
public GremlinParser.TraversalStrategyArgs_ReservedKeysVerificationStrategyContext traversalStrategyArgs_ReservedKeysVerificationStrategy(int i)
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndex
in classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRule
in classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
accept
in interfaceorg.antlr.v4.runtime.tree.ParseTree
- Overrides:
accept
in classorg.antlr.v4.runtime.RuleContext
-
-