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.GenericLiteralContextcastChildToGenericLiteral(org.antlr.v4.runtime.tree.ParseTree ctx, int childIndex)Cast ParseTree node child into GenericLiteralContextstatic GremlinParser.GenericLiteralListContextcastChildToGenericLiteralList(org.antlr.v4.runtime.tree.ParseTree ctx, int childIndex)Cast ParseTree node child into GenericLiteralListContext
 
- 
- 
- 
Method Detail- 
castChildToGenericLiteralpublic static GremlinParser.GenericLiteralContext 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
 
 - 
castChildToGenericLiteralListpublic static GremlinParser.GenericLiteralListContext castChildToGenericLiteralList(org.antlr.v4.runtime.tree.ParseTree ctx, int childIndex) Cast ParseTree node child into GenericLiteralListContext- Parameters:
- ctx- : ParseTree node
- childIndex- : child index
- Returns:
- casted GenericLiteralListContext
 
 
- 
 
-