GraphQLParser

open class GraphQLParser : Parser

Constructors

Link copied to clipboard
open fun GraphQLParser(input: TokenStream)

Types

Link copied to clipboard
open class AliasContext : ParserRuleContext
Link copied to clipboard
open class ArgumentContext : ParserRuleContext
Link copied to clipboard
open class ArgumentsContext : ParserRuleContext
Link copied to clipboard
open class ArgumentsDefinitionContext : ParserRuleContext
Link copied to clipboard
open class BooleanValueContext : ParserRuleContext
Link copied to clipboard
open class DefaultValueContext : ParserRuleContext
Link copied to clipboard
open class DefinitionContext : ParserRuleContext
Link copied to clipboard
open class DescriptionContext : ParserRuleContext
Link copied to clipboard
open class DirectiveContext : ParserRuleContext
Link copied to clipboard
open class DirectiveDefinitionContext : ParserRuleContext
Link copied to clipboard
open class DirectiveLocationContext : ParserRuleContext
Link copied to clipboard
open class DirectiveLocationsContext : ParserRuleContext
Link copied to clipboard
open class DirectivesContext : ParserRuleContext
Link copied to clipboard
open class DocumentContext : ParserRuleContext
Link copied to clipboard
open class EnumTypeDefinitionContext : ParserRuleContext
Link copied to clipboard
open class EnumTypeExtensionDefinitionContext : ParserRuleContext
Link copied to clipboard
open class EnumValueContext : ParserRuleContext
Link copied to clipboard
open class EnumValueDefinitionContext : ParserRuleContext
Link copied to clipboard
open class EnumValuesDefinitionContext : ParserRuleContext
Link copied to clipboard
open class ExecutableDefinitionContext : ParserRuleContext
Link copied to clipboard
open class FieldContext : ParserRuleContext
Link copied to clipboard
open class FieldDefinitionContext : ParserRuleContext
Link copied to clipboard
open class FieldsDefinitionContext : ParserRuleContext
Link copied to clipboard
open class FloatValueContext : ParserRuleContext
Link copied to clipboard
open class FragmentDefinitionContext : ParserRuleContext
Link copied to clipboard
open class FragmentNameContext : ParserRuleContext
Link copied to clipboard
open class FragmentSpreadContext : ParserRuleContext
Link copied to clipboard
open class ImplementsInterfaceContext : ParserRuleContext
Link copied to clipboard
open class ImplementsInterfacesContext : ParserRuleContext
Link copied to clipboard
open class InlineFragmentContext : ParserRuleContext
Link copied to clipboard
open class InputFieldsDefinitionContext : ParserRuleContext
Link copied to clipboard
open class InputObjectDefinitionContext : ParserRuleContext
open class InputObjectTypeExtensionDefinitionContext : ParserRuleContext
Link copied to clipboard
open class InputValueDefinitionContext : ParserRuleContext
Link copied to clipboard
open class InterfaceTypeDefinitionContext : ParserRuleContext
Link copied to clipboard
open class InterfaceTypeExtensionDefinitionContext : ParserRuleContext
Link copied to clipboard
open class IntValueContext : ParserRuleContext
Link copied to clipboard
open class ListTypeContext : ParserRuleContext
Link copied to clipboard
open class ListValueContext : ParserRuleContext
Link copied to clipboard
open class NameButNotBooleanOrNullContext : ParserRuleContext
Link copied to clipboard
open class NameButNotOnContext : ParserRuleContext
Link copied to clipboard
open class NameCommonContext : ParserRuleContext
Link copied to clipboard
open class NameContext : ParserRuleContext
Link copied to clipboard
open class NamedTypeContext : ParserRuleContext
Link copied to clipboard
open class NonNullTypeContext : ParserRuleContext
Link copied to clipboard
open class NullValueContext : ParserRuleContext
Link copied to clipboard
open class ObjectFieldContext : ParserRuleContext
Link copied to clipboard
open class ObjectTypeDefinitionContext : ParserRuleContext
Link copied to clipboard
open class ObjectTypeExtensionDefinitionContext : ParserRuleContext
Link copied to clipboard
open class ObjectValueContext : ParserRuleContext
Link copied to clipboard
open class OperationDefinitionContext : ParserRuleContext
Link copied to clipboard
open class OperationTypeContext : ParserRuleContext
Link copied to clipboard
open class OperationTypeDefinitionContext : ParserRuleContext
Link copied to clipboard
open class OperationTypesDefinitionContext : ParserRuleContext
Link copied to clipboard
open class ScalarTypeDefinitionContext : ParserRuleContext
Link copied to clipboard
open class ScalarTypeExtensionDefinitionContext : ParserRuleContext
Link copied to clipboard
open class SchemaDefinitionContext : ParserRuleContext
Link copied to clipboard
open class SchemaExtensionContext : ParserRuleContext
Link copied to clipboard
open class SelectionContext : ParserRuleContext
Link copied to clipboard
open class SelectionsContext : ParserRuleContext
Link copied to clipboard
open class SelectionSetContext : ParserRuleContext
Link copied to clipboard
open class StringValueContext : ParserRuleContext
Link copied to clipboard
open class TypeConditionContext : ParserRuleContext
Link copied to clipboard
open class TypeContext : ParserRuleContext
Link copied to clipboard
open class TypeDefinitionContext : ParserRuleContext
Link copied to clipboard
open class TypeExtensionContext : ParserRuleContext
Link copied to clipboard
open class TypeSystemDefinitionContext : ParserRuleContext
Link copied to clipboard
open class TypeSystemExtensionContext : ParserRuleContext
Link copied to clipboard
open class UnionMemberTypesContext : ParserRuleContext
Link copied to clipboard
open class UnionTypeDefinitionContext : ParserRuleContext
Link copied to clipboard
open class UnionTypeExtensionDefinitionContext : ParserRuleContext
Link copied to clipboard
open class ValueContext : ParserRuleContext
Link copied to clipboard
open class VariableContext : ParserRuleContext
Link copied to clipboard
open class VariableDefinitionContext : ParserRuleContext
Link copied to clipboard
open class VariableDefinitionsContext : ParserRuleContext

