Class ParseTreeContextCastHelper
java.lang.Object
org.apache.tinkerpop.gremlin.language.grammar.ParseTreeContextCastHelper
Antlr parse tree context cast helper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncastChildToGenericLiteral(org.antlr.v4.runtime.tree.ParseTree ctx, int childIndex) Cast ParseTree node child into GenericLiteralContext
-
Constructor Details
-
ParseTreeContextCastHelper
public ParseTreeContextCastHelper()
-
-
Method Details
-
castChildToGenericLiteral
public static GremlinParser.GenericArgumentContext castChildToGenericLiteral(org.antlr.v4.runtime.tree.ParseTree ctx, int childIndex) Cast ParseTree node child into GenericLiteralContext- Parameters:
ctx- : ParseTree nodechildIndex- : child index- Returns:
- casted GenericLiteralContext
-