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.