Uses of Class
com.semedy.reasoner.parser.graphql.GraphQLGrammarParser.SelectionContext
Packages that use GraphQLGrammarParser.SelectionContext
-
Uses of GraphQLGrammarParser.SelectionContext in com.semedy.reasoner.parser.graphql
Methods in com.semedy.reasoner.parser.graphql that return GraphQLGrammarParser.SelectionContextModifier and TypeMethodDescriptionGraphQLGrammarParser.selection()
GraphQLGrammarParser.SelectionSetContext.selection
(int i) Methods in com.semedy.reasoner.parser.graphql that return types with arguments of type GraphQLGrammarParser.SelectionContextMethods in com.semedy.reasoner.parser.graphql with parameters of type GraphQLGrammarParser.SelectionContextModifier and TypeMethodDescriptionvoid
GraphQLGrammarBaseListener.enterSelection
(GraphQLGrammarParser.SelectionContext ctx) Enter a parse tree produced byGraphQLGrammarParser.selection()
.void
GraphQLGrammarListener.enterSelection
(GraphQLGrammarParser.SelectionContext ctx) Enter a parse tree produced byGraphQLGrammarParser.selection()
.void
GraphQLListener.enterSelection
(GraphQLGrammarParser.SelectionContext ctx) void
GraphQLGrammarBaseListener.exitSelection
(GraphQLGrammarParser.SelectionContext ctx) Exit a parse tree produced byGraphQLGrammarParser.selection()
.void
GraphQLGrammarListener.exitSelection
(GraphQLGrammarParser.SelectionContext ctx) Exit a parse tree produced byGraphQLGrammarParser.selection()
.void
GraphQLListener.exitSelection
(GraphQLGrammarParser.SelectionContext ctx)