Class GremlinParser.WithOptionsValuesContext
- java.lang.Object
- 
- org.antlr.v4.runtime.RuleContext
- 
- org.antlr.v4.runtime.ParserRuleContext
- 
- org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.WithOptionsValuesContext
 
 
 
- 
- 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.WithOptionsValuesContext extends org.antlr.v4.runtime.ParserRuleContext
- 
- 
Constructor SummaryConstructors Constructor Description WithOptionsValuesContext(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- 
withOptionsConstants_tokenspublic GremlinParser.WithOptionsConstants_tokensContext withOptionsConstants_tokens() 
 - 
withOptionsConstants_nonepublic GremlinParser.WithOptionsConstants_noneContext withOptionsConstants_none() 
 - 
withOptionsConstants_idspublic GremlinParser.WithOptionsConstants_idsContext withOptionsConstants_ids() 
 - 
withOptionsConstants_labelspublic GremlinParser.WithOptionsConstants_labelsContext withOptionsConstants_labels() 
 - 
withOptionsConstants_keyspublic GremlinParser.WithOptionsConstants_keysContext withOptionsConstants_keys() 
 - 
withOptionsConstants_valuespublic GremlinParser.WithOptionsConstants_valuesContext withOptionsConstants_values() 
 - 
withOptionsConstants_allpublic GremlinParser.WithOptionsConstants_allContext withOptionsConstants_all() 
 - 
withOptionsConstants_listpublic GremlinParser.WithOptionsConstants_listContext withOptionsConstants_list() 
 - 
withOptionsConstants_mappublic GremlinParser.WithOptionsConstants_mapContext withOptionsConstants_map() 
 - 
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
 
 
- 
 
-