Uses of Class
graphql.parser.GraphqlAntlrToLanguage
-
Packages that use GraphqlAntlrToLanguage Package Description graphql.parser -
-
Uses of GraphqlAntlrToLanguage in graphql.parser
Methods in graphql.parser that return GraphqlAntlrToLanguage Modifier and Type Method Description protected GraphqlAntlrToLanguage
NodeToRuleCapturingParser. getAntlrToLanguage(org.antlr.v4.runtime.CommonTokenStream tokens, MultiSourceReader multiSourceReader, ParserEnvironment environment)
protected GraphqlAntlrToLanguage
Parser. 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 GraphqlAntlrToLanguage Modifier and Type Method Description private void
Parser. setupParserListener(ParserEnvironment environment, MultiSourceReader multiSourceReader, GraphqlParser parser, GraphqlAntlrToLanguage toLanguage)
Method parameters in graphql.parser with type arguments of type GraphqlAntlrToLanguage Modifier and Type Method Description private Node<?>
Parser. parseImpl(ParserEnvironment environment, java.util.function.BiFunction<GraphqlParser,GraphqlAntlrToLanguage,java.lang.Object[]> nodeFunction)
-