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 SummaryConstructors Constructor Description TraversalSourceSelfMethodContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
 - 
Method Summary- 
Methods inherited from class org.antlr.v4.runtime.ParserRuleContextaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
 
- 
 
- 
- 
- 
Method Detail- 
traversalSourceSelfMethod_withBulkpublic GremlinParser.TraversalSourceSelfMethod_withBulkContext traversalSourceSelfMethod_withBulk() 
 - 
traversalSourceSelfMethod_withPathpublic GremlinParser.TraversalSourceSelfMethod_withPathContext traversalSourceSelfMethod_withPath() 
 - 
traversalSourceSelfMethod_withSackpublic GremlinParser.TraversalSourceSelfMethod_withSackContext traversalSourceSelfMethod_withSack() 
 - 
traversalSourceSelfMethod_withSideEffectpublic GremlinParser.TraversalSourceSelfMethod_withSideEffectContext traversalSourceSelfMethod_withSideEffect() 
 - 
traversalSourceSelfMethod_withStrategiespublic GremlinParser.TraversalSourceSelfMethod_withStrategiesContext traversalSourceSelfMethod_withStrategies() 
 - 
traversalSourceSelfMethod_withoutStrategiespublic GremlinParser.TraversalSourceSelfMethod_withoutStrategiesContext traversalSourceSelfMethod_withoutStrategies() 
 - 
traversalSourceSelfMethod_withpublic GremlinParser.TraversalSourceSelfMethod_withContext traversalSourceSelfMethod_with() 
 - 
getRuleIndexpublic int getRuleIndex() - Overrides:
- getRuleIndexin class- org.antlr.v4.runtime.RuleContext
 
 - 
enterRulepublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) - Overrides:
- enterRulein class- org.antlr.v4.runtime.ParserRuleContext
 
 - 
exitRulepublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) - Overrides:
- exitRulein class- org.antlr.v4.runtime.ParserRuleContext
 
 - 
acceptpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) - Specified by:
- acceptin interface- org.antlr.v4.runtime.tree.ParseTree
- Overrides:
- acceptin class- org.antlr.v4.runtime.RuleContext
 
 
- 
 
-