Uses of Class
graphql.parser.antlr.GraphqlLexer
-
Packages that use GraphqlLexer Package Description graphql.parser -
-
Uses of GraphqlLexer in graphql.parser
Methods in graphql.parser that return GraphqlLexer Modifier and Type Method Description private static @NotNull GraphqlLexer
Parser. setupGraphqlLexer(ParserEnvironment environment, MultiSourceReader multiSourceReader, org.antlr.v4.runtime.CodePointCharStream charStream)
Methods in graphql.parser with parameters of type GraphqlLexer Modifier and Type Method Description private @NotNull SafeTokenSource
Parser. getSafeTokenSource(ParserEnvironment environment, ParserOptions parserOptions, MultiSourceReader multiSourceReader, GraphqlLexer lexer)
-