Class GremlinParser.TraversalSourceSpawnMethodContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.TraversalSourceSpawnMethodContext
-
- 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.TraversalSourceSpawnMethodContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description TraversalSourceSpawnMethodContext(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
-
traversalSourceSpawnMethod_addE
public GremlinParser.TraversalSourceSpawnMethod_addEContext traversalSourceSpawnMethod_addE()
-
traversalSourceSpawnMethod_addV
public GremlinParser.TraversalSourceSpawnMethod_addVContext traversalSourceSpawnMethod_addV()
-
traversalSourceSpawnMethod_E
public GremlinParser.TraversalSourceSpawnMethod_EContext traversalSourceSpawnMethod_E()
-
traversalSourceSpawnMethod_V
public GremlinParser.TraversalSourceSpawnMethod_VContext traversalSourceSpawnMethod_V()
-
traversalSourceSpawnMethod_mergeE
public GremlinParser.TraversalSourceSpawnMethod_mergeEContext traversalSourceSpawnMethod_mergeE()
-
traversalSourceSpawnMethod_mergeV
public GremlinParser.TraversalSourceSpawnMethod_mergeVContext traversalSourceSpawnMethod_mergeV()
-
traversalSourceSpawnMethod_inject
public GremlinParser.TraversalSourceSpawnMethod_injectContext traversalSourceSpawnMethod_inject()
-
traversalSourceSpawnMethod_io
public GremlinParser.TraversalSourceSpawnMethod_ioContext traversalSourceSpawnMethod_io()
-
traversalSourceSpawnMethod_call
public GremlinParser.TraversalSourceSpawnMethod_callContext traversalSourceSpawnMethod_call()
-
traversalSourceSpawnMethod_union
public GremlinParser.TraversalSourceSpawnMethod_unionContext traversalSourceSpawnMethod_union()
-
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
-
-