Interface IGraphQLListener
This interface defines a complete listener for a parse tree produced by GraphQLParser.
Namespace: GCore.Antlr.Grammers.Graphql
Assembly: Graphql.dll
Syntax
public interface IGraphQLListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAlias(GraphQLParser.AliasContext)
Enter a parse tree produced by alias().
Declaration
void EnterAlias(GraphQLParser.AliasContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.AliasContext | context | The parse tree. |
EnterArgument(GraphQLParser.ArgumentContext)
Enter a parse tree produced by argument().
Declaration
void EnterArgument(GraphQLParser.ArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ArgumentContext | context | The parse tree. |
EnterArguments(GraphQLParser.ArgumentsContext)
Enter a parse tree produced by arguments().
Declaration
void EnterArguments(GraphQLParser.ArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ArgumentsContext | context | The parse tree. |
EnterArgumentsDefinition(GraphQLParser.ArgumentsDefinitionContext)
Enter a parse tree produced by argumentsDefinition().
Declaration
void EnterArgumentsDefinition(GraphQLParser.ArgumentsDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ArgumentsDefinitionContext | context | The parse tree. |
EnterBooleanValue(GraphQLParser.BooleanValueContext)
Enter a parse tree produced by booleanValue().
Declaration
void EnterBooleanValue(GraphQLParser.BooleanValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.BooleanValueContext | context | The parse tree. |
EnterDefaultValue(GraphQLParser.DefaultValueContext)
Enter a parse tree produced by defaultValue().
Declaration
void EnterDefaultValue(GraphQLParser.DefaultValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DefaultValueContext | context | The parse tree. |
EnterDefinition(GraphQLParser.DefinitionContext)
Enter a parse tree produced by definition().
Declaration
void EnterDefinition(GraphQLParser.DefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DefinitionContext | context | The parse tree. |
EnterDescription(GraphQLParser.DescriptionContext)
Enter a parse tree produced by description().
Declaration
void EnterDescription(GraphQLParser.DescriptionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DescriptionContext | context | The parse tree. |
EnterDirective(GraphQLParser.DirectiveContext)
Enter a parse tree produced by directive().
Declaration
void EnterDirective(GraphQLParser.DirectiveContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectiveContext | context | The parse tree. |
EnterDirectiveDefinition(GraphQLParser.DirectiveDefinitionContext)
Enter a parse tree produced by directiveDefinition().
Declaration
void EnterDirectiveDefinition(GraphQLParser.DirectiveDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectiveDefinitionContext | context | The parse tree. |
EnterDirectiveLocation(GraphQLParser.DirectiveLocationContext)
Enter a parse tree produced by directiveLocation().
Declaration
void EnterDirectiveLocation(GraphQLParser.DirectiveLocationContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectiveLocationContext | context | The parse tree. |
EnterDirectiveLocations(GraphQLParser.DirectiveLocationsContext)
Enter a parse tree produced by directiveLocations().
Declaration
void EnterDirectiveLocations(GraphQLParser.DirectiveLocationsContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectiveLocationsContext | context | The parse tree. |
EnterDirectives(GraphQLParser.DirectivesContext)
Enter a parse tree produced by directives().
Declaration
void EnterDirectives(GraphQLParser.DirectivesContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectivesContext | context | The parse tree. |
EnterDocument(GraphQLParser.DocumentContext)
Enter a parse tree produced by document().
Declaration
void EnterDocument(GraphQLParser.DocumentContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DocumentContext | context | The parse tree. |
EnterEnumTypeDefinition(GraphQLParser.EnumTypeDefinitionContext)
Enter a parse tree produced by enumTypeDefinition().
Declaration
void EnterEnumTypeDefinition(GraphQLParser.EnumTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumTypeDefinitionContext | context | The parse tree. |
EnterEnumTypeExtension(GraphQLParser.EnumTypeExtensionContext)
Enter a parse tree produced by enumTypeExtension().
Declaration
void EnterEnumTypeExtension(GraphQLParser.EnumTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumTypeExtensionContext | context | The parse tree. |
EnterEnumValue(GraphQLParser.EnumValueContext)
Enter a parse tree produced by enumValue().
Declaration
void EnterEnumValue(GraphQLParser.EnumValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumValueContext | context | The parse tree. |
EnterEnumValueDefinition(GraphQLParser.EnumValueDefinitionContext)
Enter a parse tree produced by enumValueDefinition().
Declaration
void EnterEnumValueDefinition(GraphQLParser.EnumValueDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumValueDefinitionContext | context | The parse tree. |
EnterEnumValuesDefinition(GraphQLParser.EnumValuesDefinitionContext)
Enter a parse tree produced by enumValuesDefinition().
Declaration
void EnterEnumValuesDefinition(GraphQLParser.EnumValuesDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumValuesDefinitionContext | context | The parse tree. |
EnterExecutableDefinition(GraphQLParser.ExecutableDefinitionContext)
Enter a parse tree produced by executableDefinition().
Declaration
void EnterExecutableDefinition(GraphQLParser.ExecutableDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ExecutableDefinitionContext | context | The parse tree. |
EnterExecutableDirectiveLocation(GraphQLParser.ExecutableDirectiveLocationContext)
Enter a parse tree produced by executableDirectiveLocation().
Declaration
void EnterExecutableDirectiveLocation(GraphQLParser.ExecutableDirectiveLocationContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ExecutableDirectiveLocationContext | context | The parse tree. |
EnterField(GraphQLParser.FieldContext)
Enter a parse tree produced by field().
Declaration
void EnterField(GraphQLParser.FieldContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FieldContext | context | The parse tree. |
EnterFieldDefinition(GraphQLParser.FieldDefinitionContext)
Enter a parse tree produced by fieldDefinition().
Declaration
void EnterFieldDefinition(GraphQLParser.FieldDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FieldDefinitionContext | context | The parse tree. |
EnterFieldsDefinition(GraphQLParser.FieldsDefinitionContext)
Enter a parse tree produced by fieldsDefinition().
Declaration
void EnterFieldsDefinition(GraphQLParser.FieldsDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FieldsDefinitionContext | context | The parse tree. |
EnterFloatValue(GraphQLParser.FloatValueContext)
Enter a parse tree produced by floatValue().
Declaration
void EnterFloatValue(GraphQLParser.FloatValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FloatValueContext | context | The parse tree. |
EnterFragmentDefinition(GraphQLParser.FragmentDefinitionContext)
Enter a parse tree produced by fragmentDefinition().
Declaration
void EnterFragmentDefinition(GraphQLParser.FragmentDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FragmentDefinitionContext | context | The parse tree. |
EnterFragmentName(GraphQLParser.FragmentNameContext)
Enter a parse tree produced by fragmentName().
Declaration
void EnterFragmentName(GraphQLParser.FragmentNameContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FragmentNameContext | context | The parse tree. |
EnterFragmentSpread(GraphQLParser.FragmentSpreadContext)
Enter a parse tree produced by fragmentSpread().
Declaration
void EnterFragmentSpread(GraphQLParser.FragmentSpreadContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FragmentSpreadContext | context | The parse tree. |
EnterImplementsInterfaces(GraphQLParser.ImplementsInterfacesContext)
Enter a parse tree produced by implementsInterfaces().
Declaration
void EnterImplementsInterfaces(GraphQLParser.ImplementsInterfacesContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ImplementsInterfacesContext | context | The parse tree. |
EnterInlineFragment(GraphQLParser.InlineFragmentContext)
Enter a parse tree produced by inlineFragment().
Declaration
void EnterInlineFragment(GraphQLParser.InlineFragmentContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InlineFragmentContext | context | The parse tree. |
EnterInputFieldsDefinition(GraphQLParser.InputFieldsDefinitionContext)
Enter a parse tree produced by inputFieldsDefinition().
Declaration
void EnterInputFieldsDefinition(GraphQLParser.InputFieldsDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InputFieldsDefinitionContext | context | The parse tree. |
EnterInputObjectTypeDefinition(GraphQLParser.InputObjectTypeDefinitionContext)
Enter a parse tree produced by inputObjectTypeDefinition().
Declaration
void EnterInputObjectTypeDefinition(GraphQLParser.InputObjectTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InputObjectTypeDefinitionContext | context | The parse tree. |
EnterInputObjectTypeExtension(GraphQLParser.InputObjectTypeExtensionContext)
Enter a parse tree produced by inputObjectTypeExtension().
Declaration
void EnterInputObjectTypeExtension(GraphQLParser.InputObjectTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InputObjectTypeExtensionContext | context | The parse tree. |
EnterInputValueDefinition(GraphQLParser.InputValueDefinitionContext)
Enter a parse tree produced by inputValueDefinition().
Declaration
void EnterInputValueDefinition(GraphQLParser.InputValueDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InputValueDefinitionContext | context | The parse tree. |
EnterInterfaceTypeDefinition(GraphQLParser.InterfaceTypeDefinitionContext)
Enter a parse tree produced by interfaceTypeDefinition().
Declaration
void EnterInterfaceTypeDefinition(GraphQLParser.InterfaceTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InterfaceTypeDefinitionContext | context | The parse tree. |
EnterInterfaceTypeExtension(GraphQLParser.InterfaceTypeExtensionContext)
Enter a parse tree produced by interfaceTypeExtension().
Declaration
void EnterInterfaceTypeExtension(GraphQLParser.InterfaceTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InterfaceTypeExtensionContext | context | The parse tree. |
EnterIntValue(GraphQLParser.IntValueContext)
Enter a parse tree produced by intValue().
Declaration
void EnterIntValue(GraphQLParser.IntValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.IntValueContext | context | The parse tree. |
EnterListType(GraphQLParser.ListTypeContext)
Enter a parse tree produced by listType().
Declaration
void EnterListType(GraphQLParser.ListTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ListTypeContext | context | The parse tree. |
EnterListValue(GraphQLParser.ListValueContext)
Enter a parse tree produced by listValue().
Declaration
void EnterListValue(GraphQLParser.ListValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ListValueContext | context | The parse tree. |
EnterName(GraphQLParser.NameContext)
Enter a parse tree produced by name().
Declaration
void EnterName(GraphQLParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.NameContext | context | The parse tree. |
EnterNamedType(GraphQLParser.NamedTypeContext)
Enter a parse tree produced by namedType().
Declaration
void EnterNamedType(GraphQLParser.NamedTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.NamedTypeContext | context | The parse tree. |
EnterNullValue(GraphQLParser.NullValueContext)
Enter a parse tree produced by nullValue().
Declaration
void EnterNullValue(GraphQLParser.NullValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.NullValueContext | context | The parse tree. |
EnterObjectField(GraphQLParser.ObjectFieldContext)
Enter a parse tree produced by objectField().
Declaration
void EnterObjectField(GraphQLParser.ObjectFieldContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ObjectFieldContext | context | The parse tree. |
EnterObjectTypeDefinition(GraphQLParser.ObjectTypeDefinitionContext)
Enter a parse tree produced by objectTypeDefinition().
Declaration
void EnterObjectTypeDefinition(GraphQLParser.ObjectTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ObjectTypeDefinitionContext | context | The parse tree. |
EnterObjectTypeExtension(GraphQLParser.ObjectTypeExtensionContext)
Enter a parse tree produced by objectTypeExtension().
Declaration
void EnterObjectTypeExtension(GraphQLParser.ObjectTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ObjectTypeExtensionContext | context | The parse tree. |
EnterObjectValue(GraphQLParser.ObjectValueContext)
Enter a parse tree produced by objectValue().
Declaration
void EnterObjectValue(GraphQLParser.ObjectValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ObjectValueContext | context | The parse tree. |
EnterOperationDefinition(GraphQLParser.OperationDefinitionContext)
Enter a parse tree produced by operationDefinition().
Declaration
void EnterOperationDefinition(GraphQLParser.OperationDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.OperationDefinitionContext | context | The parse tree. |
EnterOperationType(GraphQLParser.OperationTypeContext)
Enter a parse tree produced by operationType().
Declaration
void EnterOperationType(GraphQLParser.OperationTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.OperationTypeContext | context | The parse tree. |
EnterOperationTypeDefinition(GraphQLParser.OperationTypeDefinitionContext)
Enter a parse tree produced by operationTypeDefinition().
Declaration
void EnterOperationTypeDefinition(GraphQLParser.OperationTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.OperationTypeDefinitionContext | context | The parse tree. |
EnterRootOperationTypeDefinition(GraphQLParser.RootOperationTypeDefinitionContext)
Enter a parse tree produced by rootOperationTypeDefinition().
Declaration
void EnterRootOperationTypeDefinition(GraphQLParser.RootOperationTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.RootOperationTypeDefinitionContext | context | The parse tree. |
EnterScalarTypeDefinition(GraphQLParser.ScalarTypeDefinitionContext)
Enter a parse tree produced by scalarTypeDefinition().
Declaration
void EnterScalarTypeDefinition(GraphQLParser.ScalarTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ScalarTypeDefinitionContext | context | The parse tree. |
EnterScalarTypeExtension(GraphQLParser.ScalarTypeExtensionContext)
Enter a parse tree produced by scalarTypeExtension().
Declaration
void EnterScalarTypeExtension(GraphQLParser.ScalarTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ScalarTypeExtensionContext | context | The parse tree. |
EnterSchemaDefinition(GraphQLParser.SchemaDefinitionContext)
Enter a parse tree produced by schemaDefinition().
Declaration
void EnterSchemaDefinition(GraphQLParser.SchemaDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.SchemaDefinitionContext | context | The parse tree. |
EnterSchemaExtension(GraphQLParser.SchemaExtensionContext)
Enter a parse tree produced by schemaExtension().
Declaration
void EnterSchemaExtension(GraphQLParser.SchemaExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.SchemaExtensionContext | context | The parse tree. |
EnterSelection(GraphQLParser.SelectionContext)
Enter a parse tree produced by selection().
Declaration
void EnterSelection(GraphQLParser.SelectionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.SelectionContext | context | The parse tree. |
EnterSelectionSet(GraphQLParser.SelectionSetContext)
Enter a parse tree produced by selectionSet().
Declaration
void EnterSelectionSet(GraphQLParser.SelectionSetContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.SelectionSetContext | context | The parse tree. |
EnterStringValue(GraphQLParser.StringValueContext)
Enter a parse tree produced by stringValue().
Declaration
void EnterStringValue(GraphQLParser.StringValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.StringValueContext | context | The parse tree. |
EnterType_(GraphQLParser.Type_Context)
Enter a parse tree produced by type_().
Declaration
void EnterType_(GraphQLParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.Type_Context | context | The parse tree. |
EnterTypeCondition(GraphQLParser.TypeConditionContext)
Enter a parse tree produced by typeCondition().
Declaration
void EnterTypeCondition(GraphQLParser.TypeConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeConditionContext | context | The parse tree. |
EnterTypeDefinition(GraphQLParser.TypeDefinitionContext)
Enter a parse tree produced by typeDefinition().
Declaration
void EnterTypeDefinition(GraphQLParser.TypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeDefinitionContext | context | The parse tree. |
EnterTypeExtension(GraphQLParser.TypeExtensionContext)
Enter a parse tree produced by typeExtension().
Declaration
void EnterTypeExtension(GraphQLParser.TypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeExtensionContext | context | The parse tree. |
EnterTypeSystemDefinition(GraphQLParser.TypeSystemDefinitionContext)
Enter a parse tree produced by typeSystemDefinition().
Declaration
void EnterTypeSystemDefinition(GraphQLParser.TypeSystemDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeSystemDefinitionContext | context | The parse tree. |
EnterTypeSystemDirectiveLocation(GraphQLParser.TypeSystemDirectiveLocationContext)
Enter a parse tree produced by typeSystemDirectiveLocation().
Declaration
void EnterTypeSystemDirectiveLocation(GraphQLParser.TypeSystemDirectiveLocationContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeSystemDirectiveLocationContext | context | The parse tree. |
EnterTypeSystemExtension(GraphQLParser.TypeSystemExtensionContext)
Enter a parse tree produced by typeSystemExtension().
Declaration
void EnterTypeSystemExtension(GraphQLParser.TypeSystemExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeSystemExtensionContext | context | The parse tree. |
EnterUnionMemberTypes(GraphQLParser.UnionMemberTypesContext)
Enter a parse tree produced by unionMemberTypes().
Declaration
void EnterUnionMemberTypes(GraphQLParser.UnionMemberTypesContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.UnionMemberTypesContext | context | The parse tree. |
EnterUnionTypeDefinition(GraphQLParser.UnionTypeDefinitionContext)
Enter a parse tree produced by unionTypeDefinition().
Declaration
void EnterUnionTypeDefinition(GraphQLParser.UnionTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.UnionTypeDefinitionContext | context | The parse tree. |
EnterUnionTypeExtension(GraphQLParser.UnionTypeExtensionContext)
Enter a parse tree produced by unionTypeExtension().
Declaration
void EnterUnionTypeExtension(GraphQLParser.UnionTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.UnionTypeExtensionContext | context | The parse tree. |
EnterValue(GraphQLParser.ValueContext)
Enter a parse tree produced by value().
Declaration
void EnterValue(GraphQLParser.ValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ValueContext | context | The parse tree. |
EnterVariable(GraphQLParser.VariableContext)
Enter a parse tree produced by variable().
Declaration
void EnterVariable(GraphQLParser.VariableContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.VariableContext | context | The parse tree. |
EnterVariableDefinition(GraphQLParser.VariableDefinitionContext)
Enter a parse tree produced by variableDefinition().
Declaration
void EnterVariableDefinition(GraphQLParser.VariableDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.VariableDefinitionContext | context | The parse tree. |
EnterVariableDefinitions(GraphQLParser.VariableDefinitionsContext)
Enter a parse tree produced by variableDefinitions().
Declaration
void EnterVariableDefinitions(GraphQLParser.VariableDefinitionsContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.VariableDefinitionsContext | context | The parse tree. |
ExitAlias(GraphQLParser.AliasContext)
Exit a parse tree produced by alias().
Declaration
void ExitAlias(GraphQLParser.AliasContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.AliasContext | context | The parse tree. |
ExitArgument(GraphQLParser.ArgumentContext)
Exit a parse tree produced by argument().
Declaration
void ExitArgument(GraphQLParser.ArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ArgumentContext | context | The parse tree. |
ExitArguments(GraphQLParser.ArgumentsContext)
Exit a parse tree produced by arguments().
Declaration
void ExitArguments(GraphQLParser.ArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ArgumentsContext | context | The parse tree. |
ExitArgumentsDefinition(GraphQLParser.ArgumentsDefinitionContext)
Exit a parse tree produced by argumentsDefinition().
Declaration
void ExitArgumentsDefinition(GraphQLParser.ArgumentsDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ArgumentsDefinitionContext | context | The parse tree. |
ExitBooleanValue(GraphQLParser.BooleanValueContext)
Exit a parse tree produced by booleanValue().
Declaration
void ExitBooleanValue(GraphQLParser.BooleanValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.BooleanValueContext | context | The parse tree. |
ExitDefaultValue(GraphQLParser.DefaultValueContext)
Exit a parse tree produced by defaultValue().
Declaration
void ExitDefaultValue(GraphQLParser.DefaultValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DefaultValueContext | context | The parse tree. |
ExitDefinition(GraphQLParser.DefinitionContext)
Exit a parse tree produced by definition().
Declaration
void ExitDefinition(GraphQLParser.DefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DefinitionContext | context | The parse tree. |
ExitDescription(GraphQLParser.DescriptionContext)
Exit a parse tree produced by description().
Declaration
void ExitDescription(GraphQLParser.DescriptionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DescriptionContext | context | The parse tree. |
ExitDirective(GraphQLParser.DirectiveContext)
Exit a parse tree produced by directive().
Declaration
void ExitDirective(GraphQLParser.DirectiveContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectiveContext | context | The parse tree. |
ExitDirectiveDefinition(GraphQLParser.DirectiveDefinitionContext)
Exit a parse tree produced by directiveDefinition().
Declaration
void ExitDirectiveDefinition(GraphQLParser.DirectiveDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectiveDefinitionContext | context | The parse tree. |
ExitDirectiveLocation(GraphQLParser.DirectiveLocationContext)
Exit a parse tree produced by directiveLocation().
Declaration
void ExitDirectiveLocation(GraphQLParser.DirectiveLocationContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectiveLocationContext | context | The parse tree. |
ExitDirectiveLocations(GraphQLParser.DirectiveLocationsContext)
Exit a parse tree produced by directiveLocations().
Declaration
void ExitDirectiveLocations(GraphQLParser.DirectiveLocationsContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectiveLocationsContext | context | The parse tree. |
ExitDirectives(GraphQLParser.DirectivesContext)
Exit a parse tree produced by directives().
Declaration
void ExitDirectives(GraphQLParser.DirectivesContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DirectivesContext | context | The parse tree. |
ExitDocument(GraphQLParser.DocumentContext)
Exit a parse tree produced by document().
Declaration
void ExitDocument(GraphQLParser.DocumentContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.DocumentContext | context | The parse tree. |
ExitEnumTypeDefinition(GraphQLParser.EnumTypeDefinitionContext)
Exit a parse tree produced by enumTypeDefinition().
Declaration
void ExitEnumTypeDefinition(GraphQLParser.EnumTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumTypeDefinitionContext | context | The parse tree. |
ExitEnumTypeExtension(GraphQLParser.EnumTypeExtensionContext)
Exit a parse tree produced by enumTypeExtension().
Declaration
void ExitEnumTypeExtension(GraphQLParser.EnumTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumTypeExtensionContext | context | The parse tree. |
ExitEnumValue(GraphQLParser.EnumValueContext)
Exit a parse tree produced by enumValue().
Declaration
void ExitEnumValue(GraphQLParser.EnumValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumValueContext | context | The parse tree. |
ExitEnumValueDefinition(GraphQLParser.EnumValueDefinitionContext)
Exit a parse tree produced by enumValueDefinition().
Declaration
void ExitEnumValueDefinition(GraphQLParser.EnumValueDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumValueDefinitionContext | context | The parse tree. |
ExitEnumValuesDefinition(GraphQLParser.EnumValuesDefinitionContext)
Exit a parse tree produced by enumValuesDefinition().
Declaration
void ExitEnumValuesDefinition(GraphQLParser.EnumValuesDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumValuesDefinitionContext | context | The parse tree. |
ExitExecutableDefinition(GraphQLParser.ExecutableDefinitionContext)
Exit a parse tree produced by executableDefinition().
Declaration
void ExitExecutableDefinition(GraphQLParser.ExecutableDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ExecutableDefinitionContext | context | The parse tree. |
ExitExecutableDirectiveLocation(GraphQLParser.ExecutableDirectiveLocationContext)
Exit a parse tree produced by executableDirectiveLocation().
Declaration
void ExitExecutableDirectiveLocation(GraphQLParser.ExecutableDirectiveLocationContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ExecutableDirectiveLocationContext | context | The parse tree. |
ExitField(GraphQLParser.FieldContext)
Exit a parse tree produced by field().
Declaration
void ExitField(GraphQLParser.FieldContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FieldContext | context | The parse tree. |
ExitFieldDefinition(GraphQLParser.FieldDefinitionContext)
Exit a parse tree produced by fieldDefinition().
Declaration
void ExitFieldDefinition(GraphQLParser.FieldDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FieldDefinitionContext | context | The parse tree. |
ExitFieldsDefinition(GraphQLParser.FieldsDefinitionContext)
Exit a parse tree produced by fieldsDefinition().
Declaration
void ExitFieldsDefinition(GraphQLParser.FieldsDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FieldsDefinitionContext | context | The parse tree. |
ExitFloatValue(GraphQLParser.FloatValueContext)
Exit a parse tree produced by floatValue().
Declaration
void ExitFloatValue(GraphQLParser.FloatValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FloatValueContext | context | The parse tree. |
ExitFragmentDefinition(GraphQLParser.FragmentDefinitionContext)
Exit a parse tree produced by fragmentDefinition().
Declaration
void ExitFragmentDefinition(GraphQLParser.FragmentDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FragmentDefinitionContext | context | The parse tree. |
ExitFragmentName(GraphQLParser.FragmentNameContext)
Exit a parse tree produced by fragmentName().
Declaration
void ExitFragmentName(GraphQLParser.FragmentNameContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FragmentNameContext | context | The parse tree. |
ExitFragmentSpread(GraphQLParser.FragmentSpreadContext)
Exit a parse tree produced by fragmentSpread().
Declaration
void ExitFragmentSpread(GraphQLParser.FragmentSpreadContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.FragmentSpreadContext | context | The parse tree. |
ExitImplementsInterfaces(GraphQLParser.ImplementsInterfacesContext)
Exit a parse tree produced by implementsInterfaces().
Declaration
void ExitImplementsInterfaces(GraphQLParser.ImplementsInterfacesContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ImplementsInterfacesContext | context | The parse tree. |
ExitInlineFragment(GraphQLParser.InlineFragmentContext)
Exit a parse tree produced by inlineFragment().
Declaration
void ExitInlineFragment(GraphQLParser.InlineFragmentContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InlineFragmentContext | context | The parse tree. |
ExitInputFieldsDefinition(GraphQLParser.InputFieldsDefinitionContext)
Exit a parse tree produced by inputFieldsDefinition().
Declaration
void ExitInputFieldsDefinition(GraphQLParser.InputFieldsDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InputFieldsDefinitionContext | context | The parse tree. |
ExitInputObjectTypeDefinition(GraphQLParser.InputObjectTypeDefinitionContext)
Exit a parse tree produced by inputObjectTypeDefinition().
Declaration
void ExitInputObjectTypeDefinition(GraphQLParser.InputObjectTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InputObjectTypeDefinitionContext | context | The parse tree. |
ExitInputObjectTypeExtension(GraphQLParser.InputObjectTypeExtensionContext)
Exit a parse tree produced by inputObjectTypeExtension().
Declaration
void ExitInputObjectTypeExtension(GraphQLParser.InputObjectTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InputObjectTypeExtensionContext | context | The parse tree. |
ExitInputValueDefinition(GraphQLParser.InputValueDefinitionContext)
Exit a parse tree produced by inputValueDefinition().
Declaration
void ExitInputValueDefinition(GraphQLParser.InputValueDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InputValueDefinitionContext | context | The parse tree. |
ExitInterfaceTypeDefinition(GraphQLParser.InterfaceTypeDefinitionContext)
Exit a parse tree produced by interfaceTypeDefinition().
Declaration
void ExitInterfaceTypeDefinition(GraphQLParser.InterfaceTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InterfaceTypeDefinitionContext | context | The parse tree. |
ExitInterfaceTypeExtension(GraphQLParser.InterfaceTypeExtensionContext)
Exit a parse tree produced by interfaceTypeExtension().
Declaration
void ExitInterfaceTypeExtension(GraphQLParser.InterfaceTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.InterfaceTypeExtensionContext | context | The parse tree. |
ExitIntValue(GraphQLParser.IntValueContext)
Exit a parse tree produced by intValue().
Declaration
void ExitIntValue(GraphQLParser.IntValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.IntValueContext | context | The parse tree. |
ExitListType(GraphQLParser.ListTypeContext)
Exit a parse tree produced by listType().
Declaration
void ExitListType(GraphQLParser.ListTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ListTypeContext | context | The parse tree. |
ExitListValue(GraphQLParser.ListValueContext)
Exit a parse tree produced by listValue().
Declaration
void ExitListValue(GraphQLParser.ListValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ListValueContext | context | The parse tree. |
ExitName(GraphQLParser.NameContext)
Exit a parse tree produced by name().
Declaration
void ExitName(GraphQLParser.NameContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.NameContext | context | The parse tree. |
ExitNamedType(GraphQLParser.NamedTypeContext)
Exit a parse tree produced by namedType().
Declaration
void ExitNamedType(GraphQLParser.NamedTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.NamedTypeContext | context | The parse tree. |
ExitNullValue(GraphQLParser.NullValueContext)
Exit a parse tree produced by nullValue().
Declaration
void ExitNullValue(GraphQLParser.NullValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.NullValueContext | context | The parse tree. |
ExitObjectField(GraphQLParser.ObjectFieldContext)
Exit a parse tree produced by objectField().
Declaration
void ExitObjectField(GraphQLParser.ObjectFieldContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ObjectFieldContext | context | The parse tree. |
ExitObjectTypeDefinition(GraphQLParser.ObjectTypeDefinitionContext)
Exit a parse tree produced by objectTypeDefinition().
Declaration
void ExitObjectTypeDefinition(GraphQLParser.ObjectTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ObjectTypeDefinitionContext | context | The parse tree. |
ExitObjectTypeExtension(GraphQLParser.ObjectTypeExtensionContext)
Exit a parse tree produced by objectTypeExtension().
Declaration
void ExitObjectTypeExtension(GraphQLParser.ObjectTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ObjectTypeExtensionContext | context | The parse tree. |
ExitObjectValue(GraphQLParser.ObjectValueContext)
Exit a parse tree produced by objectValue().
Declaration
void ExitObjectValue(GraphQLParser.ObjectValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ObjectValueContext | context | The parse tree. |
ExitOperationDefinition(GraphQLParser.OperationDefinitionContext)
Exit a parse tree produced by operationDefinition().
Declaration
void ExitOperationDefinition(GraphQLParser.OperationDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.OperationDefinitionContext | context | The parse tree. |
ExitOperationType(GraphQLParser.OperationTypeContext)
Exit a parse tree produced by operationType().
Declaration
void ExitOperationType(GraphQLParser.OperationTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.OperationTypeContext | context | The parse tree. |
ExitOperationTypeDefinition(GraphQLParser.OperationTypeDefinitionContext)
Exit a parse tree produced by operationTypeDefinition().
Declaration
void ExitOperationTypeDefinition(GraphQLParser.OperationTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.OperationTypeDefinitionContext | context | The parse tree. |
ExitRootOperationTypeDefinition(GraphQLParser.RootOperationTypeDefinitionContext)
Exit a parse tree produced by rootOperationTypeDefinition().
Declaration
void ExitRootOperationTypeDefinition(GraphQLParser.RootOperationTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.RootOperationTypeDefinitionContext | context | The parse tree. |
ExitScalarTypeDefinition(GraphQLParser.ScalarTypeDefinitionContext)
Exit a parse tree produced by scalarTypeDefinition().
Declaration
void ExitScalarTypeDefinition(GraphQLParser.ScalarTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ScalarTypeDefinitionContext | context | The parse tree. |
ExitScalarTypeExtension(GraphQLParser.ScalarTypeExtensionContext)
Exit a parse tree produced by scalarTypeExtension().
Declaration
void ExitScalarTypeExtension(GraphQLParser.ScalarTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ScalarTypeExtensionContext | context | The parse tree. |
ExitSchemaDefinition(GraphQLParser.SchemaDefinitionContext)
Exit a parse tree produced by schemaDefinition().
Declaration
void ExitSchemaDefinition(GraphQLParser.SchemaDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.SchemaDefinitionContext | context | The parse tree. |
ExitSchemaExtension(GraphQLParser.SchemaExtensionContext)
Exit a parse tree produced by schemaExtension().
Declaration
void ExitSchemaExtension(GraphQLParser.SchemaExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.SchemaExtensionContext | context | The parse tree. |
ExitSelection(GraphQLParser.SelectionContext)
Exit a parse tree produced by selection().
Declaration
void ExitSelection(GraphQLParser.SelectionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.SelectionContext | context | The parse tree. |
ExitSelectionSet(GraphQLParser.SelectionSetContext)
Exit a parse tree produced by selectionSet().
Declaration
void ExitSelectionSet(GraphQLParser.SelectionSetContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.SelectionSetContext | context | The parse tree. |
ExitStringValue(GraphQLParser.StringValueContext)
Exit a parse tree produced by stringValue().
Declaration
void ExitStringValue(GraphQLParser.StringValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.StringValueContext | context | The parse tree. |
ExitType_(GraphQLParser.Type_Context)
Exit a parse tree produced by type_().
Declaration
void ExitType_(GraphQLParser.Type_Context context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.Type_Context | context | The parse tree. |
ExitTypeCondition(GraphQLParser.TypeConditionContext)
Exit a parse tree produced by typeCondition().
Declaration
void ExitTypeCondition(GraphQLParser.TypeConditionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeConditionContext | context | The parse tree. |
ExitTypeDefinition(GraphQLParser.TypeDefinitionContext)
Exit a parse tree produced by typeDefinition().
Declaration
void ExitTypeDefinition(GraphQLParser.TypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeDefinitionContext | context | The parse tree. |
ExitTypeExtension(GraphQLParser.TypeExtensionContext)
Exit a parse tree produced by typeExtension().
Declaration
void ExitTypeExtension(GraphQLParser.TypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeExtensionContext | context | The parse tree. |
ExitTypeSystemDefinition(GraphQLParser.TypeSystemDefinitionContext)
Exit a parse tree produced by typeSystemDefinition().
Declaration
void ExitTypeSystemDefinition(GraphQLParser.TypeSystemDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeSystemDefinitionContext | context | The parse tree. |
ExitTypeSystemDirectiveLocation(GraphQLParser.TypeSystemDirectiveLocationContext)
Exit a parse tree produced by typeSystemDirectiveLocation().
Declaration
void ExitTypeSystemDirectiveLocation(GraphQLParser.TypeSystemDirectiveLocationContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeSystemDirectiveLocationContext | context | The parse tree. |
ExitTypeSystemExtension(GraphQLParser.TypeSystemExtensionContext)
Exit a parse tree produced by typeSystemExtension().
Declaration
void ExitTypeSystemExtension(GraphQLParser.TypeSystemExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.TypeSystemExtensionContext | context | The parse tree. |
ExitUnionMemberTypes(GraphQLParser.UnionMemberTypesContext)
Exit a parse tree produced by unionMemberTypes().
Declaration
void ExitUnionMemberTypes(GraphQLParser.UnionMemberTypesContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.UnionMemberTypesContext | context | The parse tree. |
ExitUnionTypeDefinition(GraphQLParser.UnionTypeDefinitionContext)
Exit a parse tree produced by unionTypeDefinition().
Declaration
void ExitUnionTypeDefinition(GraphQLParser.UnionTypeDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.UnionTypeDefinitionContext | context | The parse tree. |
ExitUnionTypeExtension(GraphQLParser.UnionTypeExtensionContext)
Exit a parse tree produced by unionTypeExtension().
Declaration
void ExitUnionTypeExtension(GraphQLParser.UnionTypeExtensionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.UnionTypeExtensionContext | context | The parse tree. |
ExitValue(GraphQLParser.ValueContext)
Exit a parse tree produced by value().
Declaration
void ExitValue(GraphQLParser.ValueContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.ValueContext | context | The parse tree. |
ExitVariable(GraphQLParser.VariableContext)
Exit a parse tree produced by variable().
Declaration
void ExitVariable(GraphQLParser.VariableContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.VariableContext | context | The parse tree. |
ExitVariableDefinition(GraphQLParser.VariableDefinitionContext)
Exit a parse tree produced by variableDefinition().
Declaration
void ExitVariableDefinition(GraphQLParser.VariableDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.VariableDefinitionContext | context | The parse tree. |
ExitVariableDefinitions(GraphQLParser.VariableDefinitionsContext)
Exit a parse tree produced by variableDefinitions().
Declaration
void ExitVariableDefinitions(GraphQLParser.VariableDefinitionsContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.VariableDefinitionsContext | context | The parse tree. |