Package | Description |
---|---|
org.apache.tinkerpop.gremlin.language.grammar |
Modifier and Type | Method and Description |
---|---|
GremlinParser.QueryContext |
GremlinParser.query() |
GremlinParser.QueryContext |
GremlinParser.QueryContext.query() |
GremlinParser.QueryContext |
GremlinParser.QueryListContext.query(int i) |
Modifier and Type | Method and Description |
---|---|
List<GremlinParser.QueryContext> |
GremlinParser.QueryListContext.query() |
Modifier and Type | Method and Description |
---|---|
void |
GremlinListener.enterQuery(GremlinParser.QueryContext ctx)
Enter a parse tree produced by
GremlinParser.query() . |
void |
GremlinBaseListener.enterQuery(GremlinParser.QueryContext ctx)
Enter a parse tree produced by
GremlinParser.query() . |
void |
GremlinListener.exitQuery(GremlinParser.QueryContext ctx)
Exit a parse tree produced by
GremlinParser.query() . |
void |
GremlinBaseListener.exitQuery(GremlinParser.QueryContext ctx)
Exit a parse tree produced by
GremlinParser.query() . |
T |
GremlinVisitor.visitQuery(GremlinParser.QueryContext ctx)
Visit a parse tree produced by
GremlinParser.query() . |
T |
GremlinBaseVisitor.visitQuery(GremlinParser.QueryContext ctx)
Visit a parse tree produced by
GremlinParser.query() . |
Object |
NoOpTerminalVisitor.visitQuery(GremlinParser.QueryContext ctx)
Returns
Bytecode of Traversal or GraphTraversalSource , overriding any terminal step
operations to prevent them from being executed using the TraversalTerminalMethodVisitor to append
terminal operations to bytecode. |
Object |
GremlinAntlrToJava.visitQuery(GremlinParser.QueryContext ctx)
Visit a parse tree produced by
GremlinParser.query() . |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.