Uses of Interface
graphql.parser.ParserEnvironment
Packages that use ParserEnvironment
-
Uses of ParserEnvironment in graphql.parser
Methods in graphql.parser that return ParserEnvironmentMethods in graphql.parser with parameters of type ParserEnvironmentModifier 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.static DocumentParser.parse(ParserEnvironment environment) Parses a string input into a graphql ASTDocumentParser.parseDocument(ParserEnvironment environment) Parses document text into a graphql ASTDocumentConstructors in graphql.parser with parameters of type ParserEnvironmentModifierConstructorDescriptionExtendedBailStrategy(MultiSourceReader multiSourceReader, ParserEnvironment environment)