Functions

Link copied to clipboard
open fun action(    _localctx: RuleContext,     ruleIndex: Int,     actionIndex: Int)
Link copied to clipboard
open fun addErrorListener(listener: ANTLRErrorListener)
Link copied to clipboard
open fun addParseListener(listener: ParseTreeListener)
Link copied to clipboard
fun alias(): GraphQLParser.AliasContext
Link copied to clipboard
fun argument(): GraphQLParser.ArgumentContext
Link copied to clipboard
fun arguments(): GraphQLParser.ArgumentsContext
Link copied to clipboard
Link copied to clipboard
fun booleanValue(): GraphQLParser.BooleanValueContext
Link copied to clipboard
open fun compileParseTreePattern(pattern: String, patternRuleIndex: Int): ParseTreePattern
Link copied to clipboard
open fun consume(): Token
Link copied to clipboard
open fun createErrorNode(parent: ParserRuleContext, t: Token): ErrorNode
Link copied to clipboard
open fun createTerminalNode(parent: ParserRuleContext, t: Token): TerminalNode
Link copied to clipboard
fun defaultValue(): GraphQLParser.DefaultValueContext
Link copied to clipboard
fun definition(): GraphQLParser.DefinitionContext
Link copied to clipboard
fun description(): GraphQLParser.DescriptionContext
Link copied to clipboard
fun directive(): GraphQLParser.DirectiveContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun directives(): GraphQLParser.DirectivesContext
Link copied to clipboard
fun document(): GraphQLParser.DocumentContext
Link copied to clipboard
open fun dumpDFA()
Link copied to clipboard
open fun enterOuterAlt(localctx: ParserRuleContext, altNum: Int)
Link copied to clipboard
open fun enterRecursionRule(localctx: ParserRuleContext, ruleIndex: Int)
Link copied to clipboard
open fun enterRule(    localctx: ParserRuleContext,     state: Int,     ruleIndex: Int)
Link copied to clipboard
Link copied to clipboard
fun enumValue(): GraphQLParser.EnumValueContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun exitRule()
Link copied to clipboard
fun field(): GraphQLParser.FieldContext
Link copied to clipboard
fun fieldDefinition(): GraphQLParser.FieldDefinitionContext
Link copied to clipboard
Link copied to clipboard
fun floatValue(): GraphQLParser.FloatValueContext
Link copied to clipboard
Link copied to clipboard
fun fragmentName(): GraphQLParser.FragmentNameContext
Link copied to clipboard
fun fragmentSpread(): GraphQLParser.FragmentSpreadContext
Link copied to clipboard
open fun getATN(): ATN
Link copied to clipboard
open fun getATNWithBypassAlts(): ATN
Link copied to clipboard
open fun getBuildParseTree(): Boolean
Link copied to clipboard
open fun getContext(): ParserRuleContext
Link copied to clipboard
open fun getCurrentToken(): Token
Link copied to clipboard
open fun getDFAStrings(): List<String>
Link copied to clipboard
open fun getErrorHandler(): ANTLRErrorStrategy
Link copied to clipboard
open fun getErrorHeader(e: RecognitionException): String
Link copied to clipboard
open fun getErrorListenerDispatch(): ANTLRErrorListener
Link copied to clipboard
open fun getErrorListeners(): List<out ANTLRErrorListener>
Link copied to clipboard
open fun getExpectedTokens(): IntervalSet
Link copied to clipboard
open fun getExpectedTokensWithinCurrentRule(): IntervalSet
Link copied to clipboard
open fun getGrammarFileName(): String
Link copied to clipboard
open fun getInputStream(): TokenStream
abstract fun getInputStream(): IntStream
Link copied to clipboard
open fun getInterpreter(): ATNInterpreter
Link copied to clipboard
open fun getInvokingContext(ruleIndex: Int): ParserRuleContext
Link copied to clipboard
open fun getNumberOfSyntaxErrors(): Int
Link copied to clipboard
open fun getParseInfo(): ParseInfo
Link copied to clipboard
open fun getParseListeners(): List<ParseTreeListener>
Link copied to clipboard
fun getPrecedence(): Int
Link copied to clipboard
open fun getRuleContext(): ParserRuleContext
Link copied to clipboard
open fun getRuleIndex(ruleName: String): Int
Link copied to clipboard
open fun getRuleIndexMap(): Map<String, Integer>
Link copied to clipboard
open fun getRuleInvocationStack(): List<String>
Link copied to clipboard
open fun getRuleNames(): Array<String>
Link copied to clipboard
open fun getSerializedATN(): String
Link copied to clipboard
open fun getSourceName(): String
Link copied to clipboard
fun getState(): Int
Link copied to clipboard
open fun getTokenErrorDisplay(t: Token): String
Link copied to clipboard
open fun getTokenFactory(): TokenFactory<out Any>
Link copied to clipboard
open fun getTokenNames(): Array<String>
Link copied to clipboard
open fun getTokenStream(): TokenStream
Link copied to clipboard
open fun getTokenType(tokenName: String): Int
Link copied to clipboard
open fun getTokenTypeMap(): Map<String, Integer>
Link copied to clipboard
open fun getTrimParseTree(): Boolean
Link copied to clipboard
open fun getVocabulary(): Vocabulary
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun inContext(context: String): Boolean
Link copied to clipboard
fun inlineFragment(): GraphQLParser.InlineFragmentContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun intValue(): GraphQLParser.IntValueContext
Link copied to clipboard
open fun isExpectedToken(symbol: Int): Boolean
Link copied to clipboard
open fun isMatchedEOF(): Boolean
Link copied to clipboard
open fun isTrace(): Boolean
Link copied to clipboard
fun listType(): GraphQLParser.ListTypeContext
Link copied to clipboard
fun listValue(): GraphQLParser.ListValueContext
Link copied to clipboard
open fun match(ttype: Int): Token
Link copied to clipboard
open fun matchWildcard(): Token
Link copied to clipboard
fun name(): GraphQLParser.NameContext
Link copied to clipboard
Link copied to clipboard
fun nameButNotOn(): GraphQLParser.NameButNotOnContext
Link copied to clipboard
fun nameCommon(): GraphQLParser.NameCommonContext
Link copied to clipboard
fun namedType(): GraphQLParser.NamedTypeContext
Link copied to clipboard
fun nonNullType(): GraphQLParser.NonNullTypeContext
Link copied to clipboard
fun notifyErrorListeners(msg: String)
Link copied to clipboard
fun nullValue(): GraphQLParser.NullValueContext
Link copied to clipboard
fun objectField(): GraphQLParser.ObjectFieldContext
Link copied to clipboard
Link copied to clipboard
fun objectValue(): GraphQLParser.ObjectValueContext
Link copied to clipboard
Link copied to clipboard
fun operationType(): GraphQLParser.OperationTypeContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun precpred(localctx: RuleContext, precedence: Int): Boolean
Link copied to clipboard
open fun pushNewRecursionContext(    localctx: ParserRuleContext,     state: Int,     ruleIndex: Int)
Link copied to clipboard
open fun removeErrorListener(listener: ANTLRErrorListener)
Link copied to clipboard
open fun removeErrorListeners()
Link copied to clipboard
open fun removeParseListener(listener: ParseTreeListener)
Link copied to clipboard
open fun removeParseListeners()
Link copied to clipboard
open fun reset()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun schemaExtension(): GraphQLParser.SchemaExtensionContext
Link copied to clipboard
fun selection(): GraphQLParser.SelectionContext
Link copied to clipboard
fun selections(): GraphQLParser.SelectionsContext
Link copied to clipboard
fun selectionSet(): GraphQLParser.SelectionSetContext
Link copied to clipboard
open fun sempred(    _localctx: RuleContext,     ruleIndex: Int,     actionIndex: Int): Boolean
Link copied to clipboard
open fun setBuildParseTree(buildParseTrees: Boolean)
Link copied to clipboard
open fun setContext(ctx: ParserRuleContext)
Link copied to clipboard
open fun setErrorHandler(handler: ANTLRErrorStrategy)
Link copied to clipboard
fun setInputStream(input: IntStream)
Link copied to clipboard
open fun setInterpreter(interpreter: ATNInterpreter)
Link copied to clipboard
open fun setProfile(profile: Boolean)
Link copied to clipboard
fun setState(atnState: Int)
Link copied to clipboard
open fun setTokenFactory(factory: TokenFactory<out Any>)
Link copied to clipboard
open fun setTokenStream(input: TokenStream)
Link copied to clipboard
open fun setTrace(trace: Boolean)
Link copied to clipboard
open fun setTrimParseTree(trimParseTrees: Boolean)
Link copied to clipboard
fun stringValue(): GraphQLParser.StringValueContext
Link copied to clipboard
fun type(): GraphQLParser.TypeContext
Link copied to clipboard
fun typeCondition(): GraphQLParser.TypeConditionContext
Link copied to clipboard
fun typeDefinition(): GraphQLParser.TypeDefinitionContext
Link copied to clipboard
fun typeExtension(): GraphQLParser.TypeExtensionContext
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun unrollRecursionContexts(_parentctx: ParserRuleContext)
Link copied to clipboard
fun value(): GraphQLParser.ValueContext
Link copied to clipboard
fun variable(): GraphQLParser.VariableContext
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val _ATN: ATN
Link copied to clipboard
val _serializedATN: String
Link copied to clipboard
val BLOCK_STRING: Int
Link copied to clipboard
val BOOLEAN: Int
Link copied to clipboard
val COMMA: Int
Link copied to clipboard
val COMMENT: Int
Link copied to clipboard
val DIRECTIVE: Int
Link copied to clipboard
val ENUM: Int
Link copied to clipboard
val EOF: Int
Link copied to clipboard
val EXTEND: Int
Link copied to clipboard
val FLOAT: Int
Link copied to clipboard
val FRAGMENT: Int
Link copied to clipboard
val IMPLEMENTS: Int
Link copied to clipboard
val INPUT: Int
Link copied to clipboard
val INT: Int
Link copied to clipboard
val INTERFACE: Int
Link copied to clipboard
val MUTATION: Int
Link copied to clipboard
val NULL: Int
Link copied to clipboard
val ON_KEYWORD: Int
Link copied to clipboard
val QUERY: Int
Link copied to clipboard
val REPEATABLE: Int
Link copied to clipboard
val RULE_alias: Int
Link copied to clipboard
val RULE_argument: Int
Link copied to clipboard
val RULE_arguments: Int
Link copied to clipboard
val RULE_argumentsDefinition: Int
Link copied to clipboard
val RULE_booleanValue: Int
Link copied to clipboard
val RULE_defaultValue: Int
Link copied to clipboard
val RULE_definition: Int
Link copied to clipboard
val RULE_description: Int
Link copied to clipboard
val RULE_directive: Int
Link copied to clipboard
val RULE_directiveDefinition: Int
Link copied to clipboard
val RULE_directiveLocation: Int
Link copied to clipboard
val RULE_directiveLocations: Int
Link copied to clipboard
val RULE_directives: Int
Link copied to clipboard
val RULE_document: Int
Link copied to clipboard
val RULE_enumTypeDefinition: Int
Link copied to clipboard
val RULE_enumTypeExtensionDefinition: Int
Link copied to clipboard
val RULE_enumValue: Int
Link copied to clipboard
val RULE_enumValueDefinition: Int
Link copied to clipboard
val RULE_enumValuesDefinition: Int
Link copied to clipboard
val RULE_executableDefinition: Int
Link copied to clipboard
val RULE_field: Int
Link copied to clipboard
val RULE_fieldDefinition: Int
Link copied to clipboard
val RULE_fieldsDefinition: Int
Link copied to clipboard
val RULE_floatValue: Int
Link copied to clipboard
val RULE_fragmentDefinition: Int
Link copied to clipboard
val RULE_fragmentName: Int
Link copied to clipboard
val RULE_fragmentSpread: Int
Link copied to clipboard
val RULE_implementsInterface: Int
Link copied to clipboard
val RULE_implementsInterfaces: Int
Link copied to clipboard
val RULE_inlineFragment: Int
Link copied to clipboard
val RULE_inputFieldsDefinition: Int
Link copied to clipboard
val RULE_inputObjectDefinition: Int
Link copied to clipboard
val RULE_inputObjectTypeExtensionDefinition: Int
Link copied to clipboard
val RULE_inputValueDefinition: Int
Link copied to clipboard
val RULE_interfaceTypeDefinition: Int
Link copied to clipboard
val RULE_interfaceTypeExtensionDefinition: Int
Link copied to clipboard
val RULE_intValue: Int
Link copied to clipboard
val RULE_listType: Int
Link copied to clipboard
val RULE_listValue: Int
Link copied to clipboard
val RULE_name: Int
Link copied to clipboard
val RULE_nameButNotBooleanOrNull: Int
Link copied to clipboard
val RULE_nameButNotOn: Int
Link copied to clipboard
val RULE_nameCommon: Int
Link copied to clipboard
val RULE_namedType: Int
Link copied to clipboard
val RULE_nonNullType: Int
Link copied to clipboard
val RULE_nullValue: Int
Link copied to clipboard
val RULE_objectField: Int
Link copied to clipboard
val RULE_objectTypeDefinition: Int
Link copied to clipboard
val RULE_objectTypeExtensionDefinition: Int
Link copied to clipboard
val RULE_objectValue: Int
Link copied to clipboard
val RULE_operationDefinition: Int
Link copied to clipboard
val RULE_operationType: Int
Link copied to clipboard
val RULE_operationTypeDefinition: Int
Link copied to clipboard
val RULE_operationTypesDefinition: Int
Link copied to clipboard
val RULE_scalarTypeDefinition: Int
Link copied to clipboard
val RULE_scalarTypeExtensionDefinition: Int
Link copied to clipboard
val RULE_schemaDefinition: Int
Link copied to clipboard
val RULE_schemaExtension: Int
Link copied to clipboard
val RULE_selection: Int
Link copied to clipboard
val RULE_selections: Int
Link copied to clipboard
val RULE_selectionSet: Int
Link copied to clipboard
val RULE_stringValue: Int
Link copied to clipboard
val RULE_type: Int
Link copied to clipboard
val RULE_typeCondition: Int
Link copied to clipboard
val RULE_typeDefinition: Int
Link copied to clipboard
val RULE_typeExtension: Int
Link copied to clipboard
val RULE_typeSystemDefinition: Int
Link copied to clipboard
val RULE_typeSystemExtension: Int
Link copied to clipboard
val RULE_unionMemberTypes: Int
Link copied to clipboard
val RULE_unionTypeDefinition: Int
Link copied to clipboard
val RULE_unionTypeExtensionDefinition: Int
Link copied to clipboard
val RULE_value: Int
Link copied to clipboard
val RULE_variable: Int
Link copied to clipboard
val RULE_variableDefinition: Int
Link copied to clipboard
val RULE_variableDefinitions: Int
Link copied to clipboard
val ruleNames: Array<String>
Link copied to clipboard
val SCALAR: Int
Link copied to clipboard
val SCHEMA: Int
Link copied to clipboard
val STRING: Int
Link copied to clipboard
val SUBSCRIPTION: Int
Link copied to clipboard
val T__0: Int
Link copied to clipboard
val T__1: Int
Link copied to clipboard
val T__10: Int
Link copied to clipboard
val T__11: Int
Link copied to clipboard
val T__12: Int
Link copied to clipboard
val T__13: Int
Link copied to clipboard
val T__2: Int
Link copied to clipboard
val T__3: Int
Link copied to clipboard
val T__4: Int
Link copied to clipboard
val T__5: Int
Link copied to clipboard
val T__6: Int
Link copied to clipboard
val T__7: Int
Link copied to clipboard
val T__8: Int
Link copied to clipboard
val T__9: Int
Link copied to clipboard
val tokenNames: Array<String>
Link copied to clipboard
val TYPE: Int
Link copied to clipboard
val UNICODE_BOM: Int
Link copied to clipboard
val UNION: Int
Link copied to clipboard
val UTF16_BOM: Int
Link copied to clipboard
val UTF32_BOM: Int
Link copied to clipboard
val UTF8_BOM: Int
Link copied to clipboard
val VOCABULARY: Vocabulary
Link copied to clipboard
val WORD: Int
Link copied to clipboard
val WS: Int