| Modifier and Type | Method and Description |
|---|---|
GremlinParser.QueryListContext |
GremlinParser.queryList() |
| Modifier and Type | Method and Description |
|---|---|
void |
GremlinListener.enterQueryList(GremlinParser.QueryListContext ctx)
Enter a parse tree produced by
GremlinParser.queryList(). |
void |
GremlinBaseListener.enterQueryList(GremlinParser.QueryListContext ctx)
Enter a parse tree produced by
GremlinParser.queryList(). |
void |
GremlinListener.exitQueryList(GremlinParser.QueryListContext ctx)
Exit a parse tree produced by
GremlinParser.queryList(). |
void |
GremlinBaseListener.exitQueryList(GremlinParser.QueryListContext ctx)
Exit a parse tree produced by
GremlinParser.queryList(). |
T |
GremlinVisitor.visitQueryList(GremlinParser.QueryListContext ctx)
Visit a parse tree produced by
GremlinParser.queryList(). |
T |
GremlinBaseVisitor.visitQueryList(GremlinParser.QueryListContext ctx)
Visit a parse tree produced by
GremlinParser.queryList(). |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.