Uses of Class
graphql.parser.MultiSourceReader
-
Packages that use MultiSourceReader Package Description graphql.parser -
-
Uses of MultiSourceReader in graphql.parser
Fields in graphql.parser declared as MultiSourceReader Modifier and Type Field Description private MultiSourceReaderExtendedBailStrategy. multiSourceReaderprivate MultiSourceReaderGraphqlAntlrToLanguage. multiSourceReaderMethods in graphql.parser that return MultiSourceReader Modifier and Type Method Description MultiSourceReaderMultiSourceReader.Builder. build()private static MultiSourceReaderParser. setupMultiSourceReader(ParserEnvironment environment, ParserOptions parserOptions)Methods in graphql.parser with parameters of type MultiSourceReader Modifier and Type Method Description static java.lang.StringAntlrHelper. createPreview(MultiSourceReader multiSourceReader, int antrlLine)static SourceLocationAntlrHelper. createSourceLocation(MultiSourceReader multiSourceReader, int antrlLine, int charPositionInLine)static SourceLocationAntlrHelper. createSourceLocation(MultiSourceReader multiSourceReader, org.antlr.v4.runtime.Token token)static SourceLocationAntlrHelper. createSourceLocation(MultiSourceReader multiSourceReader, org.antlr.v4.runtime.tree.TerminalNode terminalNode)protected 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)private static @NotNull GraphqlLexerParser. setupGraphqlLexer(ParserEnvironment environment, MultiSourceReader multiSourceReader, org.antlr.v4.runtime.CodePointCharStream charStream)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, java.lang.Class<? extends InvalidSyntaxException> targetException)Constructors in graphql.parser with parameters of type MultiSourceReader Constructor Description ExtendedBailStrategy(MultiSourceReader multiSourceReader, ParserEnvironment environment)GraphqlAntlrToLanguage(org.antlr.v4.runtime.CommonTokenStream tokens, MultiSourceReader multiSourceReader, ParserOptions parserOptions, I18n i18N, @Nullable java.util.Map<Node<?>,org.antlr.v4.runtime.ParserRuleContext> nodeToRuleMap)
-