Class ParseTreeContextCastHelper
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.language.grammar.ParseTreeContextCastHelper
 
- 
 public class ParseTreeContextCastHelper extends Object Antlr parse tree context cast helper.
- 
- 
Constructor SummaryConstructors Constructor Description ParseTreeContextCastHelper()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static GremlinParser.GenericArgumentContextcastChildToGenericLiteral(org.antlr.v4.runtime.tree.ParseTree ctx, int childIndex)Cast ParseTree node child into GenericLiteralContext
 
- 
- 
- 
Method Detail- 
castChildToGenericLiteralpublic static GremlinParser.GenericArgumentContext castChildToGenericLiteral(org.antlr.v4.runtime.tree.ParseTree ctx, int childIndex) Cast ParseTree node child into GenericLiteralContext- Parameters:
- ctx- : ParseTree node
- childIndex- : child index
- Returns:
- casted GenericLiteralContext
 
 
- 
 
-