Package graphql.parser.antlr
Interface GraphqlListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
GraphqlBaseListener
public interface GraphqlListener extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced byGraphqlParser
.
-
-
Method Summary
-
-
-
Method Detail
-
enterDocument
void enterDocument(GraphqlParser.DocumentContext ctx)
Enter a parse tree produced byGraphqlParser.document()
.- Parameters:
ctx
- the parse tree
-
exitDocument
void exitDocument(GraphqlParser.DocumentContext ctx)
Exit a parse tree produced byGraphqlParser.document()
.- Parameters:
ctx
- the parse tree
-
enterDefinition
void enterDefinition(GraphqlParser.DefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.definition()
.- Parameters:
ctx
- the parse tree
-
exitDefinition
void exitDefinition(GraphqlParser.DefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.definition()
.- Parameters:
ctx
- the parse tree
-
enterTypeSystemDefinition
void enterTypeSystemDefinition(GraphqlParser.TypeSystemDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.typeSystemDefinition()
.- Parameters:
ctx
- the parse tree
-
exitTypeSystemDefinition
void exitTypeSystemDefinition(GraphqlParser.TypeSystemDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.typeSystemDefinition()
.- Parameters:
ctx
- the parse tree
-
enterTypeSystemExtension
void enterTypeSystemExtension(GraphqlParser.TypeSystemExtensionContext ctx)
Enter a parse tree produced byGraphqlParser.typeSystemExtension()
.- Parameters:
ctx
- the parse tree
-
exitTypeSystemExtension
void exitTypeSystemExtension(GraphqlParser.TypeSystemExtensionContext ctx)
Exit a parse tree produced byGraphqlParser.typeSystemExtension()
.- Parameters:
ctx
- the parse tree
-
enterSchemaDefinition
void enterSchemaDefinition(GraphqlParser.SchemaDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.schemaDefinition()
.- Parameters:
ctx
- the parse tree
-
exitSchemaDefinition
void exitSchemaDefinition(GraphqlParser.SchemaDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.schemaDefinition()
.- Parameters:
ctx
- the parse tree
-
enterSchemaExtension
void enterSchemaExtension(GraphqlParser.SchemaExtensionContext ctx)
Enter a parse tree produced byGraphqlParser.schemaExtension()
.- Parameters:
ctx
- the parse tree
-
exitSchemaExtension
void exitSchemaExtension(GraphqlParser.SchemaExtensionContext ctx)
Exit a parse tree produced byGraphqlParser.schemaExtension()
.- Parameters:
ctx
- the parse tree
-
enterOperationTypeDefinition
void enterOperationTypeDefinition(GraphqlParser.OperationTypeDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.operationTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitOperationTypeDefinition
void exitOperationTypeDefinition(GraphqlParser.OperationTypeDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.operationTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterTypeDefinition
void enterTypeDefinition(GraphqlParser.TypeDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.typeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitTypeDefinition
void exitTypeDefinition(GraphqlParser.TypeDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.typeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterTypeExtension
void enterTypeExtension(GraphqlParser.TypeExtensionContext ctx)
Enter a parse tree produced byGraphqlParser.typeExtension()
.- Parameters:
ctx
- the parse tree
-
exitTypeExtension
void exitTypeExtension(GraphqlParser.TypeExtensionContext ctx)
Exit a parse tree produced byGraphqlParser.typeExtension()
.- Parameters:
ctx
- the parse tree
-
enterEmptyParentheses
void enterEmptyParentheses(GraphqlParser.EmptyParenthesesContext ctx)
Enter a parse tree produced byGraphqlParser.emptyParentheses()
.- Parameters:
ctx
- the parse tree
-
exitEmptyParentheses
void exitEmptyParentheses(GraphqlParser.EmptyParenthesesContext ctx)
Exit a parse tree produced byGraphqlParser.emptyParentheses()
.- Parameters:
ctx
- the parse tree
-
enterScalarTypeDefinition
void enterScalarTypeDefinition(GraphqlParser.ScalarTypeDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.scalarTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitScalarTypeDefinition
void exitScalarTypeDefinition(GraphqlParser.ScalarTypeDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.scalarTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterScalarTypeExtensionDefinition
void enterScalarTypeExtensionDefinition(GraphqlParser.ScalarTypeExtensionDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
exitScalarTypeExtensionDefinition
void exitScalarTypeExtensionDefinition(GraphqlParser.ScalarTypeExtensionDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
enterObjectTypeDefinition
void enterObjectTypeDefinition(GraphqlParser.ObjectTypeDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.objectTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitObjectTypeDefinition
void exitObjectTypeDefinition(GraphqlParser.ObjectTypeDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.objectTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterObjectTypeExtensionDefinition
void enterObjectTypeExtensionDefinition(GraphqlParser.ObjectTypeExtensionDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.objectTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
exitObjectTypeExtensionDefinition
void exitObjectTypeExtensionDefinition(GraphqlParser.ObjectTypeExtensionDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.objectTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
enterImplementsInterfaces
void enterImplementsInterfaces(GraphqlParser.ImplementsInterfacesContext ctx)
Enter a parse tree produced byGraphqlParser.implementsInterfaces()
.- Parameters:
ctx
- the parse tree
-
exitImplementsInterfaces
void exitImplementsInterfaces(GraphqlParser.ImplementsInterfacesContext ctx)
Exit a parse tree produced byGraphqlParser.implementsInterfaces()
.- Parameters:
ctx
- the parse tree
-
enterFieldsDefinition
void enterFieldsDefinition(GraphqlParser.FieldsDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.fieldsDefinition()
.- Parameters:
ctx
- the parse tree
-
exitFieldsDefinition
void exitFieldsDefinition(GraphqlParser.FieldsDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.fieldsDefinition()
.- Parameters:
ctx
- the parse tree
-
enterExtensionFieldsDefinition
void enterExtensionFieldsDefinition(GraphqlParser.ExtensionFieldsDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.extensionFieldsDefinition()
.- Parameters:
ctx
- the parse tree
-
exitExtensionFieldsDefinition
void exitExtensionFieldsDefinition(GraphqlParser.ExtensionFieldsDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.extensionFieldsDefinition()
.- Parameters:
ctx
- the parse tree
-
enterFieldDefinition
void enterFieldDefinition(GraphqlParser.FieldDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.fieldDefinition()
.- Parameters:
ctx
- the parse tree
-
exitFieldDefinition
void exitFieldDefinition(GraphqlParser.FieldDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.fieldDefinition()
.- Parameters:
ctx
- the parse tree
-
enterArgumentsDefinition
void enterArgumentsDefinition(GraphqlParser.ArgumentsDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.argumentsDefinition()
.- Parameters:
ctx
- the parse tree
-
exitArgumentsDefinition
void exitArgumentsDefinition(GraphqlParser.ArgumentsDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.argumentsDefinition()
.- Parameters:
ctx
- the parse tree
-
enterInputValueDefinition
void enterInputValueDefinition(GraphqlParser.InputValueDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.inputValueDefinition()
.- Parameters:
ctx
- the parse tree
-
exitInputValueDefinition
void exitInputValueDefinition(GraphqlParser.InputValueDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.inputValueDefinition()
.- Parameters:
ctx
- the parse tree
-
enterInterfaceTypeDefinition
void enterInterfaceTypeDefinition(GraphqlParser.InterfaceTypeDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.interfaceTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitInterfaceTypeDefinition
void exitInterfaceTypeDefinition(GraphqlParser.InterfaceTypeDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.interfaceTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterInterfaceTypeExtensionDefinition
void enterInterfaceTypeExtensionDefinition(GraphqlParser.InterfaceTypeExtensionDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.interfaceTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
exitInterfaceTypeExtensionDefinition
void exitInterfaceTypeExtensionDefinition(GraphqlParser.InterfaceTypeExtensionDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.interfaceTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
enterUnionTypeDefinition
void enterUnionTypeDefinition(GraphqlParser.UnionTypeDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.unionTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitUnionTypeDefinition
void exitUnionTypeDefinition(GraphqlParser.UnionTypeDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.unionTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterUnionTypeExtensionDefinition
void enterUnionTypeExtensionDefinition(GraphqlParser.UnionTypeExtensionDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.unionTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
exitUnionTypeExtensionDefinition
void exitUnionTypeExtensionDefinition(GraphqlParser.UnionTypeExtensionDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.unionTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
enterUnionMembership
void enterUnionMembership(GraphqlParser.UnionMembershipContext ctx)
Enter a parse tree produced byGraphqlParser.unionMembership()
.- Parameters:
ctx
- the parse tree
-
exitUnionMembership
void exitUnionMembership(GraphqlParser.UnionMembershipContext ctx)
Exit a parse tree produced byGraphqlParser.unionMembership()
.- Parameters:
ctx
- the parse tree
-
enterUnionMembers
void enterUnionMembers(GraphqlParser.UnionMembersContext ctx)
Enter a parse tree produced byGraphqlParser.unionMembers()
.- Parameters:
ctx
- the parse tree
-
exitUnionMembers
void exitUnionMembers(GraphqlParser.UnionMembersContext ctx)
Exit a parse tree produced byGraphqlParser.unionMembers()
.- Parameters:
ctx
- the parse tree
-
enterEnumTypeDefinition
void enterEnumTypeDefinition(GraphqlParser.EnumTypeDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.enumTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitEnumTypeDefinition
void exitEnumTypeDefinition(GraphqlParser.EnumTypeDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.enumTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterEnumTypeExtensionDefinition
void enterEnumTypeExtensionDefinition(GraphqlParser.EnumTypeExtensionDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.enumTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
exitEnumTypeExtensionDefinition
void exitEnumTypeExtensionDefinition(GraphqlParser.EnumTypeExtensionDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.enumTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
enterEnumValueDefinitions
void enterEnumValueDefinitions(GraphqlParser.EnumValueDefinitionsContext ctx)
Enter a parse tree produced byGraphqlParser.enumValueDefinitions()
.- Parameters:
ctx
- the parse tree
-
exitEnumValueDefinitions
void exitEnumValueDefinitions(GraphqlParser.EnumValueDefinitionsContext ctx)
Exit a parse tree produced byGraphqlParser.enumValueDefinitions()
.- Parameters:
ctx
- the parse tree
-
enterExtensionEnumValueDefinitions
void enterExtensionEnumValueDefinitions(GraphqlParser.ExtensionEnumValueDefinitionsContext ctx)
Enter a parse tree produced byGraphqlParser.extensionEnumValueDefinitions()
.- Parameters:
ctx
- the parse tree
-
exitExtensionEnumValueDefinitions
void exitExtensionEnumValueDefinitions(GraphqlParser.ExtensionEnumValueDefinitionsContext ctx)
Exit a parse tree produced byGraphqlParser.extensionEnumValueDefinitions()
.- Parameters:
ctx
- the parse tree
-
enterEnumValueDefinition
void enterEnumValueDefinition(GraphqlParser.EnumValueDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.enumValueDefinition()
.- Parameters:
ctx
- the parse tree
-
exitEnumValueDefinition
void exitEnumValueDefinition(GraphqlParser.EnumValueDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.enumValueDefinition()
.- Parameters:
ctx
- the parse tree
-
enterInputObjectTypeDefinition
void enterInputObjectTypeDefinition(GraphqlParser.InputObjectTypeDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.inputObjectTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitInputObjectTypeDefinition
void exitInputObjectTypeDefinition(GraphqlParser.InputObjectTypeDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.inputObjectTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterInputObjectTypeExtensionDefinition
void enterInputObjectTypeExtensionDefinition(GraphqlParser.InputObjectTypeExtensionDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.inputObjectTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
exitInputObjectTypeExtensionDefinition
void exitInputObjectTypeExtensionDefinition(GraphqlParser.InputObjectTypeExtensionDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.inputObjectTypeExtensionDefinition()
.- Parameters:
ctx
- the parse tree
-
enterInputObjectValueDefinitions
void enterInputObjectValueDefinitions(GraphqlParser.InputObjectValueDefinitionsContext ctx)
Enter a parse tree produced byGraphqlParser.inputObjectValueDefinitions()
.- Parameters:
ctx
- the parse tree
-
exitInputObjectValueDefinitions
void exitInputObjectValueDefinitions(GraphqlParser.InputObjectValueDefinitionsContext ctx)
Exit a parse tree produced byGraphqlParser.inputObjectValueDefinitions()
.- Parameters:
ctx
- the parse tree
-
enterExtensionInputObjectValueDefinitions
void enterExtensionInputObjectValueDefinitions(GraphqlParser.ExtensionInputObjectValueDefinitionsContext ctx)
Enter a parse tree produced byGraphqlParser.extensionInputObjectValueDefinitions()
.- Parameters:
ctx
- the parse tree
-
exitExtensionInputObjectValueDefinitions
void exitExtensionInputObjectValueDefinitions(GraphqlParser.ExtensionInputObjectValueDefinitionsContext ctx)
Exit a parse tree produced byGraphqlParser.extensionInputObjectValueDefinitions()
.- Parameters:
ctx
- the parse tree
-
enterDirectiveDefinition
void enterDirectiveDefinition(GraphqlParser.DirectiveDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.directiveDefinition()
.- Parameters:
ctx
- the parse tree
-
exitDirectiveDefinition
void exitDirectiveDefinition(GraphqlParser.DirectiveDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.directiveDefinition()
.- Parameters:
ctx
- the parse tree
-
enterDirectiveLocation
void enterDirectiveLocation(GraphqlParser.DirectiveLocationContext ctx)
Enter a parse tree produced byGraphqlParser.directiveLocation()
.- Parameters:
ctx
- the parse tree
-
exitDirectiveLocation
void exitDirectiveLocation(GraphqlParser.DirectiveLocationContext ctx)
Exit a parse tree produced byGraphqlParser.directiveLocation()
.- Parameters:
ctx
- the parse tree
-
enterDirectiveLocations
void enterDirectiveLocations(GraphqlParser.DirectiveLocationsContext ctx)
Enter a parse tree produced byGraphqlParser.directiveLocations()
.- Parameters:
ctx
- the parse tree
-
exitDirectiveLocations
void exitDirectiveLocations(GraphqlParser.DirectiveLocationsContext ctx)
Exit a parse tree produced byGraphqlParser.directiveLocations()
.- Parameters:
ctx
- the parse tree
-
enterOperationType
void enterOperationType(GraphqlParser.OperationTypeContext ctx)
Enter a parse tree produced byGraphqlParser.operationType()
.- Parameters:
ctx
- the parse tree
-
exitOperationType
void exitOperationType(GraphqlParser.OperationTypeContext ctx)
Exit a parse tree produced byGraphqlParser.operationType()
.- Parameters:
ctx
- the parse tree
-
enterDescription
void enterDescription(GraphqlParser.DescriptionContext ctx)
Enter a parse tree produced byGraphqlParser.description()
.- Parameters:
ctx
- the parse tree
-
exitDescription
void exitDescription(GraphqlParser.DescriptionContext ctx)
Exit a parse tree produced byGraphqlParser.description()
.- Parameters:
ctx
- the parse tree
-
enterEnumValue
void enterEnumValue(GraphqlParser.EnumValueContext ctx)
Enter a parse tree produced byGraphqlParser.enumValue()
.- Parameters:
ctx
- the parse tree
-
exitEnumValue
void exitEnumValue(GraphqlParser.EnumValueContext ctx)
Exit a parse tree produced byGraphqlParser.enumValue()
.- Parameters:
ctx
- the parse tree
-
enterArrayValue
void enterArrayValue(GraphqlParser.ArrayValueContext ctx)
Enter a parse tree produced byGraphqlParser.arrayValue()
.- Parameters:
ctx
- the parse tree
-
exitArrayValue
void exitArrayValue(GraphqlParser.ArrayValueContext ctx)
Exit a parse tree produced byGraphqlParser.arrayValue()
.- Parameters:
ctx
- the parse tree
-
enterArrayValueWithVariable
void enterArrayValueWithVariable(GraphqlParser.ArrayValueWithVariableContext ctx)
Enter a parse tree produced byGraphqlParser.arrayValueWithVariable()
.- Parameters:
ctx
- the parse tree
-
exitArrayValueWithVariable
void exitArrayValueWithVariable(GraphqlParser.ArrayValueWithVariableContext ctx)
Exit a parse tree produced byGraphqlParser.arrayValueWithVariable()
.- Parameters:
ctx
- the parse tree
-
enterObjectValue
void enterObjectValue(GraphqlParser.ObjectValueContext ctx)
Enter a parse tree produced byGraphqlParser.objectValue()
.- Parameters:
ctx
- the parse tree
-
exitObjectValue
void exitObjectValue(GraphqlParser.ObjectValueContext ctx)
Exit a parse tree produced byGraphqlParser.objectValue()
.- Parameters:
ctx
- the parse tree
-
enterObjectValueWithVariable
void enterObjectValueWithVariable(GraphqlParser.ObjectValueWithVariableContext ctx)
Enter a parse tree produced byGraphqlParser.objectValueWithVariable()
.- Parameters:
ctx
- the parse tree
-
exitObjectValueWithVariable
void exitObjectValueWithVariable(GraphqlParser.ObjectValueWithVariableContext ctx)
Exit a parse tree produced byGraphqlParser.objectValueWithVariable()
.- Parameters:
ctx
- the parse tree
-
enterObjectField
void enterObjectField(GraphqlParser.ObjectFieldContext ctx)
Enter a parse tree produced byGraphqlParser.objectField()
.- Parameters:
ctx
- the parse tree
-
exitObjectField
void exitObjectField(GraphqlParser.ObjectFieldContext ctx)
Exit a parse tree produced byGraphqlParser.objectField()
.- Parameters:
ctx
- the parse tree
-
enterObjectFieldWithVariable
void enterObjectFieldWithVariable(GraphqlParser.ObjectFieldWithVariableContext ctx)
Enter a parse tree produced byGraphqlParser.objectFieldWithVariable()
.- Parameters:
ctx
- the parse tree
-
exitObjectFieldWithVariable
void exitObjectFieldWithVariable(GraphqlParser.ObjectFieldWithVariableContext ctx)
Exit a parse tree produced byGraphqlParser.objectFieldWithVariable()
.- Parameters:
ctx
- the parse tree
-
enterDirectives
void enterDirectives(GraphqlParser.DirectivesContext ctx)
Enter a parse tree produced byGraphqlParser.directives()
.- Parameters:
ctx
- the parse tree
-
exitDirectives
void exitDirectives(GraphqlParser.DirectivesContext ctx)
Exit a parse tree produced byGraphqlParser.directives()
.- Parameters:
ctx
- the parse tree
-
enterDirective
void enterDirective(GraphqlParser.DirectiveContext ctx)
Enter a parse tree produced byGraphqlParser.directive()
.- Parameters:
ctx
- the parse tree
-
exitDirective
void exitDirective(GraphqlParser.DirectiveContext ctx)
Exit a parse tree produced byGraphqlParser.directive()
.- Parameters:
ctx
- the parse tree
-
enterArguments
void enterArguments(GraphqlParser.ArgumentsContext ctx)
Enter a parse tree produced byGraphqlParser.arguments()
.- Parameters:
ctx
- the parse tree
-
exitArguments
void exitArguments(GraphqlParser.ArgumentsContext ctx)
Exit a parse tree produced byGraphqlParser.arguments()
.- Parameters:
ctx
- the parse tree
-
enterArgument
void enterArgument(GraphqlParser.ArgumentContext ctx)
Enter a parse tree produced byGraphqlParser.argument()
.- Parameters:
ctx
- the parse tree
-
exitArgument
void exitArgument(GraphqlParser.ArgumentContext ctx)
Exit a parse tree produced byGraphqlParser.argument()
.- Parameters:
ctx
- the parse tree
-
enterBaseName
void enterBaseName(GraphqlParser.BaseNameContext ctx)
Enter a parse tree produced byGraphqlParser.baseName()
.- Parameters:
ctx
- the parse tree
-
exitBaseName
void exitBaseName(GraphqlParser.BaseNameContext ctx)
Exit a parse tree produced byGraphqlParser.baseName()
.- Parameters:
ctx
- the parse tree
-
enterFragmentName
void enterFragmentName(GraphqlParser.FragmentNameContext ctx)
Enter a parse tree produced byGraphqlParser.fragmentName()
.- Parameters:
ctx
- the parse tree
-
exitFragmentName
void exitFragmentName(GraphqlParser.FragmentNameContext ctx)
Exit a parse tree produced byGraphqlParser.fragmentName()
.- Parameters:
ctx
- the parse tree
-
enterEnumValueName
void enterEnumValueName(GraphqlParser.EnumValueNameContext ctx)
Enter a parse tree produced byGraphqlParser.enumValueName()
.- Parameters:
ctx
- the parse tree
-
exitEnumValueName
void exitEnumValueName(GraphqlParser.EnumValueNameContext ctx)
Exit a parse tree produced byGraphqlParser.enumValueName()
.- Parameters:
ctx
- the parse tree
-
enterName
void enterName(GraphqlParser.NameContext ctx)
Enter a parse tree produced byGraphqlParser.name()
.- Parameters:
ctx
- the parse tree
-
exitName
void exitName(GraphqlParser.NameContext ctx)
Exit a parse tree produced byGraphqlParser.name()
.- Parameters:
ctx
- the parse tree
-
enterValue
void enterValue(GraphqlParser.ValueContext ctx)
Enter a parse tree produced byGraphqlParser.value()
.- Parameters:
ctx
- the parse tree
-
exitValue
void exitValue(GraphqlParser.ValueContext ctx)
Exit a parse tree produced byGraphqlParser.value()
.- Parameters:
ctx
- the parse tree
-
enterValueWithVariable
void enterValueWithVariable(GraphqlParser.ValueWithVariableContext ctx)
Enter a parse tree produced byGraphqlParser.valueWithVariable()
.- Parameters:
ctx
- the parse tree
-
exitValueWithVariable
void exitValueWithVariable(GraphqlParser.ValueWithVariableContext ctx)
Exit a parse tree produced byGraphqlParser.valueWithVariable()
.- Parameters:
ctx
- the parse tree
-
enterVariable
void enterVariable(GraphqlParser.VariableContext ctx)
Enter a parse tree produced byGraphqlParser.variable()
.- Parameters:
ctx
- the parse tree
-
exitVariable
void exitVariable(GraphqlParser.VariableContext ctx)
Exit a parse tree produced byGraphqlParser.variable()
.- Parameters:
ctx
- the parse tree
-
enterDefaultValue
void enterDefaultValue(GraphqlParser.DefaultValueContext ctx)
Enter a parse tree produced byGraphqlParser.defaultValue()
.- Parameters:
ctx
- the parse tree
-
exitDefaultValue
void exitDefaultValue(GraphqlParser.DefaultValueContext ctx)
Exit a parse tree produced byGraphqlParser.defaultValue()
.- Parameters:
ctx
- the parse tree
-
enterType
void enterType(GraphqlParser.TypeContext ctx)
Enter a parse tree produced byGraphqlParser.type()
.- Parameters:
ctx
- the parse tree
-
exitType
void exitType(GraphqlParser.TypeContext ctx)
Exit a parse tree produced byGraphqlParser.type()
.- Parameters:
ctx
- the parse tree
-
enterTypeName
void enterTypeName(GraphqlParser.TypeNameContext ctx)
Enter a parse tree produced byGraphqlParser.typeName()
.- Parameters:
ctx
- the parse tree
-
exitTypeName
void exitTypeName(GraphqlParser.TypeNameContext ctx)
Exit a parse tree produced byGraphqlParser.typeName()
.- Parameters:
ctx
- the parse tree
-
enterListType
void enterListType(GraphqlParser.ListTypeContext ctx)
Enter a parse tree produced byGraphqlParser.listType()
.- Parameters:
ctx
- the parse tree
-
exitListType
void exitListType(GraphqlParser.ListTypeContext ctx)
Exit a parse tree produced byGraphqlParser.listType()
.- Parameters:
ctx
- the parse tree
-
enterNonNullType
void enterNonNullType(GraphqlParser.NonNullTypeContext ctx)
Enter a parse tree produced byGraphqlParser.nonNullType()
.- Parameters:
ctx
- the parse tree
-
exitNonNullType
void exitNonNullType(GraphqlParser.NonNullTypeContext ctx)
Exit a parse tree produced byGraphqlParser.nonNullType()
.- Parameters:
ctx
- the parse tree
-
enterOperationDefinition
void enterOperationDefinition(GraphqlParser.OperationDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.operationDefinition()
.- Parameters:
ctx
- the parse tree
-
exitOperationDefinition
void exitOperationDefinition(GraphqlParser.OperationDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.operationDefinition()
.- Parameters:
ctx
- the parse tree
-
enterVariableDefinitions
void enterVariableDefinitions(GraphqlParser.VariableDefinitionsContext ctx)
Enter a parse tree produced byGraphqlParser.variableDefinitions()
.- Parameters:
ctx
- the parse tree
-
exitVariableDefinitions
void exitVariableDefinitions(GraphqlParser.VariableDefinitionsContext ctx)
Exit a parse tree produced byGraphqlParser.variableDefinitions()
.- Parameters:
ctx
- the parse tree
-
enterVariableDefinition
void enterVariableDefinition(GraphqlParser.VariableDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.variableDefinition()
.- Parameters:
ctx
- the parse tree
-
exitVariableDefinition
void exitVariableDefinition(GraphqlParser.VariableDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.variableDefinition()
.- Parameters:
ctx
- the parse tree
-
enterSelectionSet
void enterSelectionSet(GraphqlParser.SelectionSetContext ctx)
Enter a parse tree produced byGraphqlParser.selectionSet()
.- Parameters:
ctx
- the parse tree
-
exitSelectionSet
void exitSelectionSet(GraphqlParser.SelectionSetContext ctx)
Exit a parse tree produced byGraphqlParser.selectionSet()
.- Parameters:
ctx
- the parse tree
-
enterSelection
void enterSelection(GraphqlParser.SelectionContext ctx)
Enter a parse tree produced byGraphqlParser.selection()
.- Parameters:
ctx
- the parse tree
-
exitSelection
void exitSelection(GraphqlParser.SelectionContext ctx)
Exit a parse tree produced byGraphqlParser.selection()
.- Parameters:
ctx
- the parse tree
-
enterField
void enterField(GraphqlParser.FieldContext ctx)
Enter a parse tree produced byGraphqlParser.field()
.- Parameters:
ctx
- the parse tree
-
exitField
void exitField(GraphqlParser.FieldContext ctx)
Exit a parse tree produced byGraphqlParser.field()
.- Parameters:
ctx
- the parse tree
-
enterAlias
void enterAlias(GraphqlParser.AliasContext ctx)
Enter a parse tree produced byGraphqlParser.alias()
.- Parameters:
ctx
- the parse tree
-
exitAlias
void exitAlias(GraphqlParser.AliasContext ctx)
Exit a parse tree produced byGraphqlParser.alias()
.- Parameters:
ctx
- the parse tree
-
enterFragmentSpread
void enterFragmentSpread(GraphqlParser.FragmentSpreadContext ctx)
Enter a parse tree produced byGraphqlParser.fragmentSpread()
.- Parameters:
ctx
- the parse tree
-
exitFragmentSpread
void exitFragmentSpread(GraphqlParser.FragmentSpreadContext ctx)
Exit a parse tree produced byGraphqlParser.fragmentSpread()
.- Parameters:
ctx
- the parse tree
-
enterInlineFragment
void enterInlineFragment(GraphqlParser.InlineFragmentContext ctx)
Enter a parse tree produced byGraphqlParser.inlineFragment()
.- Parameters:
ctx
- the parse tree
-
exitInlineFragment
void exitInlineFragment(GraphqlParser.InlineFragmentContext ctx)
Exit a parse tree produced byGraphqlParser.inlineFragment()
.- Parameters:
ctx
- the parse tree
-
enterFragmentDefinition
void enterFragmentDefinition(GraphqlParser.FragmentDefinitionContext ctx)
Enter a parse tree produced byGraphqlParser.fragmentDefinition()
.- Parameters:
ctx
- the parse tree
-
exitFragmentDefinition
void exitFragmentDefinition(GraphqlParser.FragmentDefinitionContext ctx)
Exit a parse tree produced byGraphqlParser.fragmentDefinition()
.- Parameters:
ctx
- the parse tree
-
enterTypeCondition
void enterTypeCondition(GraphqlParser.TypeConditionContext ctx)
Enter a parse tree produced byGraphqlParser.typeCondition()
.- Parameters:
ctx
- the parse tree
-
exitTypeCondition
void exitTypeCondition(GraphqlParser.TypeConditionContext ctx)
Exit a parse tree produced byGraphqlParser.typeCondition()
.- Parameters:
ctx
- the parse tree
-
-