Class GraphQLBaseListener
This class provides an empty implementation of IGraphQLListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Graphql
Assembly: Graphql.dll
Syntax
public class GraphQLBaseListener : object, IGraphQLListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAlias(GraphQLParser.AliasContext)
Enter a parse tree produced by alias().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void EnterEnumValuesDefinition(GraphQLParser.EnumValuesDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumValuesDefinitionContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterExecutableDefinition(GraphQLParser.ExecutableDefinitionContext)
Enter a parse tree produced by executableDefinition().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitEnumValuesDefinition(GraphQLParser.EnumValuesDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.EnumValuesDefinitionContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitExecutableDefinition(GraphQLParser.ExecutableDefinitionContext)
Exit a parse tree produced by executableDefinition().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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_().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual 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().
The default implementation does nothing.
Declaration
public virtual void ExitVariableDefinitions(GraphQLParser.VariableDefinitionsContext context)
Parameters
Type | Name | Description |
---|---|---|
GraphQLParser.VariableDefinitionsContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.