Uses of Interface
graphql.parser.ParserEnvironment
Packages that use ParserEnvironment
-
Uses of ParserEnvironment in graphql.parser
Fields in graphql.parser declared as ParserEnvironmentModifier and TypeFieldDescriptionprivate final ParserEnvironmentExtendedBailStrategy.environmentMethods 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.private @NotNull SafeTokenSourceParser.getSafeTokenSource(ParserEnvironment environment, ParserOptions parserOptions, MultiSourceReader multiSourceReader, GraphqlLexer lexer) static DocumentParser.parse(ParserEnvironment environment) Parses a string input into a graphql ASTDocumentParser.parseDocument(ParserEnvironment environment) Parses document text into a graphql ASTDocumentprivate DocumentParser.parseDocumentImpl(ParserEnvironment environment) private Node<?> Parser.parseImpl(ParserEnvironment environment, BiFunction<GraphqlParser, GraphqlAntlrToLanguage, Object[]> nodeFunction) private static @NotNull GraphqlLexerParser.setupGraphqlLexer(ParserEnvironment environment, MultiSourceReader multiSourceReader, org.antlr.v4.runtime.CodePointCharStream charStream) private static MultiSourceReaderParser.setupMultiSourceReader(ParserEnvironment environment, ParserOptions parserOptions) private voidParser.setupParserListener(ParserEnvironment environment, MultiSourceReader multiSourceReader, GraphqlParser parser, GraphqlAntlrToLanguage toLanguage) private static @NotNull SafeTokenReaderParser.setupSafeTokenReader(ParserEnvironment environment, ParserOptions parserOptions, MultiSourceReader multiSourceReader) private voidParser.throwIfTokenProblems(ParserEnvironment environment, org.antlr.v4.runtime.Token token, int maxLimit, MultiSourceReader multiSourceReader, Class<? extends InvalidSyntaxException> targetException) Constructors in graphql.parser with parameters of type ParserEnvironmentModifierConstructorDescriptionExtendedBailStrategy(MultiSourceReader multiSourceReader, ParserEnvironment environment)