| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.language.grammar |
| Modifier and Type | Method and Description |
|---|---|
GremlinParser.MapEntryContext |
GremlinParser.mapEntry() |
GremlinParser.MapEntryContext |
GremlinParser.GenericLiteralMapContext.mapEntry(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GremlinParser.MapEntryContext> |
GremlinParser.GenericLiteralMapContext.mapEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
GremlinListener.enterMapEntry(GremlinParser.MapEntryContext ctx)
Enter a parse tree produced by
GremlinParser.mapEntry(). |
void |
GremlinBaseListener.enterMapEntry(GremlinParser.MapEntryContext ctx)
Enter a parse tree produced by
GremlinParser.mapEntry(). |
void |
GremlinListener.exitMapEntry(GremlinParser.MapEntryContext ctx)
Exit a parse tree produced by
GremlinParser.mapEntry(). |
void |
GremlinBaseListener.exitMapEntry(GremlinParser.MapEntryContext ctx)
Exit a parse tree produced by
GremlinParser.mapEntry(). |
T |
GremlinVisitor.visitMapEntry(GremlinParser.MapEntryContext ctx)
Visit a parse tree produced by
GremlinParser.mapEntry(). |
T |
GremlinBaseVisitor.visitMapEntry(GremlinParser.MapEntryContext ctx)
Visit a parse tree produced by
GremlinParser.mapEntry(). |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.