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