Class GremlinParser.PageRankStringConstantsContext
- java.lang.Object
- 
- org.antlr.v4.runtime.RuleContext
- 
- org.antlr.v4.runtime.ParserRuleContext
- 
- org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.PageRankStringConstantsContext
 
 
 
- 
- 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.PageRankStringConstantsContext extends org.antlr.v4.runtime.ParserRuleContext
- 
- 
Constructor SummaryConstructors Constructor Description PageRankStringConstantsContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)intgetRuleIndex()GremlinParser.GremlinStringConstants_pageRankStringConstants_edgesContextgremlinStringConstants_pageRankStringConstants_edges()GremlinParser.GremlinStringConstants_pageRankStringConstants_propertyNameContextgremlinStringConstants_pageRankStringConstants_propertyName()GremlinParser.GremlinStringConstants_pageRankStringConstants_timesContextgremlinStringConstants_pageRankStringConstants_times()- 
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- 
gremlinStringConstants_pageRankStringConstants_edgespublic GremlinParser.GremlinStringConstants_pageRankStringConstants_edgesContext gremlinStringConstants_pageRankStringConstants_edges() 
 - 
gremlinStringConstants_pageRankStringConstants_timespublic GremlinParser.GremlinStringConstants_pageRankStringConstants_timesContext gremlinStringConstants_pageRankStringConstants_times() 
 - 
gremlinStringConstants_pageRankStringConstants_propertyNamepublic GremlinParser.GremlinStringConstants_pageRankStringConstants_propertyNameContext gremlinStringConstants_pageRankStringConstants_propertyName() 
 - 
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
 
 
- 
 
-