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 by
GraphqlParser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byGraphqlParser.alias()
.void
Enter a parse tree produced byGraphqlParser.argument()
.void
Enter a parse tree produced byGraphqlParser.arguments()
.void
Enter a parse tree produced byGraphqlParser.argumentsDefinition()
.void
Enter a parse tree produced byGraphqlParser.arrayValue()
.void
Enter a parse tree produced byGraphqlParser.arrayValueWithVariable()
.void
Enter a parse tree produced byGraphqlParser.baseName()
.void
Enter a parse tree produced byGraphqlParser.defaultValue()
.void
Enter a parse tree produced byGraphqlParser.definition()
.void
Enter a parse tree produced byGraphqlParser.description()
.void
Enter a parse tree produced byGraphqlParser.directive()
.void
Enter a parse tree produced byGraphqlParser.directiveDefinition()
.void
Enter a parse tree produced byGraphqlParser.directiveLocation()
.void
Enter a parse tree produced byGraphqlParser.directiveLocations()
.void
Enter a parse tree produced byGraphqlParser.directives()
.void
Enter a parse tree produced byGraphqlParser.document()
.void
Enter a parse tree produced byGraphqlParser.emptyParentheses()
.void
Enter a parse tree produced byGraphqlParser.enumTypeDefinition()
.void
Enter a parse tree produced byGraphqlParser.enumTypeExtensionDefinition()
.void
Enter a parse tree produced byGraphqlParser.enumValue()
.void
Enter a parse tree produced byGraphqlParser.enumValueDefinition()
.void
Enter a parse tree produced byGraphqlParser.enumValueDefinitions()
.void
Enter a parse tree produced byGraphqlParser.enumValueName()
.void
Enter a parse tree produced byGraphqlParser.extensionEnumValueDefinitions()
.void
Enter a parse tree produced byGraphqlParser.extensionFieldsDefinition()
.void
enterExtensionInputObjectValueDefinitions
(GraphqlParser.ExtensionInputObjectValueDefinitionsContext ctx) Enter a parse tree produced byGraphqlParser.extensionInputObjectValueDefinitions()
.void
Enter a parse tree produced byGraphqlParser.field()
.void
Enter a parse tree produced byGraphqlParser.fieldDefinition()
.void
Enter a parse tree produced byGraphqlParser.fieldsDefinition()
.void
Enter a parse tree produced byGraphqlParser.fragmentDefinition()
.void
Enter a parse tree produced byGraphqlParser.fragmentName()
.void
Enter a parse tree produced byGraphqlParser.fragmentSpread()
.void
Enter a parse tree produced byGraphqlParser.implementsInterfaces()
.void
Enter a parse tree produced byGraphqlParser.inlineFragment()
.void
Enter a parse tree produced byGraphqlParser.inputObjectTypeDefinition()
.void
enterInputObjectTypeExtensionDefinition
(GraphqlParser.InputObjectTypeExtensionDefinitionContext ctx) Enter a parse tree produced byGraphqlParser.inputObjectTypeExtensionDefinition()
.void
Enter a parse tree produced byGraphqlParser.inputObjectValueDefinitions()
.void
Enter a parse tree produced byGraphqlParser.inputValueDefinition()
.void
Enter a parse tree produced byGraphqlParser.interfaceTypeDefinition()
.void
Enter a parse tree produced byGraphqlParser.interfaceTypeExtensionDefinition()
.void
Enter a parse tree produced byGraphqlParser.listType()
.void
Enter a parse tree produced byGraphqlParser.name()
.void
Enter a parse tree produced byGraphqlParser.nonNullType()
.void
Enter a parse tree produced byGraphqlParser.objectField()
.void
Enter a parse tree produced byGraphqlParser.objectFieldWithVariable()
.void
Enter a parse tree produced byGraphqlParser.objectTypeDefinition()
.void
Enter a parse tree produced byGraphqlParser.objectTypeExtensionDefinition()
.void
Enter a parse tree produced byGraphqlParser.objectValue()
.void
Enter a parse tree produced byGraphqlParser.objectValueWithVariable()
.void
Enter a parse tree produced byGraphqlParser.operationDefinition()
.void
Enter a parse tree produced byGraphqlParser.operationType()
.void
Enter a parse tree produced byGraphqlParser.operationTypeDefinition()
.void
Enter a parse tree produced byGraphqlParser.scalarTypeDefinition()
.void
Enter a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition()
.void
Enter a parse tree produced byGraphqlParser.schemaDefinition()
.void
Enter a parse tree produced byGraphqlParser.schemaExtension()
.void
Enter a parse tree produced byGraphqlParser.selection()
.void
Enter a parse tree produced byGraphqlParser.selectionSet()
.void
Enter a parse tree produced byGraphqlParser.type()
.void
Enter a parse tree produced byGraphqlParser.typeCondition()
.void
Enter a parse tree produced byGraphqlParser.typeDefinition()
.void
Enter a parse tree produced byGraphqlParser.typeExtension()
.void
Enter a parse tree produced byGraphqlParser.typeName()
.void
Enter a parse tree produced byGraphqlParser.typeSystemDefinition()
.void
Enter a parse tree produced byGraphqlParser.typeSystemExtension()
.void
Enter a parse tree produced byGraphqlParser.unionMembers()
.void
Enter a parse tree produced byGraphqlParser.unionMembership()
.void
Enter a parse tree produced byGraphqlParser.unionTypeDefinition()
.void
Enter a parse tree produced byGraphqlParser.unionTypeExtensionDefinition()
.void
Enter a parse tree produced byGraphqlParser.value()
.void
Enter a parse tree produced byGraphqlParser.valueWithVariable()
.void
Enter a parse tree produced byGraphqlParser.variable()
.void
Enter a parse tree produced byGraphqlParser.variableDefinition()
.void
Enter a parse tree produced byGraphqlParser.variableDefinitions()
.void
Exit a parse tree produced byGraphqlParser.alias()
.void
Exit a parse tree produced byGraphqlParser.argument()
.void
Exit a parse tree produced byGraphqlParser.arguments()
.void
Exit a parse tree produced byGraphqlParser.argumentsDefinition()
.void
Exit a parse tree produced byGraphqlParser.arrayValue()
.void
Exit a parse tree produced byGraphqlParser.arrayValueWithVariable()
.void
Exit a parse tree produced byGraphqlParser.baseName()
.void
Exit a parse tree produced byGraphqlParser.defaultValue()
.void
Exit a parse tree produced byGraphqlParser.definition()
.void
Exit a parse tree produced byGraphqlParser.description()
.void
Exit a parse tree produced byGraphqlParser.directive()
.void
Exit a parse tree produced byGraphqlParser.directiveDefinition()
.void
Exit a parse tree produced byGraphqlParser.directiveLocation()
.void
Exit a parse tree produced byGraphqlParser.directiveLocations()
.void
Exit a parse tree produced byGraphqlParser.directives()
.void
Exit a parse tree produced byGraphqlParser.document()
.void
Exit a parse tree produced byGraphqlParser.emptyParentheses()
.void
Exit a parse tree produced byGraphqlParser.enumTypeDefinition()
.void
Exit a parse tree produced byGraphqlParser.enumTypeExtensionDefinition()
.void
Exit a parse tree produced byGraphqlParser.enumValue()
.void
Exit a parse tree produced byGraphqlParser.enumValueDefinition()
.void
Exit a parse tree produced byGraphqlParser.enumValueDefinitions()
.void
Exit a parse tree produced byGraphqlParser.enumValueName()
.void
Exit a parse tree produced byGraphqlParser.extensionEnumValueDefinitions()
.void
Exit a parse tree produced byGraphqlParser.extensionFieldsDefinition()
.void
exitExtensionInputObjectValueDefinitions
(GraphqlParser.ExtensionInputObjectValueDefinitionsContext ctx) Exit a parse tree produced byGraphqlParser.extensionInputObjectValueDefinitions()
.void
Exit a parse tree produced byGraphqlParser.field()
.void
Exit a parse tree produced byGraphqlParser.fieldDefinition()
.void
Exit a parse tree produced byGraphqlParser.fieldsDefinition()
.void
Exit a parse tree produced byGraphqlParser.fragmentDefinition()
.void
Exit a parse tree produced byGraphqlParser.fragmentName()
.void
Exit a parse tree produced byGraphqlParser.fragmentSpread()
.void
Exit a parse tree produced byGraphqlParser.implementsInterfaces()
.void
Exit a parse tree produced byGraphqlParser.inlineFragment()
.void
Exit a parse tree produced byGraphqlParser.inputObjectTypeDefinition()
.void
Exit a parse tree produced byGraphqlParser.inputObjectTypeExtensionDefinition()
.void
Exit a parse tree produced byGraphqlParser.inputObjectValueDefinitions()
.void
Exit a parse tree produced byGraphqlParser.inputValueDefinition()
.void
Exit a parse tree produced byGraphqlParser.interfaceTypeDefinition()
.void
Exit a parse tree produced byGraphqlParser.interfaceTypeExtensionDefinition()
.void
Exit a parse tree produced byGraphqlParser.listType()
.void
Exit a parse tree produced byGraphqlParser.name()
.void
Exit a parse tree produced byGraphqlParser.nonNullType()
.void
Exit a parse tree produced byGraphqlParser.objectField()
.void
Exit a parse tree produced byGraphqlParser.objectFieldWithVariable()
.void
Exit a parse tree produced byGraphqlParser.objectTypeDefinition()
.void
Exit a parse tree produced byGraphqlParser.objectTypeExtensionDefinition()
.void
Exit a parse tree produced byGraphqlParser.objectValue()
.void
Exit a parse tree produced byGraphqlParser.objectValueWithVariable()
.void
Exit a parse tree produced byGraphqlParser.operationDefinition()
.void
Exit a parse tree produced byGraphqlParser.operationType()
.void
Exit a parse tree produced byGraphqlParser.operationTypeDefinition()
.void
Exit a parse tree produced byGraphqlParser.scalarTypeDefinition()
.void
Exit a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition()
.void
Exit a parse tree produced byGraphqlParser.schemaDefinition()
.void
Exit a parse tree produced byGraphqlParser.schemaExtension()
.void
Exit a parse tree produced byGraphqlParser.selection()
.void
Exit a parse tree produced byGraphqlParser.selectionSet()
.void
Exit a parse tree produced byGraphqlParser.type()
.void
Exit a parse tree produced byGraphqlParser.typeCondition()
.void
Exit a parse tree produced byGraphqlParser.typeDefinition()
.void
Exit a parse tree produced byGraphqlParser.typeExtension()
.void
Exit a parse tree produced byGraphqlParser.typeName()
.void
Exit a parse tree produced byGraphqlParser.typeSystemDefinition()
.void
Exit a parse tree produced byGraphqlParser.typeSystemExtension()
.void
Exit a parse tree produced byGraphqlParser.unionMembers()
.void
Exit a parse tree produced byGraphqlParser.unionMembership()
.void
Exit a parse tree produced byGraphqlParser.unionTypeDefinition()
.void
Exit a parse tree produced byGraphqlParser.unionTypeExtensionDefinition()
.void
Exit a parse tree produced byGraphqlParser.value()
.void
Exit a parse tree produced byGraphqlParser.valueWithVariable()
.void
Exit a parse tree produced byGraphqlParser.variable()
.void
Exit a parse tree produced byGraphqlParser.variableDefinition()
.void
Exit 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
-