Show / Hide Table of Contents

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
System.Object
GraphQLBaseListener
Implements
IGraphQLListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Graphql
Assembly: Graphql.dll
Syntax
public class GraphQLBaseListener : object, IGraphQLListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

Implements

IGraphQLListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX