Uses of Class
graphql.parser.GraphqlAntlrToLanguage
Packages that use GraphqlAntlrToLanguage
-
Uses of GraphqlAntlrToLanguage in graphql.parser
Methods in graphql.parser that return GraphqlAntlrToLanguageModifier and TypeMethodDescriptionprotected GraphqlAntlrToLanguageNodeToRuleCapturingParser.getAntlrToLanguage(org.antlr.v4.runtime.CommonTokenStream tokens, MultiSourceReader multiSourceReader, ParserEnvironment environment) protected GraphqlAntlrToLanguageParser.getAntlrToLanguage(org.antlr.v4.runtime.CommonTokenStream tokens, MultiSourceReader multiSourceReader, ParserEnvironment environment) Allows you to override the ANTLR to AST code.Methods in graphql.parser with parameters of type GraphqlAntlrToLanguageModifier and TypeMethodDescriptionprivate voidParser.setupParserListener(ParserEnvironment environment, MultiSourceReader multiSourceReader, GraphqlParser parser, GraphqlAntlrToLanguage toLanguage) Method parameters in graphql.parser with type arguments of type GraphqlAntlrToLanguageModifier and TypeMethodDescriptionprivate Node<?> Parser.parseImpl(ParserEnvironment environment, BiFunction<GraphqlParser, GraphqlAntlrToLanguage, Object[]> nodeFunction)