Uses of Class
graphql.parser.antlr.GraphqlParser.ImplementsInterfacesContext
Packages that use GraphqlParser.ImplementsInterfacesContext
-
Uses of GraphqlParser.ImplementsInterfacesContext in graphql.parser
Methods in graphql.parser with parameters of type GraphqlParser.ImplementsInterfacesContextModifier and TypeMethodDescriptionGraphqlAntlrToLanguage.getImplementz
(GraphqlParser.ImplementsInterfacesContext implementsInterfacesContext) -
Uses of GraphqlParser.ImplementsInterfacesContext in graphql.parser.antlr
Methods in graphql.parser.antlr that return GraphqlParser.ImplementsInterfacesContextModifier and TypeMethodDescriptionGraphqlParser.implementsInterfaces()
GraphqlParser.implementsInterfaces
(int _p) GraphqlParser.ImplementsInterfacesContext.implementsInterfaces()
GraphqlParser.InterfaceTypeDefinitionContext.implementsInterfaces()
GraphqlParser.InterfaceTypeExtensionDefinitionContext.implementsInterfaces()
GraphqlParser.ObjectTypeDefinitionContext.implementsInterfaces()
GraphqlParser.ObjectTypeExtensionDefinitionContext.implementsInterfaces()
Methods in graphql.parser.antlr with parameters of type GraphqlParser.ImplementsInterfacesContextModifier and TypeMethodDescriptionvoid
GraphqlBaseListener.enterImplementsInterfaces
(GraphqlParser.ImplementsInterfacesContext ctx) Enter a parse tree produced byGraphqlParser.implementsInterfaces()
.void
GraphqlListener.enterImplementsInterfaces
(GraphqlParser.ImplementsInterfacesContext ctx) Enter a parse tree produced byGraphqlParser.implementsInterfaces()
.void
GraphqlBaseListener.exitImplementsInterfaces
(GraphqlParser.ImplementsInterfacesContext ctx) Exit a parse tree produced byGraphqlParser.implementsInterfaces()
.void
GraphqlListener.exitImplementsInterfaces
(GraphqlParser.ImplementsInterfacesContext ctx) Exit a parse tree produced byGraphqlParser.implementsInterfaces()
.private boolean
GraphqlParser.implementsInterfaces_sempred
(GraphqlParser.ImplementsInterfacesContext _localctx, int predIndex)