GraphQLBaseListener

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.

Functions

Link copied to clipboard
open fun enterAlias(ctx: GraphQLParser.AliasContext)
Enter a parse tree produced by GraphQLParser#alias.
Link copied to clipboard
open fun enterArgument(ctx: GraphQLParser.ArgumentContext)
Enter a parse tree produced by GraphQLParser#argument.
Link copied to clipboard
open fun enterArguments(ctx: GraphQLParser.ArgumentsContext)
Enter a parse tree produced by GraphQLParser#arguments.
Link copied to clipboard
open fun enterArgumentsDefinition(ctx: GraphQLParser.ArgumentsDefinitionContext)
Enter a parse tree produced by GraphQLParser#argumentsDefinition.
Link copied to clipboard
open fun enterBooleanValue(ctx: GraphQLParser.BooleanValueContext)
Enter a parse tree produced by GraphQLParser#booleanValue.
Link copied to clipboard
open fun enterDefaultValue(ctx: GraphQLParser.DefaultValueContext)
Enter a parse tree produced by GraphQLParser#defaultValue.
Link copied to clipboard
open fun enterDefinition(ctx: GraphQLParser.DefinitionContext)
Enter a parse tree produced by GraphQLParser#definition.
Link copied to clipboard
open fun enterDescription(ctx: GraphQLParser.DescriptionContext)
Enter a parse tree produced by GraphQLParser#description.
Link copied to clipboard
open fun enterDirective(ctx: GraphQLParser.DirectiveContext)
Enter a parse tree produced by GraphQLParser#directive.
Link copied to clipboard
open fun enterDirectiveDefinition(ctx: GraphQLParser.DirectiveDefinitionContext)
Enter a parse tree produced by GraphQLParser#directiveDefinition.
Link copied to clipboard
open fun enterDirectiveLocation(ctx: GraphQLParser.DirectiveLocationContext)
Enter a parse tree produced by GraphQLParser#directiveLocation.
Link copied to clipboard
open fun enterDirectiveLocations(ctx: GraphQLParser.DirectiveLocationsContext)
Enter a parse tree produced by GraphQLParser#directiveLocations.
Link copied to clipboard
open fun enterDirectives(ctx: GraphQLParser.DirectivesContext)
Enter a parse tree produced by GraphQLParser#directives.
Link copied to clipboard
open fun enterDocument(ctx: GraphQLParser.DocumentContext)
Enter a parse tree produced by GraphQLParser#document.
Link copied to clipboard
open fun enterEnumTypeDefinition(ctx: GraphQLParser.EnumTypeDefinitionContext)
Enter a parse tree produced by GraphQLParser#enumTypeDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#enumTypeExtensionDefinition.
Link copied to clipboard
open fun enterEnumValue(ctx: GraphQLParser.EnumValueContext)
Enter a parse tree produced by GraphQLParser#enumValue.
Link copied to clipboard
open fun enterEnumValueDefinition(ctx: GraphQLParser.EnumValueDefinitionContext)
Enter a parse tree produced by GraphQLParser#enumValueDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#enumValuesDefinition.
Link copied to clipboard
open fun enterEveryRule(ctx: ParserRuleContext)
The default implementation does nothing.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#executableDefinition.
Link copied to clipboard
open fun enterField(ctx: GraphQLParser.FieldContext)
Enter a parse tree produced by GraphQLParser#field.
Link copied to clipboard
open fun enterFieldDefinition(ctx: GraphQLParser.FieldDefinitionContext)
Enter a parse tree produced by GraphQLParser#fieldDefinition.
Link copied to clipboard
open fun enterFieldsDefinition(ctx: GraphQLParser.FieldsDefinitionContext)
Enter a parse tree produced by GraphQLParser#fieldsDefinition.
Link copied to clipboard
open fun enterFloatValue(ctx: GraphQLParser.FloatValueContext)
Enter a parse tree produced by GraphQLParser#floatValue.
Link copied to clipboard
open fun enterFragmentDefinition(ctx: GraphQLParser.FragmentDefinitionContext)
Enter a parse tree produced by GraphQLParser#fragmentDefinition.
Link copied to clipboard
open fun enterFragmentName(ctx: GraphQLParser.FragmentNameContext)
Enter a parse tree produced by GraphQLParser#fragmentName.
Link copied to clipboard
open fun enterFragmentSpread(ctx: GraphQLParser.FragmentSpreadContext)
Enter a parse tree produced by GraphQLParser#fragmentSpread.
Link copied to clipboard
open fun enterImplementsInterface(ctx: GraphQLParser.ImplementsInterfaceContext)
Enter a parse tree produced by GraphQLParser#implementsInterface.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#implementsInterfaces.
Link copied to clipboard
open fun enterInlineFragment(ctx: GraphQLParser.InlineFragmentContext)
Enter a parse tree produced by GraphQLParser#inlineFragment.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#inputFieldsDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#inputObjectDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#inputObjectTypeExtensionDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#inputValueDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#interfaceTypeDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#interfaceTypeExtensionDefinition.
Link copied to clipboard
open fun enterIntValue(ctx: GraphQLParser.IntValueContext)
Enter a parse tree produced by GraphQLParser#intValue.
Link copied to clipboard
open fun enterListType(ctx: GraphQLParser.ListTypeContext)
Enter a parse tree produced by GraphQLParser#listType.
Link copied to clipboard
open fun enterListValue(ctx: GraphQLParser.ListValueContext)
Enter a parse tree produced by GraphQLParser#listValue.
Link copied to clipboard
open fun enterName(ctx: GraphQLParser.NameContext)
Enter a parse tree produced by GraphQLParser#name.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#nameButNotBooleanOrNull.
Link copied to clipboard
open fun enterNameButNotOn(ctx: GraphQLParser.NameButNotOnContext)
Enter a parse tree produced by GraphQLParser#nameButNotOn.
Link copied to clipboard
open fun enterNameCommon(ctx: GraphQLParser.NameCommonContext)
Enter a parse tree produced by GraphQLParser#nameCommon.
Link copied to clipboard
open fun enterNamedType(ctx: GraphQLParser.NamedTypeContext)
Enter a parse tree produced by GraphQLParser#namedType.
Link copied to clipboard
open fun enterNonNullType(ctx: GraphQLParser.NonNullTypeContext)
Enter a parse tree produced by GraphQLParser#nonNullType.
Link copied to clipboard
open fun enterNullValue(ctx: GraphQLParser.NullValueContext)
Enter a parse tree produced by GraphQLParser#nullValue.
Link copied to clipboard
open fun enterObjectField(ctx: GraphQLParser.ObjectFieldContext)
Enter a parse tree produced by GraphQLParser#objectField.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#objectTypeDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#objectTypeExtensionDefinition.
Link copied to clipboard
open fun enterObjectValue(ctx: GraphQLParser.ObjectValueContext)
Enter a parse tree produced by GraphQLParser#objectValue.
Link copied to clipboard
open fun enterOperationDefinition(ctx: GraphQLParser.OperationDefinitionContext)
Enter a parse tree produced by GraphQLParser#operationDefinition.
Link copied to clipboard
open fun enterOperationType(ctx: GraphQLParser.OperationTypeContext)
Enter a parse tree produced by GraphQLParser#operationType.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#operationTypeDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#operationTypesDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#scalarTypeDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#scalarTypeExtensionDefinition.
Link copied to clipboard
open fun enterSchemaDefinition(ctx: GraphQLParser.SchemaDefinitionContext)
Enter a parse tree produced by GraphQLParser#schemaDefinition.
Link copied to clipboard
open fun enterSchemaExtension(ctx: GraphQLParser.SchemaExtensionContext)
Enter a parse tree produced by GraphQLParser#schemaExtension.
Link copied to clipboard
open fun enterSelection(ctx: GraphQLParser.SelectionContext)
Enter a parse tree produced by GraphQLParser#selection.
Link copied to clipboard
open fun enterSelections(ctx: GraphQLParser.SelectionsContext)
Enter a parse tree produced by GraphQLParser#selections.
Link copied to clipboard
open fun enterSelectionSet(ctx: GraphQLParser.SelectionSetContext)
Enter a parse tree produced by GraphQLParser#selectionSet.
Link copied to clipboard
open fun enterStringValue(ctx: GraphQLParser.StringValueContext)
Enter a parse tree produced by GraphQLParser#stringValue.
Link copied to clipboard
open fun enterType(ctx: GraphQLParser.TypeContext)
Enter a parse tree produced by GraphQLParser#type.
Link copied to clipboard
open fun enterTypeCondition(ctx: GraphQLParser.TypeConditionContext)
Enter a parse tree produced by GraphQLParser#typeCondition.
Link copied to clipboard
open fun enterTypeDefinition(ctx: GraphQLParser.TypeDefinitionContext)
Enter a parse tree produced by GraphQLParser#typeDefinition.
Link copied to clipboard
open fun enterTypeExtension(ctx: GraphQLParser.TypeExtensionContext)
Enter a parse tree produced by GraphQLParser#typeExtension.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#typeSystemDefinition.
Link copied to clipboard
open fun enterTypeSystemExtension(ctx: GraphQLParser.TypeSystemExtensionContext)
Enter a parse tree produced by GraphQLParser#typeSystemExtension.
Link copied to clipboard
open fun enterUnionMemberTypes(ctx: GraphQLParser.UnionMemberTypesContext)
Enter a parse tree produced by GraphQLParser#unionMemberTypes.
Link copied to clipboard
open fun enterUnionTypeDefinition(ctx: GraphQLParser.UnionTypeDefinitionContext)
Enter a parse tree produced by GraphQLParser#unionTypeDefinition.
Link copied to clipboard
Enter a parse tree produced by GraphQLParser#unionTypeExtensionDefinition.
Link copied to clipboard
open fun enterValue(ctx: GraphQLParser.ValueContext)
Enter a parse tree produced by GraphQLParser#value.
Link copied to clipboard
open fun enterVariable(ctx: GraphQLParser.VariableContext)
Enter a parse tree produced by GraphQLParser#variable.
Link copied to clipboard
open fun enterVariableDefinition(ctx: GraphQLParser.VariableDefinitionContext)
Enter a parse tree produced by GraphQLParser#variableDefinition.
Link copied to clipboard
open fun enterVariableDefinitions(ctx: GraphQLParser.VariableDefinitionsContext)
Enter a parse tree produced by GraphQLParser#variableDefinitions.
Link copied to clipboard
open fun exitAlias(ctx: GraphQLParser.AliasContext)
Exit a parse tree produced by GraphQLParser#alias.
Link copied to clipboard
open fun exitArgument(ctx: GraphQLParser.ArgumentContext)
Exit a parse tree produced by GraphQLParser#argument.
Link copied to clipboard
open fun exitArguments(ctx: GraphQLParser.ArgumentsContext)
Exit a parse tree produced by GraphQLParser#arguments.
Link copied to clipboard
open fun exitArgumentsDefinition(ctx: GraphQLParser.ArgumentsDefinitionContext)
Exit a parse tree produced by GraphQLParser#argumentsDefinition.
Link copied to clipboard
open fun exitBooleanValue(ctx: GraphQLParser.BooleanValueContext)
Exit a parse tree produced by GraphQLParser#booleanValue.
Link copied to clipboard
open fun exitDefaultValue(ctx: GraphQLParser.DefaultValueContext)
Exit a parse tree produced by GraphQLParser#defaultValue.
Link copied to clipboard
open fun exitDefinition(ctx: GraphQLParser.DefinitionContext)
Exit a parse tree produced by GraphQLParser#definition.
Link copied to clipboard
open fun exitDescription(ctx: GraphQLParser.DescriptionContext)
Exit a parse tree produced by GraphQLParser#description.
Link copied to clipboard
open fun exitDirective(ctx: GraphQLParser.DirectiveContext)
Exit a parse tree produced by GraphQLParser#directive.
Link copied to clipboard
open fun exitDirectiveDefinition(ctx: GraphQLParser.DirectiveDefinitionContext)
Exit a parse tree produced by GraphQLParser#directiveDefinition.
Link copied to clipboard
open fun exitDirectiveLocation(ctx: GraphQLParser.DirectiveLocationContext)
Exit a parse tree produced by GraphQLParser#directiveLocation.
Link copied to clipboard
open fun exitDirectiveLocations(ctx: GraphQLParser.DirectiveLocationsContext)
Exit a parse tree produced by GraphQLParser#directiveLocations.
Link copied to clipboard
open fun exitDirectives(ctx: GraphQLParser.DirectivesContext)
Exit a parse tree produced by GraphQLParser#directives.
Link copied to clipboard
open fun exitDocument(ctx: GraphQLParser.DocumentContext)
Exit a parse tree produced by GraphQLParser#document.
Link copied to clipboard
open fun exitEnumTypeDefinition(ctx: GraphQLParser.EnumTypeDefinitionContext)
Exit a parse tree produced by GraphQLParser#enumTypeDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#enumTypeExtensionDefinition.
Link copied to clipboard
open fun exitEnumValue(ctx: GraphQLParser.EnumValueContext)
Exit a parse tree produced by GraphQLParser#enumValue.
Link copied to clipboard
open fun exitEnumValueDefinition(ctx: GraphQLParser.EnumValueDefinitionContext)
Exit a parse tree produced by GraphQLParser#enumValueDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#enumValuesDefinition.
Link copied to clipboard
open fun exitEveryRule(ctx: ParserRuleContext)
The default implementation does nothing.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#executableDefinition.
Link copied to clipboard
open fun exitField(ctx: GraphQLParser.FieldContext)
Exit a parse tree produced by GraphQLParser#field.
Link copied to clipboard
open fun exitFieldDefinition(ctx: GraphQLParser.FieldDefinitionContext)
Exit a parse tree produced by GraphQLParser#fieldDefinition.
Link copied to clipboard
open fun exitFieldsDefinition(ctx: GraphQLParser.FieldsDefinitionContext)
Exit a parse tree produced by GraphQLParser#fieldsDefinition.
Link copied to clipboard
open fun exitFloatValue(ctx: GraphQLParser.FloatValueContext)
Exit a parse tree produced by GraphQLParser#floatValue.
Link copied to clipboard
open fun exitFragmentDefinition(ctx: GraphQLParser.FragmentDefinitionContext)
Exit a parse tree produced by GraphQLParser#fragmentDefinition.
Link copied to clipboard
open fun exitFragmentName(ctx: GraphQLParser.FragmentNameContext)
Exit a parse tree produced by GraphQLParser#fragmentName.
Link copied to clipboard
open fun exitFragmentSpread(ctx: GraphQLParser.FragmentSpreadContext)
Exit a parse tree produced by GraphQLParser#fragmentSpread.
Link copied to clipboard
open fun exitImplementsInterface(ctx: GraphQLParser.ImplementsInterfaceContext)
Exit a parse tree produced by GraphQLParser#implementsInterface.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#implementsInterfaces.
Link copied to clipboard
open fun exitInlineFragment(ctx: GraphQLParser.InlineFragmentContext)
Exit a parse tree produced by GraphQLParser#inlineFragment.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#inputFieldsDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#inputObjectDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#inputObjectTypeExtensionDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#inputValueDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#interfaceTypeDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#interfaceTypeExtensionDefinition.
Link copied to clipboard
open fun exitIntValue(ctx: GraphQLParser.IntValueContext)
Exit a parse tree produced by GraphQLParser#intValue.
Link copied to clipboard
open fun exitListType(ctx: GraphQLParser.ListTypeContext)
Exit a parse tree produced by GraphQLParser#listType.
Link copied to clipboard
open fun exitListValue(ctx: GraphQLParser.ListValueContext)
Exit a parse tree produced by GraphQLParser#listValue.
Link copied to clipboard
open fun exitName(ctx: GraphQLParser.NameContext)
Exit a parse tree produced by GraphQLParser#name.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#nameButNotBooleanOrNull.
Link copied to clipboard
open fun exitNameButNotOn(ctx: GraphQLParser.NameButNotOnContext)
Exit a parse tree produced by GraphQLParser#nameButNotOn.
Link copied to clipboard
open fun exitNameCommon(ctx: GraphQLParser.NameCommonContext)
Exit a parse tree produced by GraphQLParser#nameCommon.
Link copied to clipboard
open fun exitNamedType(ctx: GraphQLParser.NamedTypeContext)
Exit a parse tree produced by GraphQLParser#namedType.
Link copied to clipboard
open fun exitNonNullType(ctx: GraphQLParser.NonNullTypeContext)
Exit a parse tree produced by GraphQLParser#nonNullType.
Link copied to clipboard
open fun exitNullValue(ctx: GraphQLParser.NullValueContext)
Exit a parse tree produced by GraphQLParser#nullValue.
Link copied to clipboard
open fun exitObjectField(ctx: GraphQLParser.ObjectFieldContext)
Exit a parse tree produced by GraphQLParser#objectField.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#objectTypeDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#objectTypeExtensionDefinition.
Link copied to clipboard
open fun exitObjectValue(ctx: GraphQLParser.ObjectValueContext)
Exit a parse tree produced by GraphQLParser#objectValue.
Link copied to clipboard
open fun exitOperationDefinition(ctx: GraphQLParser.OperationDefinitionContext)
Exit a parse tree produced by GraphQLParser#operationDefinition.
Link copied to clipboard
open fun exitOperationType(ctx: GraphQLParser.OperationTypeContext)
Exit a parse tree produced by GraphQLParser#operationType.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#operationTypeDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#operationTypesDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#scalarTypeDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#scalarTypeExtensionDefinition.
Link copied to clipboard
open fun exitSchemaDefinition(ctx: GraphQLParser.SchemaDefinitionContext)
Exit a parse tree produced by GraphQLParser#schemaDefinition.
Link copied to clipboard
open fun exitSchemaExtension(ctx: GraphQLParser.SchemaExtensionContext)
Exit a parse tree produced by GraphQLParser#schemaExtension.
Link copied to clipboard
open fun exitSelection(ctx: GraphQLParser.SelectionContext)
Exit a parse tree produced by GraphQLParser#selection.
Link copied to clipboard
open fun exitSelections(ctx: GraphQLParser.SelectionsContext)
Exit a parse tree produced by GraphQLParser#selections.
Link copied to clipboard
open fun exitSelectionSet(ctx: GraphQLParser.SelectionSetContext)
Exit a parse tree produced by GraphQLParser#selectionSet.
Link copied to clipboard
open fun exitStringValue(ctx: GraphQLParser.StringValueContext)
Exit a parse tree produced by GraphQLParser#stringValue.
Link copied to clipboard
open fun exitType(ctx: GraphQLParser.TypeContext)
Exit a parse tree produced by GraphQLParser#type.
Link copied to clipboard
open fun exitTypeCondition(ctx: GraphQLParser.TypeConditionContext)
Exit a parse tree produced by GraphQLParser#typeCondition.
Link copied to clipboard
open fun exitTypeDefinition(ctx: GraphQLParser.TypeDefinitionContext)
Exit a parse tree produced by GraphQLParser#typeDefinition.
Link copied to clipboard
open fun exitTypeExtension(ctx: GraphQLParser.TypeExtensionContext)
Exit a parse tree produced by GraphQLParser#typeExtension.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#typeSystemDefinition.
Link copied to clipboard
open fun exitTypeSystemExtension(ctx: GraphQLParser.TypeSystemExtensionContext)
Exit a parse tree produced by GraphQLParser#typeSystemExtension.
Link copied to clipboard
open fun exitUnionMemberTypes(ctx: GraphQLParser.UnionMemberTypesContext)
Exit a parse tree produced by GraphQLParser#unionMemberTypes.
Link copied to clipboard
open fun exitUnionTypeDefinition(ctx: GraphQLParser.UnionTypeDefinitionContext)
Exit a parse tree produced by GraphQLParser#unionTypeDefinition.
Link copied to clipboard
Exit a parse tree produced by GraphQLParser#unionTypeExtensionDefinition.
Link copied to clipboard
open fun exitValue(ctx: GraphQLParser.ValueContext)
Exit a parse tree produced by GraphQLParser#value.
Link copied to clipboard
open fun exitVariable(ctx: GraphQLParser.VariableContext)
Exit a parse tree produced by GraphQLParser#variable.
Link copied to clipboard
open fun exitVariableDefinition(ctx: GraphQLParser.VariableDefinitionContext)
Exit a parse tree produced by GraphQLParser#variableDefinition.
Link copied to clipboard
open fun exitVariableDefinitions(ctx: GraphQLParser.VariableDefinitionsContext)
Exit a parse tree produced by GraphQLParser#variableDefinitions.
Link copied to clipboard
open fun visitErrorNode(node: ErrorNode)
The default implementation does nothing.
Link copied to clipboard
open fun visitTerminal(node: TerminalNode)
The default implementation does nothing.