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 by
GraphqlParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byGraphqlParser.alias().voidEnter a parse tree produced byGraphqlParser.argument().voidEnter a parse tree produced byGraphqlParser.arguments().voidEnter a parse tree produced byGraphqlParser.argumentsDefinition().voidEnter a parse tree produced byGraphqlParser.arrayValue().voidEnter a parse tree produced byGraphqlParser.arrayValueWithVariable().voidEnter a parse tree produced byGraphqlParser.baseName().voidEnter a parse tree produced byGraphqlParser.defaultValue().voidEnter a parse tree produced byGraphqlParser.definition().voidEnter a parse tree produced byGraphqlParser.description().voidEnter a parse tree produced byGraphqlParser.directive().voidEnter a parse tree produced byGraphqlParser.directiveDefinition().voidEnter a parse tree produced byGraphqlParser.directiveLocation().voidEnter a parse tree produced byGraphqlParser.directiveLocations().voidEnter a parse tree produced byGraphqlParser.directives().voidEnter a parse tree produced byGraphqlParser.document().voidEnter a parse tree produced byGraphqlParser.emptyParentheses().voidEnter a parse tree produced byGraphqlParser.enumTypeDefinition().voidEnter a parse tree produced byGraphqlParser.enumTypeExtensionDefinition().voidEnter a parse tree produced byGraphqlParser.enumValue().voidEnter a parse tree produced byGraphqlParser.enumValueDefinition().voidEnter a parse tree produced byGraphqlParser.enumValueDefinitions().voidEnter a parse tree produced byGraphqlParser.enumValueName().voidEnter a parse tree produced byGraphqlParser.extensionEnumValueDefinitions().voidEnter a parse tree produced byGraphqlParser.extensionFieldsDefinition().voidenterExtensionInputObjectValueDefinitions(GraphqlParser.ExtensionInputObjectValueDefinitionsContext ctx) Enter a parse tree produced byGraphqlParser.extensionInputObjectValueDefinitions().voidEnter a parse tree produced byGraphqlParser.field().voidEnter a parse tree produced byGraphqlParser.fieldDefinition().voidEnter a parse tree produced byGraphqlParser.fieldsDefinition().voidEnter a parse tree produced byGraphqlParser.fragmentDefinition().voidEnter a parse tree produced byGraphqlParser.fragmentName().voidEnter a parse tree produced byGraphqlParser.fragmentSpread().voidEnter a parse tree produced byGraphqlParser.implementsInterfaces().voidEnter a parse tree produced byGraphqlParser.inlineFragment().voidEnter a parse tree produced byGraphqlParser.inputObjectTypeDefinition().voidenterInputObjectTypeExtensionDefinition(GraphqlParser.InputObjectTypeExtensionDefinitionContext ctx) Enter a parse tree produced byGraphqlParser.inputObjectTypeExtensionDefinition().voidEnter a parse tree produced byGraphqlParser.inputObjectValueDefinitions().voidEnter a parse tree produced byGraphqlParser.inputValueDefinition().voidEnter a parse tree produced byGraphqlParser.interfaceTypeDefinition().voidEnter a parse tree produced byGraphqlParser.interfaceTypeExtensionDefinition().voidEnter a parse tree produced byGraphqlParser.listType().voidEnter a parse tree produced byGraphqlParser.name().voidEnter a parse tree produced byGraphqlParser.nonNullType().voidEnter a parse tree produced byGraphqlParser.objectField().voidEnter a parse tree produced byGraphqlParser.objectFieldWithVariable().voidEnter a parse tree produced byGraphqlParser.objectTypeDefinition().voidEnter a parse tree produced byGraphqlParser.objectTypeExtensionDefinition().voidEnter a parse tree produced byGraphqlParser.objectValue().voidEnter a parse tree produced byGraphqlParser.objectValueWithVariable().voidEnter a parse tree produced byGraphqlParser.operationDefinition().voidEnter a parse tree produced byGraphqlParser.operationType().voidEnter a parse tree produced byGraphqlParser.operationTypeDefinition().voidEnter a parse tree produced byGraphqlParser.scalarTypeDefinition().voidEnter a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition().voidEnter a parse tree produced byGraphqlParser.schemaDefinition().voidEnter a parse tree produced byGraphqlParser.schemaExtension().voidEnter a parse tree produced byGraphqlParser.selection().voidEnter a parse tree produced byGraphqlParser.selectionSet().voidEnter a parse tree produced byGraphqlParser.type().voidEnter a parse tree produced byGraphqlParser.typeCondition().voidEnter a parse tree produced byGraphqlParser.typeDefinition().voidEnter a parse tree produced byGraphqlParser.typeExtension().voidEnter a parse tree produced byGraphqlParser.typeName().voidEnter a parse tree produced byGraphqlParser.typeSystemDefinition().voidEnter a parse tree produced byGraphqlParser.typeSystemExtension().voidEnter a parse tree produced byGraphqlParser.unionMembers().voidEnter a parse tree produced byGraphqlParser.unionMembership().voidEnter a parse tree produced byGraphqlParser.unionTypeDefinition().voidEnter a parse tree produced byGraphqlParser.unionTypeExtensionDefinition().voidEnter a parse tree produced byGraphqlParser.value().voidEnter a parse tree produced byGraphqlParser.valueWithVariable().voidEnter a parse tree produced byGraphqlParser.variable().voidEnter a parse tree produced byGraphqlParser.variableDefinition().voidEnter a parse tree produced byGraphqlParser.variableDefinitions().voidExit a parse tree produced byGraphqlParser.alias().voidExit a parse tree produced byGraphqlParser.argument().voidExit a parse tree produced byGraphqlParser.arguments().voidExit a parse tree produced byGraphqlParser.argumentsDefinition().voidExit a parse tree produced byGraphqlParser.arrayValue().voidExit a parse tree produced byGraphqlParser.arrayValueWithVariable().voidExit a parse tree produced byGraphqlParser.baseName().voidExit a parse tree produced byGraphqlParser.defaultValue().voidExit a parse tree produced byGraphqlParser.definition().voidExit a parse tree produced byGraphqlParser.description().voidExit a parse tree produced byGraphqlParser.directive().voidExit a parse tree produced byGraphqlParser.directiveDefinition().voidExit a parse tree produced byGraphqlParser.directiveLocation().voidExit a parse tree produced byGraphqlParser.directiveLocations().voidExit a parse tree produced byGraphqlParser.directives().voidExit a parse tree produced byGraphqlParser.document().voidExit a parse tree produced byGraphqlParser.emptyParentheses().voidExit a parse tree produced byGraphqlParser.enumTypeDefinition().voidExit a parse tree produced byGraphqlParser.enumTypeExtensionDefinition().voidExit a parse tree produced byGraphqlParser.enumValue().voidExit a parse tree produced byGraphqlParser.enumValueDefinition().voidExit a parse tree produced byGraphqlParser.enumValueDefinitions().voidExit a parse tree produced byGraphqlParser.enumValueName().voidExit a parse tree produced byGraphqlParser.extensionEnumValueDefinitions().voidExit a parse tree produced byGraphqlParser.extensionFieldsDefinition().voidexitExtensionInputObjectValueDefinitions(GraphqlParser.ExtensionInputObjectValueDefinitionsContext ctx) Exit a parse tree produced byGraphqlParser.extensionInputObjectValueDefinitions().voidExit a parse tree produced byGraphqlParser.field().voidExit a parse tree produced byGraphqlParser.fieldDefinition().voidExit a parse tree produced byGraphqlParser.fieldsDefinition().voidExit a parse tree produced byGraphqlParser.fragmentDefinition().voidExit a parse tree produced byGraphqlParser.fragmentName().voidExit a parse tree produced byGraphqlParser.fragmentSpread().voidExit a parse tree produced byGraphqlParser.implementsInterfaces().voidExit a parse tree produced byGraphqlParser.inlineFragment().voidExit a parse tree produced byGraphqlParser.inputObjectTypeDefinition().voidExit a parse tree produced byGraphqlParser.inputObjectTypeExtensionDefinition().voidExit a parse tree produced byGraphqlParser.inputObjectValueDefinitions().voidExit a parse tree produced byGraphqlParser.inputValueDefinition().voidExit a parse tree produced byGraphqlParser.interfaceTypeDefinition().voidExit a parse tree produced byGraphqlParser.interfaceTypeExtensionDefinition().voidExit a parse tree produced byGraphqlParser.listType().voidExit a parse tree produced byGraphqlParser.name().voidExit a parse tree produced byGraphqlParser.nonNullType().voidExit a parse tree produced byGraphqlParser.objectField().voidExit a parse tree produced byGraphqlParser.objectFieldWithVariable().voidExit a parse tree produced byGraphqlParser.objectTypeDefinition().voidExit a parse tree produced byGraphqlParser.objectTypeExtensionDefinition().voidExit a parse tree produced byGraphqlParser.objectValue().voidExit a parse tree produced byGraphqlParser.objectValueWithVariable().voidExit a parse tree produced byGraphqlParser.operationDefinition().voidExit a parse tree produced byGraphqlParser.operationType().voidExit a parse tree produced byGraphqlParser.operationTypeDefinition().voidExit a parse tree produced byGraphqlParser.scalarTypeDefinition().voidExit a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition().voidExit a parse tree produced byGraphqlParser.schemaDefinition().voidExit a parse tree produced byGraphqlParser.schemaExtension().voidExit a parse tree produced byGraphqlParser.selection().voidExit a parse tree produced byGraphqlParser.selectionSet().voidExit a parse tree produced byGraphqlParser.type().voidExit a parse tree produced byGraphqlParser.typeCondition().voidExit a parse tree produced byGraphqlParser.typeDefinition().voidExit a parse tree produced byGraphqlParser.typeExtension().voidExit a parse tree produced byGraphqlParser.typeName().voidExit a parse tree produced byGraphqlParser.typeSystemDefinition().voidExit a parse tree produced byGraphqlParser.typeSystemExtension().voidExit a parse tree produced byGraphqlParser.unionMembers().voidExit a parse tree produced byGraphqlParser.unionMembership().voidExit a parse tree produced byGraphqlParser.unionTypeDefinition().voidExit a parse tree produced byGraphqlParser.unionTypeExtensionDefinition().voidExit a parse tree produced byGraphqlParser.value().voidExit a parse tree produced byGraphqlParser.valueWithVariable().voidExit a parse tree produced byGraphqlParser.variable().voidExit a parse tree produced byGraphqlParser.variableDefinition().voidExit a parse tree produced byGraphqlParser.variableDefinitions().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterDocument
Enter a parse tree produced byGraphqlParser.document().- Parameters:
ctx- the parse tree
-
exitDocument
Exit a parse tree produced byGraphqlParser.document().- Parameters:
ctx- the parse tree
-
enterDefinition
Enter a parse tree produced byGraphqlParser.definition().- Parameters:
ctx- the parse tree
-
exitDefinition
Exit a parse tree produced byGraphqlParser.definition().- Parameters:
ctx- the parse tree
-
enterTypeSystemDefinition
Enter a parse tree produced byGraphqlParser.typeSystemDefinition().- Parameters:
ctx- the parse tree
-
exitTypeSystemDefinition
Exit a parse tree produced byGraphqlParser.typeSystemDefinition().- Parameters:
ctx- the parse tree
-
enterTypeSystemExtension
Enter a parse tree produced byGraphqlParser.typeSystemExtension().- Parameters:
ctx- the parse tree
-
exitTypeSystemExtension
Exit a parse tree produced byGraphqlParser.typeSystemExtension().- Parameters:
ctx- the parse tree
-
enterSchemaDefinition
Enter a parse tree produced byGraphqlParser.schemaDefinition().- Parameters:
ctx- the parse tree
-
exitSchemaDefinition
Exit a parse tree produced byGraphqlParser.schemaDefinition().- Parameters:
ctx- the parse tree
-
enterSchemaExtension
Enter a parse tree produced byGraphqlParser.schemaExtension().- Parameters:
ctx- the parse tree
-
exitSchemaExtension
Exit a parse tree produced byGraphqlParser.schemaExtension().- Parameters:
ctx- the parse tree
-
enterOperationTypeDefinition
Enter a parse tree produced byGraphqlParser.operationTypeDefinition().- Parameters:
ctx- the parse tree
-
exitOperationTypeDefinition
Exit a parse tree produced byGraphqlParser.operationTypeDefinition().- Parameters:
ctx- the parse tree
-
enterTypeDefinition
Enter a parse tree produced byGraphqlParser.typeDefinition().- Parameters:
ctx- the parse tree
-
exitTypeDefinition
Exit a parse tree produced byGraphqlParser.typeDefinition().- Parameters:
ctx- the parse tree
-
enterTypeExtension
Enter a parse tree produced byGraphqlParser.typeExtension().- Parameters:
ctx- the parse tree
-
exitTypeExtension
Exit a parse tree produced byGraphqlParser.typeExtension().- Parameters:
ctx- the parse tree
-
enterEmptyParentheses
Enter a parse tree produced byGraphqlParser.emptyParentheses().- Parameters:
ctx- the parse tree
-
exitEmptyParentheses
Exit a parse tree produced byGraphqlParser.emptyParentheses().- Parameters:
ctx- the parse tree
-
enterScalarTypeDefinition
Enter a parse tree produced byGraphqlParser.scalarTypeDefinition().- Parameters:
ctx- the parse tree
-
exitScalarTypeDefinition
Exit a parse tree produced byGraphqlParser.scalarTypeDefinition().- Parameters:
ctx- the parse tree
-
enterScalarTypeExtensionDefinition
Enter a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition().- Parameters:
ctx- the parse tree
-
exitScalarTypeExtensionDefinition
Exit a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition().- Parameters:
ctx- the parse tree
-
enterObjectTypeDefinition
Enter a parse tree produced byGraphqlParser.objectTypeDefinition().- Parameters:
ctx- the parse tree
-
exitObjectTypeDefinition
Exit a parse tree produced byGraphqlParser.objectTypeDefinition().- Parameters:
ctx- the parse tree
-
enterObjectTypeExtensionDefinition
Enter a parse tree produced byGraphqlParser.objectTypeExtensionDefinition().- Parameters:
ctx- the parse tree
-
exitObjectTypeExtensionDefinition
Exit a parse tree produced byGraphqlParser.objectTypeExtensionDefinition().- Parameters:
ctx- the parse tree
-
enterImplementsInterfaces
Enter a parse tree produced byGraphqlParser.implementsInterfaces().- Parameters:
ctx- the parse tree
-
exitImplementsInterfaces
Exit a parse tree produced byGraphqlParser.implementsInterfaces().- Parameters:
ctx- the parse tree
-
enterFieldsDefinition
Enter a parse tree produced byGraphqlParser.fieldsDefinition().- Parameters:
ctx- the parse tree
-
exitFieldsDefinition
Exit a parse tree produced byGraphqlParser.fieldsDefinition().- Parameters:
ctx- the parse tree
-
enterExtensionFieldsDefinition
Enter a parse tree produced byGraphqlParser.extensionFieldsDefinition().- Parameters:
ctx- the parse tree
-
exitExtensionFieldsDefinition
Exit a parse tree produced byGraphqlParser.extensionFieldsDefinition().- Parameters:
ctx- the parse tree
-
enterFieldDefinition
Enter a parse tree produced byGraphqlParser.fieldDefinition().- Parameters:
ctx- the parse tree
-
exitFieldDefinition
Exit a parse tree produced byGraphqlParser.fieldDefinition().- Parameters:
ctx- the parse tree
-
enterArgumentsDefinition
Enter a parse tree produced byGraphqlParser.argumentsDefinition().- Parameters:
ctx- the parse tree
-
exitArgumentsDefinition
Exit a parse tree produced byGraphqlParser.argumentsDefinition().- Parameters:
ctx- the parse tree
-
enterInputValueDefinition
Enter a parse tree produced byGraphqlParser.inputValueDefinition().- Parameters:
ctx- the parse tree
-
exitInputValueDefinition
Exit a parse tree produced byGraphqlParser.inputValueDefinition().- Parameters:
ctx- the parse tree
-
enterInterfaceTypeDefinition
Enter a parse tree produced byGraphqlParser.interfaceTypeDefinition().- Parameters:
ctx- the parse tree
-
exitInterfaceTypeDefinition
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
Enter a parse tree produced byGraphqlParser.unionTypeDefinition().- Parameters:
ctx- the parse tree
-
exitUnionTypeDefinition
Exit a parse tree produced byGraphqlParser.unionTypeDefinition().- Parameters:
ctx- the parse tree
-
enterUnionTypeExtensionDefinition
Enter a parse tree produced byGraphqlParser.unionTypeExtensionDefinition().- Parameters:
ctx- the parse tree
-
exitUnionTypeExtensionDefinition
Exit a parse tree produced byGraphqlParser.unionTypeExtensionDefinition().- Parameters:
ctx- the parse tree
-
enterUnionMembership
Enter a parse tree produced byGraphqlParser.unionMembership().- Parameters:
ctx- the parse tree
-
exitUnionMembership
Exit a parse tree produced byGraphqlParser.unionMembership().- Parameters:
ctx- the parse tree
-
enterUnionMembers
Enter a parse tree produced byGraphqlParser.unionMembers().- Parameters:
ctx- the parse tree
-
exitUnionMembers
Exit a parse tree produced byGraphqlParser.unionMembers().- Parameters:
ctx- the parse tree
-
enterEnumTypeDefinition
Enter a parse tree produced byGraphqlParser.enumTypeDefinition().- Parameters:
ctx- the parse tree
-
exitEnumTypeDefinition
Exit a parse tree produced byGraphqlParser.enumTypeDefinition().- Parameters:
ctx- the parse tree
-
enterEnumTypeExtensionDefinition
Enter a parse tree produced byGraphqlParser.enumTypeExtensionDefinition().- Parameters:
ctx- the parse tree
-
exitEnumTypeExtensionDefinition
Exit a parse tree produced byGraphqlParser.enumTypeExtensionDefinition().- Parameters:
ctx- the parse tree
-
enterEnumValueDefinitions
Enter a parse tree produced byGraphqlParser.enumValueDefinitions().- Parameters:
ctx- the parse tree
-
exitEnumValueDefinitions
Exit a parse tree produced byGraphqlParser.enumValueDefinitions().- Parameters:
ctx- the parse tree
-
enterExtensionEnumValueDefinitions
Enter a parse tree produced byGraphqlParser.extensionEnumValueDefinitions().- Parameters:
ctx- the parse tree
-
exitExtensionEnumValueDefinitions
Exit a parse tree produced byGraphqlParser.extensionEnumValueDefinitions().- Parameters:
ctx- the parse tree
-
enterEnumValueDefinition
Enter a parse tree produced byGraphqlParser.enumValueDefinition().- Parameters:
ctx- the parse tree
-
exitEnumValueDefinition
Exit a parse tree produced byGraphqlParser.enumValueDefinition().- Parameters:
ctx- the parse tree
-
enterInputObjectTypeDefinition
Enter a parse tree produced byGraphqlParser.inputObjectTypeDefinition().- Parameters:
ctx- the parse tree
-
exitInputObjectTypeDefinition
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
Enter a parse tree produced byGraphqlParser.inputObjectValueDefinitions().- Parameters:
ctx- the parse tree
-
exitInputObjectValueDefinitions
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
Enter a parse tree produced byGraphqlParser.directiveDefinition().- Parameters:
ctx- the parse tree
-
exitDirectiveDefinition
Exit a parse tree produced byGraphqlParser.directiveDefinition().- Parameters:
ctx- the parse tree
-
enterDirectiveLocation
Enter a parse tree produced byGraphqlParser.directiveLocation().- Parameters:
ctx- the parse tree
-
exitDirectiveLocation
Exit a parse tree produced byGraphqlParser.directiveLocation().- Parameters:
ctx- the parse tree
-
enterDirectiveLocations
Enter a parse tree produced byGraphqlParser.directiveLocations().- Parameters:
ctx- the parse tree
-
exitDirectiveLocations
Exit a parse tree produced byGraphqlParser.directiveLocations().- Parameters:
ctx- the parse tree
-
enterOperationType
Enter a parse tree produced byGraphqlParser.operationType().- Parameters:
ctx- the parse tree
-
exitOperationType
Exit a parse tree produced byGraphqlParser.operationType().- Parameters:
ctx- the parse tree
-
enterDescription
Enter a parse tree produced byGraphqlParser.description().- Parameters:
ctx- the parse tree
-
exitDescription
Exit a parse tree produced byGraphqlParser.description().- Parameters:
ctx- the parse tree
-
enterEnumValue
Enter a parse tree produced byGraphqlParser.enumValue().- Parameters:
ctx- the parse tree
-
exitEnumValue
Exit a parse tree produced byGraphqlParser.enumValue().- Parameters:
ctx- the parse tree
-
enterArrayValue
Enter a parse tree produced byGraphqlParser.arrayValue().- Parameters:
ctx- the parse tree
-
exitArrayValue
Exit a parse tree produced byGraphqlParser.arrayValue().- Parameters:
ctx- the parse tree
-
enterArrayValueWithVariable
Enter a parse tree produced byGraphqlParser.arrayValueWithVariable().- Parameters:
ctx- the parse tree
-
exitArrayValueWithVariable
Exit a parse tree produced byGraphqlParser.arrayValueWithVariable().- Parameters:
ctx- the parse tree
-
enterObjectValue
Enter a parse tree produced byGraphqlParser.objectValue().- Parameters:
ctx- the parse tree
-
exitObjectValue
Exit a parse tree produced byGraphqlParser.objectValue().- Parameters:
ctx- the parse tree
-
enterObjectValueWithVariable
Enter a parse tree produced byGraphqlParser.objectValueWithVariable().- Parameters:
ctx- the parse tree
-
exitObjectValueWithVariable
Exit a parse tree produced byGraphqlParser.objectValueWithVariable().- Parameters:
ctx- the parse tree
-
enterObjectField
Enter a parse tree produced byGraphqlParser.objectField().- Parameters:
ctx- the parse tree
-
exitObjectField
Exit a parse tree produced byGraphqlParser.objectField().- Parameters:
ctx- the parse tree
-
enterObjectFieldWithVariable
Enter a parse tree produced byGraphqlParser.objectFieldWithVariable().- Parameters:
ctx- the parse tree
-
exitObjectFieldWithVariable
Exit a parse tree produced byGraphqlParser.objectFieldWithVariable().- Parameters:
ctx- the parse tree
-
enterDirectives
Enter a parse tree produced byGraphqlParser.directives().- Parameters:
ctx- the parse tree
-
exitDirectives
Exit a parse tree produced byGraphqlParser.directives().- Parameters:
ctx- the parse tree
-
enterDirective
Enter a parse tree produced byGraphqlParser.directive().- Parameters:
ctx- the parse tree
-
exitDirective
Exit a parse tree produced byGraphqlParser.directive().- Parameters:
ctx- the parse tree
-
enterArguments
Enter a parse tree produced byGraphqlParser.arguments().- Parameters:
ctx- the parse tree
-
exitArguments
Exit a parse tree produced byGraphqlParser.arguments().- Parameters:
ctx- the parse tree
-
enterArgument
Enter a parse tree produced byGraphqlParser.argument().- Parameters:
ctx- the parse tree
-
exitArgument
Exit a parse tree produced byGraphqlParser.argument().- Parameters:
ctx- the parse tree
-
enterBaseName
Enter a parse tree produced byGraphqlParser.baseName().- Parameters:
ctx- the parse tree
-
exitBaseName
Exit a parse tree produced byGraphqlParser.baseName().- Parameters:
ctx- the parse tree
-
enterFragmentName
Enter a parse tree produced byGraphqlParser.fragmentName().- Parameters:
ctx- the parse tree
-
exitFragmentName
Exit a parse tree produced byGraphqlParser.fragmentName().- Parameters:
ctx- the parse tree
-
enterEnumValueName
Enter a parse tree produced byGraphqlParser.enumValueName().- Parameters:
ctx- the parse tree
-
exitEnumValueName
Exit a parse tree produced byGraphqlParser.enumValueName().- Parameters:
ctx- the parse tree
-
enterName
Enter a parse tree produced byGraphqlParser.name().- Parameters:
ctx- the parse tree
-
exitName
Exit a parse tree produced byGraphqlParser.name().- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byGraphqlParser.value().- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byGraphqlParser.value().- Parameters:
ctx- the parse tree
-
enterValueWithVariable
Enter a parse tree produced byGraphqlParser.valueWithVariable().- Parameters:
ctx- the parse tree
-
exitValueWithVariable
Exit a parse tree produced byGraphqlParser.valueWithVariable().- Parameters:
ctx- the parse tree
-
enterVariable
Enter a parse tree produced byGraphqlParser.variable().- Parameters:
ctx- the parse tree
-
exitVariable
Exit a parse tree produced byGraphqlParser.variable().- Parameters:
ctx- the parse tree
-
enterDefaultValue
Enter a parse tree produced byGraphqlParser.defaultValue().- Parameters:
ctx- the parse tree
-
exitDefaultValue
Exit a parse tree produced byGraphqlParser.defaultValue().- Parameters:
ctx- the parse tree
-
enterType
Enter a parse tree produced byGraphqlParser.type().- Parameters:
ctx- the parse tree
-
exitType
Exit a parse tree produced byGraphqlParser.type().- Parameters:
ctx- the parse tree
-
enterTypeName
Enter a parse tree produced byGraphqlParser.typeName().- Parameters:
ctx- the parse tree
-
exitTypeName
Exit a parse tree produced byGraphqlParser.typeName().- Parameters:
ctx- the parse tree
-
enterListType
Enter a parse tree produced byGraphqlParser.listType().- Parameters:
ctx- the parse tree
-
exitListType
Exit a parse tree produced byGraphqlParser.listType().- Parameters:
ctx- the parse tree
-
enterNonNullType
Enter a parse tree produced byGraphqlParser.nonNullType().- Parameters:
ctx- the parse tree
-
exitNonNullType
Exit a parse tree produced byGraphqlParser.nonNullType().- Parameters:
ctx- the parse tree
-
enterOperationDefinition
Enter a parse tree produced byGraphqlParser.operationDefinition().- Parameters:
ctx- the parse tree
-
exitOperationDefinition
Exit a parse tree produced byGraphqlParser.operationDefinition().- Parameters:
ctx- the parse tree
-
enterVariableDefinitions
Enter a parse tree produced byGraphqlParser.variableDefinitions().- Parameters:
ctx- the parse tree
-
exitVariableDefinitions
Exit a parse tree produced byGraphqlParser.variableDefinitions().- Parameters:
ctx- the parse tree
-
enterVariableDefinition
Enter a parse tree produced byGraphqlParser.variableDefinition().- Parameters:
ctx- the parse tree
-
exitVariableDefinition
Exit a parse tree produced byGraphqlParser.variableDefinition().- Parameters:
ctx- the parse tree
-
enterSelectionSet
Enter a parse tree produced byGraphqlParser.selectionSet().- Parameters:
ctx- the parse tree
-
exitSelectionSet
Exit a parse tree produced byGraphqlParser.selectionSet().- Parameters:
ctx- the parse tree
-
enterSelection
Enter a parse tree produced byGraphqlParser.selection().- Parameters:
ctx- the parse tree
-
exitSelection
Exit a parse tree produced byGraphqlParser.selection().- Parameters:
ctx- the parse tree
-
enterField
Enter a parse tree produced byGraphqlParser.field().- Parameters:
ctx- the parse tree
-
exitField
Exit a parse tree produced byGraphqlParser.field().- Parameters:
ctx- the parse tree
-
enterAlias
Enter a parse tree produced byGraphqlParser.alias().- Parameters:
ctx- the parse tree
-
exitAlias
Exit a parse tree produced byGraphqlParser.alias().- Parameters:
ctx- the parse tree
-
enterFragmentSpread
Enter a parse tree produced byGraphqlParser.fragmentSpread().- Parameters:
ctx- the parse tree
-
exitFragmentSpread
Exit a parse tree produced byGraphqlParser.fragmentSpread().- Parameters:
ctx- the parse tree
-
enterInlineFragment
Enter a parse tree produced byGraphqlParser.inlineFragment().- Parameters:
ctx- the parse tree
-
exitInlineFragment
Exit a parse tree produced byGraphqlParser.inlineFragment().- Parameters:
ctx- the parse tree
-
enterFragmentDefinition
Enter a parse tree produced byGraphqlParser.fragmentDefinition().- Parameters:
ctx- the parse tree
-
exitFragmentDefinition
Exit a parse tree produced byGraphqlParser.fragmentDefinition().- Parameters:
ctx- the parse tree
-
enterTypeCondition
Enter a parse tree produced byGraphqlParser.typeCondition().- Parameters:
ctx- the parse tree
-
exitTypeCondition
Exit a parse tree produced byGraphqlParser.typeCondition().- Parameters:
ctx- the parse tree
-