Package com.apollographql.apollo3.generated.antlr

Types

Link copied to clipboard
open class GraphQLBaseListener : GraphQLListener
This class provides an empty implementation of GraphQLListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Link copied to clipboard
open class GraphQLLexer : Lexer
Link copied to clipboard
interface GraphQLListener : ParseTreeListener
This interface defines a complete listener for a parse tree produced by GraphQLParser.
Link copied to clipboard
open class GraphQLParser : Parser