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