Class GremlinParser.TraversalSourceSelfMethodContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.TraversalSourceSelfMethodContext
-
- 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.TraversalSourceSelfMethodContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description TraversalSourceSelfMethodContext(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
-
traversalSourceSelfMethod_withBulk
public GremlinParser.TraversalSourceSelfMethod_withBulkContext traversalSourceSelfMethod_withBulk()
-
traversalSourceSelfMethod_withPath
public GremlinParser.TraversalSourceSelfMethod_withPathContext traversalSourceSelfMethod_withPath()
-
traversalSourceSelfMethod_withSack
public GremlinParser.TraversalSourceSelfMethod_withSackContext traversalSourceSelfMethod_withSack()
-
traversalSourceSelfMethod_withSideEffect
public GremlinParser.TraversalSourceSelfMethod_withSideEffectContext traversalSourceSelfMethod_withSideEffect()
-
traversalSourceSelfMethod_withStrategies
public GremlinParser.TraversalSourceSelfMethod_withStrategiesContext traversalSourceSelfMethod_withStrategies()
-
traversalSourceSelfMethod_withoutStrategies
public GremlinParser.TraversalSourceSelfMethod_withoutStrategiesContext traversalSourceSelfMethod_withoutStrategies()
-
traversalSourceSelfMethod_with
public GremlinParser.TraversalSourceSelfMethod_withContext traversalSourceSelfMethod_with()
-
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
-
-