public class ParseTreeContextCastHelper extends Object
Constructor and Description |
---|
ParseTreeContextCastHelper() |
Modifier and Type | Method and Description |
---|---|
static GremlinParser.GenericLiteralContext |
castChildToGenericLiteral(org.antlr.v4.runtime.tree.ParseTree ctx,
int childIndex)
Cast ParseTree node child into GenericLiteralContext
|
static GremlinParser.GenericLiteralListContext |
castChildToGenericLiteralList(org.antlr.v4.runtime.tree.ParseTree ctx,
int childIndex)
Cast ParseTree node child into GenericLiteralListContext
|
public static GremlinParser.GenericLiteralContext castChildToGenericLiteral(org.antlr.v4.runtime.tree.ParseTree ctx, int childIndex)
ctx
- : ParseTree nodechildIndex
- : child indexpublic static GremlinParser.GenericLiteralListContext castChildToGenericLiteralList(org.antlr.v4.runtime.tree.ParseTree ctx, int childIndex)
ctx
- : ParseTree nodechildIndex
- : child indexCopyright © 2013–2022 Apache Software Foundation. All rights reserved.