Uses of Class
graphql.parser.MultiSourceReader
Packages that use MultiSourceReader
-
Uses of MultiSourceReader in graphql.parser
Methods in graphql.parser that return MultiSourceReaderMethods in graphql.parser with parameters of type MultiSourceReaderModifier and TypeMethodDescriptionstatic 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.Constructors in graphql.parser with parameters of type MultiSourceReaderModifierConstructorDescriptionExtendedBailStrategy(MultiSourceReader multiSourceReader, ParserEnvironment environment) GraphqlAntlrToLanguage(org.antlr.v4.runtime.CommonTokenStream tokens, MultiSourceReader multiSourceReader, ParserOptions parserOptions, I18n i18N, @Nullable Map<Node<?>, org.antlr.v4.runtime.ParserRuleContext> nodeToRuleMap)