Interface GraphQLGrammarListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
GraphQLGrammarBaseListener
,GraphQLListener
public interface GraphQLGrammarListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
GraphQLGrammarParser
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byGraphQLGrammarParser.alias()
.void
Enter a parse tree produced byGraphQLGrammarParser.argument()
.void
Enter a parse tree produced byGraphQLGrammarParser.arguments()
.void
Enter a parse tree produced byGraphQLGrammarParser.argumentsDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.booleanValue()
.void
Enter a parse tree produced byGraphQLGrammarParser.defaultValue()
.void
Enter a parse tree produced byGraphQLGrammarParser.definition()
.void
Enter a parse tree produced byGraphQLGrammarParser.description()
.void
Enter a parse tree produced byGraphQLGrammarParser.directive()
.void
Enter a parse tree produced byGraphQLGrammarParser.directiveDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.directiveLocation()
.void
Enter a parse tree produced byGraphQLGrammarParser.directiveLocations()
.void
Enter a parse tree produced byGraphQLGrammarParser.directives()
.void
Enter a parse tree produced byGraphQLGrammarParser.document()
.void
Enter a parse tree produced byGraphQLGrammarParser.enumTypeDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.enumTypeExtension()
.void
Enter a parse tree produced byGraphQLGrammarParser.enumValue()
.void
Enter a parse tree produced byGraphQLGrammarParser.enumValueDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.enumValuesDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.executableDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.executableDirectiveLocation()
.void
Enter a parse tree produced byGraphQLGrammarParser.field()
.void
Enter a parse tree produced byGraphQLGrammarParser.fieldDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.fieldsDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.floatValue()
.void
Enter a parse tree produced byGraphQLGrammarParser.fragmentDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.fragmentName()
.void
Enter a parse tree produced byGraphQLGrammarParser.fragmentSpread()
.void
Enter a parse tree produced byGraphQLGrammarParser.implementsInterfaces()
.void
Enter a parse tree produced byGraphQLGrammarParser.inlineFragment()
.void
Enter a parse tree produced byGraphQLGrammarParser.inputFieldsDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.inputObjectTypeDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.inputObjectTypeExtension()
.void
Enter a parse tree produced byGraphQLGrammarParser.inputValueDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.interfaceTypeDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.interfaceTypeExtension()
.void
Enter a parse tree produced byGraphQLGrammarParser.intValue()
.void
Enter a parse tree produced byGraphQLGrammarParser.listType()
.void
Enter a parse tree produced byGraphQLGrammarParser.listValue()
.void
Enter a parse tree produced byGraphQLGrammarParser.name()
.void
Enter a parse tree produced byGraphQLGrammarParser.namedType()
.void
Enter a parse tree produced byGraphQLGrammarParser.nullValue()
.void
Enter a parse tree produced byGraphQLGrammarParser.objectField()
.void
Enter a parse tree produced byGraphQLGrammarParser.objectTypeDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.objectTypeExtension()
.void
Enter a parse tree produced byGraphQLGrammarParser.objectValue()
.void
Enter a parse tree produced byGraphQLGrammarParser.operationDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.operationType()
.void
Enter a parse tree produced byGraphQLGrammarParser.operationTypeDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.path()
.void
Enter a parse tree produced byGraphQLGrammarParser.propertyname()
.void
Enter a parse tree produced byGraphQLGrammarParser.rootOperationTypeDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.scalarTypeDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.scalarTypeExtension()
.void
Enter a parse tree produced byGraphQLGrammarParser.schemaDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.schemaExtension()
.void
Enter a parse tree produced byGraphQLGrammarParser.selection()
.void
Enter a parse tree produced byGraphQLGrammarParser.selectionSet()
.void
Enter a parse tree produced byGraphQLGrammarParser.stringValue()
.void
Enter a parse tree produced byGraphQLGrammarParser.type_()
.void
Enter a parse tree produced byGraphQLGrammarParser.typeCondition()
.void
Enter a parse tree produced byGraphQLGrammarParser.typeDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.typeExtension()
.void
Enter a parse tree produced byGraphQLGrammarParser.typeSystemDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.typeSystemDirectiveLocation()
.void
Enter a parse tree produced byGraphQLGrammarParser.typeSystemExtension()
.void
Enter a parse tree produced byGraphQLGrammarParser.unionMemberTypes()
.void
Enter a parse tree produced byGraphQLGrammarParser.unionTypeDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.unionTypeExtension()
.void
Enter a parse tree produced byGraphQLGrammarParser.variable()
.void
Enter a parse tree produced byGraphQLGrammarParser.variable()
.void
Enter a parse tree produced byGraphQLGrammarParser.variableDefinition()
.void
Enter a parse tree produced byGraphQLGrammarParser.variableDefinitions()
.void
Exit a parse tree produced byGraphQLGrammarParser.alias()
.void
Exit a parse tree produced byGraphQLGrammarParser.argument()
.void
Exit a parse tree produced byGraphQLGrammarParser.arguments()
.void
Exit a parse tree produced byGraphQLGrammarParser.argumentsDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.booleanValue()
.void
Exit a parse tree produced byGraphQLGrammarParser.defaultValue()
.void
Exit a parse tree produced byGraphQLGrammarParser.definition()
.void
Exit a parse tree produced byGraphQLGrammarParser.description()
.void
Exit a parse tree produced byGraphQLGrammarParser.directive()
.void
Exit a parse tree produced byGraphQLGrammarParser.directiveDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.directiveLocation()
.void
Exit a parse tree produced byGraphQLGrammarParser.directiveLocations()
.void
Exit a parse tree produced byGraphQLGrammarParser.directives()
.void
Exit a parse tree produced byGraphQLGrammarParser.document()
.void
Exit a parse tree produced byGraphQLGrammarParser.enumTypeDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.enumTypeExtension()
.void
Exit a parse tree produced byGraphQLGrammarParser.enumValue()
.void
Exit a parse tree produced byGraphQLGrammarParser.enumValueDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.enumValuesDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.executableDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.executableDirectiveLocation()
.void
Exit a parse tree produced byGraphQLGrammarParser.field()
.void
Exit a parse tree produced byGraphQLGrammarParser.fieldDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.fieldsDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.floatValue()
.void
Exit a parse tree produced byGraphQLGrammarParser.fragmentDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.fragmentName()
.void
Exit a parse tree produced byGraphQLGrammarParser.fragmentSpread()
.void
Exit a parse tree produced byGraphQLGrammarParser.implementsInterfaces()
.void
Exit a parse tree produced byGraphQLGrammarParser.inlineFragment()
.void
Exit a parse tree produced byGraphQLGrammarParser.inputFieldsDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.inputObjectTypeDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.inputObjectTypeExtension()
.void
Exit a parse tree produced byGraphQLGrammarParser.inputValueDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.interfaceTypeDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.interfaceTypeExtension()
.void
Exit a parse tree produced byGraphQLGrammarParser.intValue()
.void
Exit a parse tree produced byGraphQLGrammarParser.listType()
.void
Exit a parse tree produced byGraphQLGrammarParser.listValue()
.void
Exit a parse tree produced byGraphQLGrammarParser.name()
.void
Exit a parse tree produced byGraphQLGrammarParser.namedType()
.void
Exit a parse tree produced byGraphQLGrammarParser.nullValue()
.void
Exit a parse tree produced byGraphQLGrammarParser.objectField()
.void
Exit a parse tree produced byGraphQLGrammarParser.objectTypeDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.objectTypeExtension()
.void
Exit a parse tree produced byGraphQLGrammarParser.objectValue()
.void
Exit a parse tree produced byGraphQLGrammarParser.operationDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.operationType()
.void
Exit a parse tree produced byGraphQLGrammarParser.operationTypeDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.path()
.void
Exit a parse tree produced byGraphQLGrammarParser.propertyname()
.void
Exit a parse tree produced byGraphQLGrammarParser.rootOperationTypeDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.scalarTypeDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.scalarTypeExtension()
.void
Exit a parse tree produced byGraphQLGrammarParser.schemaDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.schemaExtension()
.void
Exit a parse tree produced byGraphQLGrammarParser.selection()
.void
Exit a parse tree produced byGraphQLGrammarParser.selectionSet()
.void
Exit a parse tree produced byGraphQLGrammarParser.stringValue()
.void
Exit a parse tree produced byGraphQLGrammarParser.type_()
.void
Exit a parse tree produced byGraphQLGrammarParser.typeCondition()
.void
Exit a parse tree produced byGraphQLGrammarParser.typeDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.typeExtension()
.void
Exit a parse tree produced byGraphQLGrammarParser.typeSystemDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.typeSystemDirectiveLocation()
.void
Exit a parse tree produced byGraphQLGrammarParser.typeSystemExtension()
.void
Exit a parse tree produced byGraphQLGrammarParser.unionMemberTypes()
.void
Exit a parse tree produced byGraphQLGrammarParser.unionTypeDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.unionTypeExtension()
.void
Exit a parse tree produced byGraphQLGrammarParser.variable()
.void
Exit a parse tree produced byGraphQLGrammarParser.variable()
.void
Exit a parse tree produced byGraphQLGrammarParser.variableDefinition()
.void
Exit a parse tree produced byGraphQLGrammarParser.variableDefinitions()
.Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterFragmentDefinition
Enter a parse tree produced byGraphQLGrammarParser.fragmentDefinition()
.- Parameters:
ctx
- the parse tree
-
exitFragmentDefinition
Exit a parse tree produced byGraphQLGrammarParser.fragmentDefinition()
.- Parameters:
ctx
- the parse tree
-
enterObjectField
Enter a parse tree produced byGraphQLGrammarParser.objectField()
.- Parameters:
ctx
- the parse tree
-
exitObjectField
Exit a parse tree produced byGraphQLGrammarParser.objectField()
.- Parameters:
ctx
- the parse tree
-
enterArgument
Enter a parse tree produced byGraphQLGrammarParser.argument()
.- Parameters:
ctx
- the parse tree
-
exitArgument
Exit a parse tree produced byGraphQLGrammarParser.argument()
.- Parameters:
ctx
- the parse tree
-
enterFragmentSpread
Enter a parse tree produced byGraphQLGrammarParser.fragmentSpread()
.- Parameters:
ctx
- the parse tree
-
exitFragmentSpread
Exit a parse tree produced byGraphQLGrammarParser.fragmentSpread()
.- Parameters:
ctx
- the parse tree
-
enterInlineFragment
Enter a parse tree produced byGraphQLGrammarParser.inlineFragment()
.- Parameters:
ctx
- the parse tree
-
exitInlineFragment
Exit a parse tree produced byGraphQLGrammarParser.inlineFragment()
.- Parameters:
ctx
- the parse tree
-
enterDefaultValue
Enter a parse tree produced byGraphQLGrammarParser.defaultValue()
.- Parameters:
ctx
- the parse tree
-
exitDefaultValue
Exit a parse tree produced byGraphQLGrammarParser.defaultValue()
.- Parameters:
ctx
- the parse tree
-
enterSchemaDefinition
Enter a parse tree produced byGraphQLGrammarParser.schemaDefinition()
.- Parameters:
ctx
- the parse tree
-
exitSchemaDefinition
Exit a parse tree produced byGraphQLGrammarParser.schemaDefinition()
.- Parameters:
ctx
- the parse tree
-
enterInterfaceTypeDefinition
Enter a parse tree produced byGraphQLGrammarParser.interfaceTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitInterfaceTypeDefinition
Exit a parse tree produced byGraphQLGrammarParser.interfaceTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterInputValueDefinition
Enter a parse tree produced byGraphQLGrammarParser.inputValueDefinition()
.- Parameters:
ctx
- the parse tree
-
exitInputValueDefinition
Exit a parse tree produced byGraphQLGrammarParser.inputValueDefinition()
.- Parameters:
ctx
- the parse tree
-
enterFieldsDefinition
Enter a parse tree produced byGraphQLGrammarParser.fieldsDefinition()
.- Parameters:
ctx
- the parse tree
-
exitFieldsDefinition
Exit a parse tree produced byGraphQLGrammarParser.fieldsDefinition()
.- Parameters:
ctx
- the parse tree
-
enterNullValue
Enter a parse tree produced byGraphQLGrammarParser.nullValue()
.- Parameters:
ctx
- the parse tree
-
exitNullValue
Exit a parse tree produced byGraphQLGrammarParser.nullValue()
.- Parameters:
ctx
- the parse tree
-
enterArgumentsDefinition
Enter a parse tree produced byGraphQLGrammarParser.argumentsDefinition()
.- Parameters:
ctx
- the parse tree
-
exitArgumentsDefinition
Exit a parse tree produced byGraphQLGrammarParser.argumentsDefinition()
.- Parameters:
ctx
- the parse tree
-
enterPath
Enter a parse tree produced byGraphQLGrammarParser.path()
.- Parameters:
ctx
- the parse tree
-
exitPath
Exit a parse tree produced byGraphQLGrammarParser.path()
.- Parameters:
ctx
- the parse tree
-
enterStringValue
Enter a parse tree produced byGraphQLGrammarParser.stringValue()
.- Parameters:
ctx
- the parse tree
-
exitStringValue
Exit a parse tree produced byGraphQLGrammarParser.stringValue()
.- Parameters:
ctx
- the parse tree
-
enterEnumValueDefinition
Enter a parse tree produced byGraphQLGrammarParser.enumValueDefinition()
.- Parameters:
ctx
- the parse tree
-
exitEnumValueDefinition
Exit a parse tree produced byGraphQLGrammarParser.enumValueDefinition()
.- Parameters:
ctx
- the parse tree
-
enterEnumValue
Enter a parse tree produced byGraphQLGrammarParser.enumValue()
.- Parameters:
ctx
- the parse tree
-
exitEnumValue
Exit a parse tree produced byGraphQLGrammarParser.enumValue()
.- Parameters:
ctx
- the parse tree
-
enterFragmentName
Enter a parse tree produced byGraphQLGrammarParser.fragmentName()
.- Parameters:
ctx
- the parse tree
-
exitFragmentName
Exit a parse tree produced byGraphQLGrammarParser.fragmentName()
.- Parameters:
ctx
- the parse tree
-
enterTypeDefinition
Enter a parse tree produced byGraphQLGrammarParser.typeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitTypeDefinition
Exit a parse tree produced byGraphQLGrammarParser.typeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterTypeSystemDirectiveLocation
Enter a parse tree produced byGraphQLGrammarParser.typeSystemDirectiveLocation()
.- Parameters:
ctx
- the parse tree
-
exitTypeSystemDirectiveLocation
Exit a parse tree produced byGraphQLGrammarParser.typeSystemDirectiveLocation()
.- Parameters:
ctx
- the parse tree
-
enterUnionTypeDefinition
Enter a parse tree produced byGraphQLGrammarParser.unionTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitUnionTypeDefinition
Exit a parse tree produced byGraphQLGrammarParser.unionTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterRootOperationTypeDefinition
Enter a parse tree produced byGraphQLGrammarParser.rootOperationTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitRootOperationTypeDefinition
Exit a parse tree produced byGraphQLGrammarParser.rootOperationTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterDirectiveDefinition
Enter a parse tree produced byGraphQLGrammarParser.directiveDefinition()
.- Parameters:
ctx
- the parse tree
-
exitDirectiveDefinition
Exit a parse tree produced byGraphQLGrammarParser.directiveDefinition()
.- Parameters:
ctx
- the parse tree
-
enterVariableDefinition
Enter a parse tree produced byGraphQLGrammarParser.variableDefinition()
.- Parameters:
ctx
- the parse tree
-
exitVariableDefinition
Exit a parse tree produced byGraphQLGrammarParser.variableDefinition()
.- Parameters:
ctx
- the parse tree
-
enterOperationDefinition
Enter a parse tree produced byGraphQLGrammarParser.operationDefinition()
.- Parameters:
ctx
- the parse tree
-
exitOperationDefinition
Exit a parse tree produced byGraphQLGrammarParser.operationDefinition()
.- Parameters:
ctx
- the parse tree
-
enterFloatValue
Enter a parse tree produced byGraphQLGrammarParser.floatValue()
.- Parameters:
ctx
- the parse tree
-
exitFloatValue
Exit a parse tree produced byGraphQLGrammarParser.floatValue()
.- Parameters:
ctx
- the parse tree
-
enterObjectValue
Enter a parse tree produced byGraphQLGrammarParser.objectValue()
.- Parameters:
ctx
- the parse tree
-
exitObjectValue
Exit a parse tree produced byGraphQLGrammarParser.objectValue()
.- Parameters:
ctx
- the parse tree
-
enterEnumTypeDefinition
Enter a parse tree produced byGraphQLGrammarParser.enumTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitEnumTypeDefinition
Exit a parse tree produced byGraphQLGrammarParser.enumTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterSelection
Enter a parse tree produced byGraphQLGrammarParser.selection()
.- Parameters:
ctx
- the parse tree
-
exitSelection
Exit a parse tree produced byGraphQLGrammarParser.selection()
.- Parameters:
ctx
- the parse tree
-
enterField
Enter a parse tree produced byGraphQLGrammarParser.field()
.- Parameters:
ctx
- the parse tree
-
exitField
Exit a parse tree produced byGraphQLGrammarParser.field()
.- Parameters:
ctx
- the parse tree
-
enterScalarTypeExtension
Enter a parse tree produced byGraphQLGrammarParser.scalarTypeExtension()
.- Parameters:
ctx
- the parse tree
-
exitScalarTypeExtension
Exit a parse tree produced byGraphQLGrammarParser.scalarTypeExtension()
.- Parameters:
ctx
- the parse tree
-
enterOperationTypeDefinition
Enter a parse tree produced byGraphQLGrammarParser.operationTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitOperationTypeDefinition
Exit a parse tree produced byGraphQLGrammarParser.operationTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterName
Enter a parse tree produced byGraphQLGrammarParser.name()
.- Parameters:
ctx
- the parse tree
-
exitName
Exit a parse tree produced byGraphQLGrammarParser.name()
.- Parameters:
ctx
- the parse tree
-
enterExecutableDirectiveLocation
Enter a parse tree produced byGraphQLGrammarParser.executableDirectiveLocation()
.- Parameters:
ctx
- the parse tree
-
exitExecutableDirectiveLocation
Exit a parse tree produced byGraphQLGrammarParser.executableDirectiveLocation()
.- Parameters:
ctx
- the parse tree
-
enterOperationType
Enter a parse tree produced byGraphQLGrammarParser.operationType()
.- Parameters:
ctx
- the parse tree
-
exitOperationType
Exit a parse tree produced byGraphQLGrammarParser.operationType()
.- Parameters:
ctx
- the parse tree
-
enterBooleanValue
Enter a parse tree produced byGraphQLGrammarParser.booleanValue()
.- Parameters:
ctx
- the parse tree
-
exitBooleanValue
Exit a parse tree produced byGraphQLGrammarParser.booleanValue()
.- Parameters:
ctx
- the parse tree
-
enterTypeSystemDefinition
Enter a parse tree produced byGraphQLGrammarParser.typeSystemDefinition()
.- Parameters:
ctx
- the parse tree
-
exitTypeSystemDefinition
Exit a parse tree produced byGraphQLGrammarParser.typeSystemDefinition()
.- Parameters:
ctx
- the parse tree
-
enterScalarTypeDefinition
Enter a parse tree produced byGraphQLGrammarParser.scalarTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitScalarTypeDefinition
Exit a parse tree produced byGraphQLGrammarParser.scalarTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterInputObjectTypeExtension
Enter a parse tree produced byGraphQLGrammarParser.inputObjectTypeExtension()
.- Parameters:
ctx
- the parse tree
-
exitInputObjectTypeExtension
Exit a parse tree produced byGraphQLGrammarParser.inputObjectTypeExtension()
.- Parameters:
ctx
- the parse tree
-
enterInterfaceTypeExtension
Enter a parse tree produced byGraphQLGrammarParser.interfaceTypeExtension()
.- Parameters:
ctx
- the parse tree
-
exitInterfaceTypeExtension
Exit a parse tree produced byGraphQLGrammarParser.interfaceTypeExtension()
.- Parameters:
ctx
- the parse tree
-
enterInputObjectTypeDefinition
Enter a parse tree produced byGraphQLGrammarParser.inputObjectTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitInputObjectTypeDefinition
Exit a parse tree produced byGraphQLGrammarParser.inputObjectTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterDirectiveLocation
Enter a parse tree produced byGraphQLGrammarParser.directiveLocation()
.- Parameters:
ctx
- the parse tree
-
exitDirectiveLocation
Exit a parse tree produced byGraphQLGrammarParser.directiveLocation()
.- Parameters:
ctx
- the parse tree
-
enterDocument
Enter a parse tree produced byGraphQLGrammarParser.document()
.- Parameters:
ctx
- the parse tree
-
exitDocument
Exit a parse tree produced byGraphQLGrammarParser.document()
.- Parameters:
ctx
- the parse tree
-
enterObjectTypeExtension
Enter a parse tree produced byGraphQLGrammarParser.objectTypeExtension()
.- Parameters:
ctx
- the parse tree
-
exitObjectTypeExtension
Exit a parse tree produced byGraphQLGrammarParser.objectTypeExtension()
.- Parameters:
ctx
- the parse tree
-
enterDescription
Enter a parse tree produced byGraphQLGrammarParser.description()
.- Parameters:
ctx
- the parse tree
-
exitDescription
Exit a parse tree produced byGraphQLGrammarParser.description()
.- Parameters:
ctx
- the parse tree
-
enterListType
Enter a parse tree produced byGraphQLGrammarParser.listType()
.- Parameters:
ctx
- the parse tree
-
exitListType
Exit a parse tree produced byGraphQLGrammarParser.listType()
.- Parameters:
ctx
- the parse tree
-
enterInputFieldsDefinition
Enter a parse tree produced byGraphQLGrammarParser.inputFieldsDefinition()
.- Parameters:
ctx
- the parse tree
-
exitInputFieldsDefinition
Exit a parse tree produced byGraphQLGrammarParser.inputFieldsDefinition()
.- Parameters:
ctx
- the parse tree
-
enterUnionTypeExtension
Enter a parse tree produced byGraphQLGrammarParser.unionTypeExtension()
.- Parameters:
ctx
- the parse tree
-
exitUnionTypeExtension
Exit a parse tree produced byGraphQLGrammarParser.unionTypeExtension()
.- Parameters:
ctx
- the parse tree
-
enterSelectionSet
Enter a parse tree produced byGraphQLGrammarParser.selectionSet()
.- Parameters:
ctx
- the parse tree
-
exitSelectionSet
Exit a parse tree produced byGraphQLGrammarParser.selectionSet()
.- Parameters:
ctx
- the parse tree
-
enterNamedType
Enter a parse tree produced byGraphQLGrammarParser.namedType()
.- Parameters:
ctx
- the parse tree
-
exitNamedType
Exit a parse tree produced byGraphQLGrammarParser.namedType()
.- Parameters:
ctx
- the parse tree
-
enterVariableDefinitions
Enter a parse tree produced byGraphQLGrammarParser.variableDefinitions()
.- Parameters:
ctx
- the parse tree
-
exitVariableDefinitions
Exit a parse tree produced byGraphQLGrammarParser.variableDefinitions()
.- Parameters:
ctx
- the parse tree
-
enterFieldDefinition
Enter a parse tree produced byGraphQLGrammarParser.fieldDefinition()
.- Parameters:
ctx
- the parse tree
-
exitFieldDefinition
Exit a parse tree produced byGraphQLGrammarParser.fieldDefinition()
.- Parameters:
ctx
- the parse tree
-
enterSchemaExtension
Enter a parse tree produced byGraphQLGrammarParser.schemaExtension()
.- Parameters:
ctx
- the parse tree
-
exitSchemaExtension
Exit a parse tree produced byGraphQLGrammarParser.schemaExtension()
.- Parameters:
ctx
- the parse tree
-
enterAlias
Enter a parse tree produced byGraphQLGrammarParser.alias()
.- Parameters:
ctx
- the parse tree
-
exitAlias
Exit a parse tree produced byGraphQLGrammarParser.alias()
.- Parameters:
ctx
- the parse tree
-
enterDefinition
Enter a parse tree produced byGraphQLGrammarParser.definition()
.- Parameters:
ctx
- the parse tree
-
exitDefinition
Exit a parse tree produced byGraphQLGrammarParser.definition()
.- Parameters:
ctx
- the parse tree
-
enterValue
Enter a parse tree produced byGraphQLGrammarParser.variable()
.- Parameters:
ctx
- the parse tree
-
exitValue
Exit a parse tree produced byGraphQLGrammarParser.variable()
.- Parameters:
ctx
- the parse tree
-
enterImplementsInterfaces
Enter a parse tree produced byGraphQLGrammarParser.implementsInterfaces()
.- Parameters:
ctx
- the parse tree
-
exitImplementsInterfaces
Exit a parse tree produced byGraphQLGrammarParser.implementsInterfaces()
.- Parameters:
ctx
- the parse tree
-
enterObjectTypeDefinition
Enter a parse tree produced byGraphQLGrammarParser.objectTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
exitObjectTypeDefinition
Exit a parse tree produced byGraphQLGrammarParser.objectTypeDefinition()
.- Parameters:
ctx
- the parse tree
-
enterPropertyname
Enter a parse tree produced byGraphQLGrammarParser.propertyname()
.- Parameters:
ctx
- the parse tree
-
exitPropertyname
Exit a parse tree produced byGraphQLGrammarParser.propertyname()
.- Parameters:
ctx
- the parse tree
-
enterDirectives
Enter a parse tree produced byGraphQLGrammarParser.directives()
.- Parameters:
ctx
- the parse tree
-
exitDirectives
Exit a parse tree produced byGraphQLGrammarParser.directives()
.- Parameters:
ctx
- the parse tree
-
enterEnumValuesDefinition
Enter a parse tree produced byGraphQLGrammarParser.enumValuesDefinition()
.- Parameters:
ctx
- the parse tree
-
exitEnumValuesDefinition
Exit a parse tree produced byGraphQLGrammarParser.enumValuesDefinition()
.- Parameters:
ctx
- the parse tree
-
enterIntValue
Enter a parse tree produced byGraphQLGrammarParser.intValue()
.- Parameters:
ctx
- the parse tree
-
exitIntValue
Exit a parse tree produced byGraphQLGrammarParser.intValue()
.- Parameters:
ctx
- the parse tree
-
enterDirectiveLocations
Enter a parse tree produced byGraphQLGrammarParser.directiveLocations()
.- Parameters:
ctx
- the parse tree
-
exitDirectiveLocations
Exit a parse tree produced byGraphQLGrammarParser.directiveLocations()
.- Parameters:
ctx
- the parse tree
-
enterTypeExtension
Enter a parse tree produced byGraphQLGrammarParser.typeExtension()
.- Parameters:
ctx
- the parse tree
-
exitTypeExtension
Exit a parse tree produced byGraphQLGrammarParser.typeExtension()
.- Parameters:
ctx
- the parse tree
-
enterUnionMemberTypes
Enter a parse tree produced byGraphQLGrammarParser.unionMemberTypes()
.- Parameters:
ctx
- the parse tree
-
exitUnionMemberTypes
Exit a parse tree produced byGraphQLGrammarParser.unionMemberTypes()
.- Parameters:
ctx
- the parse tree
-
enterDirective
Enter a parse tree produced byGraphQLGrammarParser.directive()
.- Parameters:
ctx
- the parse tree
-
exitDirective
Exit a parse tree produced byGraphQLGrammarParser.directive()
.- Parameters:
ctx
- the parse tree
-
enterEnumTypeExtension
Enter a parse tree produced byGraphQLGrammarParser.enumTypeExtension()
.- Parameters:
ctx
- the parse tree
-
exitEnumTypeExtension
Exit a parse tree produced byGraphQLGrammarParser.enumTypeExtension()
.- Parameters:
ctx
- the parse tree
-
enterListValue
Enter a parse tree produced byGraphQLGrammarParser.listValue()
.- Parameters:
ctx
- the parse tree
-
exitListValue
Exit a parse tree produced byGraphQLGrammarParser.listValue()
.- Parameters:
ctx
- the parse tree
-
enterTypeSystemExtension
Enter a parse tree produced byGraphQLGrammarParser.typeSystemExtension()
.- Parameters:
ctx
- the parse tree
-
exitTypeSystemExtension
Exit a parse tree produced byGraphQLGrammarParser.typeSystemExtension()
.- Parameters:
ctx
- the parse tree
-
enterTypeCondition
Enter a parse tree produced byGraphQLGrammarParser.typeCondition()
.- Parameters:
ctx
- the parse tree
-
exitTypeCondition
Exit a parse tree produced byGraphQLGrammarParser.typeCondition()
.- Parameters:
ctx
- the parse tree
-
enterVariable
Enter a parse tree produced byGraphQLGrammarParser.variable()
.- Parameters:
ctx
- the parse tree
-
exitVariable
Exit a parse tree produced byGraphQLGrammarParser.variable()
.- Parameters:
ctx
- the parse tree
-
enterArguments
Enter a parse tree produced byGraphQLGrammarParser.arguments()
.- Parameters:
ctx
- the parse tree
-
exitArguments
Exit a parse tree produced byGraphQLGrammarParser.arguments()
.- Parameters:
ctx
- the parse tree
-
enterExecutableDefinition
Enter a parse tree produced byGraphQLGrammarParser.executableDefinition()
.- Parameters:
ctx
- the parse tree
-
exitExecutableDefinition
Exit a parse tree produced byGraphQLGrammarParser.executableDefinition()
.- Parameters:
ctx
- the parse tree
-
enterType_
Enter a parse tree produced byGraphQLGrammarParser.type_()
.- Parameters:
ctx
- the parse tree
-
exitType_
Exit a parse tree produced byGraphQLGrammarParser.type_()
.- Parameters:
ctx
- the parse tree
-