Package | Description |
---|---|
graphql.parser.antlr |
Modifier and Type | Method and Description |
---|---|
GraphqlParser.SelectionContext |
GraphqlParser.selection() |
GraphqlParser.SelectionContext |
GraphqlParser.SelectionSetContext.selection(int i) |
Modifier and Type | Method and Description |
---|---|
List<GraphqlParser.SelectionContext> |
GraphqlParser.SelectionSetContext.selection() |
Modifier and Type | Method and Description |
---|---|
void |
GraphqlListener.enterSelection(GraphqlParser.SelectionContext ctx)
Enter a parse tree produced by
GraphqlParser#selection . |
void |
GraphqlBaseListener.enterSelection(GraphqlParser.SelectionContext ctx)
Enter a parse tree produced by
GraphqlParser#selection . |
void |
GraphqlListener.exitSelection(GraphqlParser.SelectionContext ctx)
Exit a parse tree produced by
GraphqlParser#selection . |
void |
GraphqlBaseListener.exitSelection(GraphqlParser.SelectionContext ctx)
Exit a parse tree produced by
GraphqlParser#selection . |
T |
GraphqlVisitor.visitSelection(GraphqlParser.SelectionContext ctx)
Visit a parse tree produced by
GraphqlParser#selection . |
T |
GraphqlBaseVisitor.visitSelection(GraphqlParser.SelectionContext ctx)
Visit a parse tree produced by
GraphqlParser#selection . |
Copyright © 2019. All rights reserved.