Uses of Class
graphql.parser.antlr.GraphqlParser.OperationTypeContext
Packages that use GraphqlParser.OperationTypeContext
-
Uses of GraphqlParser.OperationTypeContext in graphql.parser
Methods in graphql.parser with parameters of type GraphqlParser.OperationTypeContextModifier and TypeMethodDescriptionprotected OperationDefinition.Operation
GraphqlAntlrToLanguage.parseOperation
(GraphqlParser.OperationTypeContext operationTypeContext) -
Uses of GraphqlParser.OperationTypeContext in graphql.parser.antlr
Methods in graphql.parser.antlr that return GraphqlParser.OperationTypeContextModifier and TypeMethodDescriptionGraphqlParser.OperationDefinitionContext.operationType()
GraphqlParser.operationType()
GraphqlParser.OperationTypeDefinitionContext.operationType()
Methods in graphql.parser.antlr with parameters of type GraphqlParser.OperationTypeContextModifier and TypeMethodDescriptionvoid
GraphqlBaseListener.enterOperationType
(GraphqlParser.OperationTypeContext ctx) Enter a parse tree produced byGraphqlParser.operationType()
.void
GraphqlListener.enterOperationType
(GraphqlParser.OperationTypeContext ctx) Enter a parse tree produced byGraphqlParser.operationType()
.void
GraphqlBaseListener.exitOperationType
(GraphqlParser.OperationTypeContext ctx) Exit a parse tree produced byGraphqlParser.operationType()
.void
GraphqlListener.exitOperationType
(GraphqlParser.OperationTypeContext ctx) Exit a parse tree produced byGraphqlParser.operationType()
.