| Package | Description |
|---|---|
| ai.grakn.graql.internal.antlr |
| Modifier and Type | Method and Description |
|---|---|
GraqlParser.IdContext |
GraqlParser.id() |
GraqlParser.IdContext |
GraqlParser.PropIdContext.id() |
GraqlParser.IdContext |
GraqlParser.PathContext.id(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<GraqlParser.IdContext> |
GraqlParser.PathContext.id() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraqlListener.enterId(GraqlParser.IdContext ctx)
Enter a parse tree produced by
GraqlParser.id(). |
void |
GraqlBaseListener.enterId(GraqlParser.IdContext ctx)
Enter a parse tree produced by
GraqlParser.id(). |
void |
GraqlListener.exitId(GraqlParser.IdContext ctx)
Exit a parse tree produced by
GraqlParser.id(). |
void |
GraqlBaseListener.exitId(GraqlParser.IdContext ctx)
Exit a parse tree produced by
GraqlParser.id(). |
T |
GraqlVisitor.visitId(GraqlParser.IdContext ctx)
Visit a parse tree produced by
GraqlParser.id(). |
T |
GraqlBaseVisitor.visitId(GraqlParser.IdContext ctx)
Visit a parse tree produced by
GraqlParser.id(). |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.