Show / Hide Table of Contents

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 Source

EnterAlias(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX