| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.language.grammar |
| Modifier and Type | Method and Description |
|---|---|
GremlinParser.InfLiteralContext |
GremlinParser.infLiteral() |
GremlinParser.InfLiteralContext |
GremlinParser.GenericLiteralContext.infLiteral() |
| Modifier and Type | Method and Description |
|---|---|
void |
GremlinListener.enterInfLiteral(GremlinParser.InfLiteralContext ctx)
Enter a parse tree produced by
GremlinParser.infLiteral(). |
void |
GremlinBaseListener.enterInfLiteral(GremlinParser.InfLiteralContext ctx)
Enter a parse tree produced by
GremlinParser.infLiteral(). |
void |
GremlinListener.exitInfLiteral(GremlinParser.InfLiteralContext ctx)
Exit a parse tree produced by
GremlinParser.infLiteral(). |
void |
GremlinBaseListener.exitInfLiteral(GremlinParser.InfLiteralContext ctx)
Exit a parse tree produced by
GremlinParser.infLiteral(). |
T |
GremlinVisitor.visitInfLiteral(GremlinParser.InfLiteralContext ctx)
Visit a parse tree produced by
GremlinParser.infLiteral(). |
T |
GremlinBaseVisitor.visitInfLiteral(GremlinParser.InfLiteralContext ctx)
Visit a parse tree produced by
GremlinParser.infLiteral(). |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.