Class GraphQLListener
java.lang.Object
com.semedy.reasoner.parser.graphql.GraphQLListener
- All Implemented Interfaces:
GraphQLGrammarListener
,org.antlr.v4.runtime.tree.ParseTreeListener
- Author:
- angele
-
Field Summary
Fields -
Constructor Summary
Constructors -
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()
.get the operation: query or mutationget all created output patternsget the aliases of the classesgetTypes()
get all types of the fragmentsget the variables with their valuesvoid
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(org.antlr.v4.runtime.tree.TerminalNode node)
-
Field Details
-
_lastVariables
stack of last variables for nesting -
_included
stack for include options for nesting
-
-
Constructor Details
-
GraphQLListener
-
-
Method Details
-
getVariables
get the variables with their values- Returns:
-
getPattern
get all created output patterns- Returns:
-
getTypes
get all types of the fragments- Returns:
-
getTopAliases
get the aliases of the classes- Returns:
-
getOperation
get the operation: query or mutation- Returns:
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) - Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) - Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) - Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) - Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
enterFragmentDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.fragmentDefinition()
.- Specified by:
enterFragmentDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFragmentDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.fragmentDefinition()
.- Specified by:
exitFragmentDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterObjectField
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.objectField()
.- Specified by:
enterObjectField
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitObjectField
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.objectField()
.- Specified by:
exitObjectField
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterArgument
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.argument()
.- Specified by:
enterArgument
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitArgument
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.argument()
.- Specified by:
exitArgument
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFragmentSpread
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.fragmentSpread()
.- Specified by:
enterFragmentSpread
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFragmentSpread
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.fragmentSpread()
.- Specified by:
exitFragmentSpread
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterInlineFragment
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.inlineFragment()
.- Specified by:
enterInlineFragment
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitInlineFragment
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.inlineFragment()
.- Specified by:
exitInlineFragment
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterDefaultValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.defaultValue()
.- Specified by:
enterDefaultValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitDefaultValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.defaultValue()
.- Specified by:
exitDefaultValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSchemaDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.schemaDefinition()
.- Specified by:
enterSchemaDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSchemaDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.schemaDefinition()
.- Specified by:
exitSchemaDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterInterfaceTypeDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.interfaceTypeDefinition()
.- Specified by:
enterInterfaceTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitInterfaceTypeDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.interfaceTypeDefinition()
.- Specified by:
exitInterfaceTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterInputValueDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.inputValueDefinition()
.- Specified by:
enterInputValueDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitInputValueDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.inputValueDefinition()
.- Specified by:
exitInputValueDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFieldsDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.fieldsDefinition()
.- Specified by:
enterFieldsDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFieldsDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.fieldsDefinition()
.- Specified by:
exitFieldsDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterNullValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.nullValue()
.- Specified by:
enterNullValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitNullValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.nullValue()
.- Specified by:
exitNullValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterArgumentsDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.argumentsDefinition()
.- Specified by:
enterArgumentsDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitArgumentsDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.argumentsDefinition()
.- Specified by:
exitArgumentsDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterStringValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.stringValue()
.- Specified by:
enterStringValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitStringValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.stringValue()
.- Specified by:
exitStringValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEnumValueDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.enumValueDefinition()
.- Specified by:
enterEnumValueDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitEnumValueDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.enumValueDefinition()
.- Specified by:
exitEnumValueDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEnumValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.enumValue()
.- Specified by:
enterEnumValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitEnumValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.enumValue()
.- Specified by:
exitEnumValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFragmentName
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.fragmentName()
.- Specified by:
enterFragmentName
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFragmentName
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.fragmentName()
.- Specified by:
exitFragmentName
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterTypeDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.typeDefinition()
.- Specified by:
enterTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitTypeDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.typeDefinition()
.- Specified by:
exitTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterTypeSystemDirectiveLocation
public void enterTypeSystemDirectiveLocation(GraphQLGrammarParser.TypeSystemDirectiveLocationContext ctx) Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.typeSystemDirectiveLocation()
.- Specified by:
enterTypeSystemDirectiveLocation
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitTypeSystemDirectiveLocation
public void exitTypeSystemDirectiveLocation(GraphQLGrammarParser.TypeSystemDirectiveLocationContext ctx) Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.typeSystemDirectiveLocation()
.- Specified by:
exitTypeSystemDirectiveLocation
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterUnionTypeDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.unionTypeDefinition()
.- Specified by:
enterUnionTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitUnionTypeDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.unionTypeDefinition()
.- Specified by:
exitUnionTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterRootOperationTypeDefinition
public void enterRootOperationTypeDefinition(GraphQLGrammarParser.RootOperationTypeDefinitionContext ctx) Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.rootOperationTypeDefinition()
.- Specified by:
enterRootOperationTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitRootOperationTypeDefinition
public void exitRootOperationTypeDefinition(GraphQLGrammarParser.RootOperationTypeDefinitionContext ctx) Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.rootOperationTypeDefinition()
.- Specified by:
exitRootOperationTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterDirectiveDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.directiveDefinition()
.- Specified by:
enterDirectiveDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitDirectiveDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.directiveDefinition()
.- Specified by:
exitDirectiveDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterVariableDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.variableDefinition()
.- Specified by:
enterVariableDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitVariableDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.variableDefinition()
.- Specified by:
exitVariableDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOperationDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.operationDefinition()
.- Specified by:
enterOperationDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOperationDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.operationDefinition()
.- Specified by:
exitOperationDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFloatValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.floatValue()
.- Specified by:
enterFloatValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFloatValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.floatValue()
.- Specified by:
exitFloatValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterObjectValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.objectValue()
.- Specified by:
enterObjectValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitObjectValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.objectValue()
.- Specified by:
exitObjectValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEnumTypeDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.enumTypeDefinition()
.- Specified by:
enterEnumTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitEnumTypeDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.enumTypeDefinition()
.- Specified by:
exitEnumTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSelection
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.selection()
.- Specified by:
enterSelection
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSelection
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.selection()
.- Specified by:
exitSelection
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterField
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.field()
.- Specified by:
enterField
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitField
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.field()
.- Specified by:
exitField
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterScalarTypeExtension
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.scalarTypeExtension()
.- Specified by:
enterScalarTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitScalarTypeExtension
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.scalarTypeExtension()
.- Specified by:
exitScalarTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOperationTypeDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.operationTypeDefinition()
.- Specified by:
enterOperationTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOperationTypeDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.operationTypeDefinition()
.- Specified by:
exitOperationTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterName
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.name()
.- Specified by:
enterName
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitName
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.name()
.- Specified by:
exitName
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterExecutableDirectiveLocation
public void enterExecutableDirectiveLocation(GraphQLGrammarParser.ExecutableDirectiveLocationContext ctx) Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.executableDirectiveLocation()
.- Specified by:
enterExecutableDirectiveLocation
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitExecutableDirectiveLocation
public void exitExecutableDirectiveLocation(GraphQLGrammarParser.ExecutableDirectiveLocationContext ctx) Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.executableDirectiveLocation()
.- Specified by:
exitExecutableDirectiveLocation
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterOperationType
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.operationType()
.- Specified by:
enterOperationType
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitOperationType
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.operationType()
.- Specified by:
exitOperationType
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterBooleanValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.booleanValue()
.- Specified by:
enterBooleanValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitBooleanValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.booleanValue()
.- Specified by:
exitBooleanValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterTypeSystemDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.typeSystemDefinition()
.- Specified by:
enterTypeSystemDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitTypeSystemDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.typeSystemDefinition()
.- Specified by:
exitTypeSystemDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterScalarTypeDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.scalarTypeDefinition()
.- Specified by:
enterScalarTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitScalarTypeDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.scalarTypeDefinition()
.- Specified by:
exitScalarTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterInputObjectTypeExtension
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.inputObjectTypeExtension()
.- Specified by:
enterInputObjectTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitInputObjectTypeExtension
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.inputObjectTypeExtension()
.- Specified by:
exitInputObjectTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterInterfaceTypeExtension
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.interfaceTypeExtension()
.- Specified by:
enterInterfaceTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitInterfaceTypeExtension
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.interfaceTypeExtension()
.- Specified by:
exitInterfaceTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterInputObjectTypeDefinition
public void enterInputObjectTypeDefinition(GraphQLGrammarParser.InputObjectTypeDefinitionContext ctx) Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.inputObjectTypeDefinition()
.- Specified by:
enterInputObjectTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitInputObjectTypeDefinition
public void exitInputObjectTypeDefinition(GraphQLGrammarParser.InputObjectTypeDefinitionContext ctx) Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.inputObjectTypeDefinition()
.- Specified by:
exitInputObjectTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterDirectiveLocation
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.directiveLocation()
.- Specified by:
enterDirectiveLocation
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitDirectiveLocation
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.directiveLocation()
.- Specified by:
exitDirectiveLocation
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterDocument
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.document()
.- Specified by:
enterDocument
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitDocument
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.document()
.- Specified by:
exitDocument
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterObjectTypeExtension
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.objectTypeExtension()
.- Specified by:
enterObjectTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitObjectTypeExtension
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.objectTypeExtension()
.- Specified by:
exitObjectTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterDescription
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.description()
.- Specified by:
enterDescription
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitDescription
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.description()
.- Specified by:
exitDescription
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterListType
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.listType()
.- Specified by:
enterListType
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitListType
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.listType()
.- Specified by:
exitListType
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterInputFieldsDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.inputFieldsDefinition()
.- Specified by:
enterInputFieldsDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitInputFieldsDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.inputFieldsDefinition()
.- Specified by:
exitInputFieldsDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterUnionTypeExtension
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.unionTypeExtension()
.- Specified by:
enterUnionTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitUnionTypeExtension
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.unionTypeExtension()
.- Specified by:
exitUnionTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSelectionSet
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.selectionSet()
.- Specified by:
enterSelectionSet
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSelectionSet
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.selectionSet()
.- Specified by:
exitSelectionSet
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterNamedType
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.namedType()
.- Specified by:
enterNamedType
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitNamedType
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.namedType()
.- Specified by:
exitNamedType
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterVariableDefinitions
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.variableDefinitions()
.- Specified by:
enterVariableDefinitions
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitVariableDefinitions
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.variableDefinitions()
.- Specified by:
exitVariableDefinitions
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterFieldDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.fieldDefinition()
.- Specified by:
enterFieldDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitFieldDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.fieldDefinition()
.- Specified by:
exitFieldDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterSchemaExtension
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.schemaExtension()
.- Specified by:
enterSchemaExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitSchemaExtension
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.schemaExtension()
.- Specified by:
exitSchemaExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterAlias
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.alias()
.- Specified by:
enterAlias
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitAlias
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.alias()
.- Specified by:
exitAlias
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.definition()
.- Specified by:
enterDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.definition()
.- Specified by:
exitDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.variable()
.- Specified by:
enterValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.variable()
.- Specified by:
exitValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterImplementsInterfaces
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.implementsInterfaces()
.- Specified by:
enterImplementsInterfaces
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitImplementsInterfaces
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.implementsInterfaces()
.- Specified by:
exitImplementsInterfaces
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterObjectTypeDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.objectTypeDefinition()
.- Specified by:
enterObjectTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitObjectTypeDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.objectTypeDefinition()
.- Specified by:
exitObjectTypeDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterDirectives
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.directives()
.- Specified by:
enterDirectives
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitDirectives
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.directives()
.- Specified by:
exitDirectives
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEnumValuesDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.enumValuesDefinition()
.- Specified by:
enterEnumValuesDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitEnumValuesDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.enumValuesDefinition()
.- Specified by:
exitEnumValuesDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterIntValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.intValue()
.- Specified by:
enterIntValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitIntValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.intValue()
.- Specified by:
exitIntValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterDirectiveLocations
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.directiveLocations()
.- Specified by:
enterDirectiveLocations
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitDirectiveLocations
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.directiveLocations()
.- Specified by:
exitDirectiveLocations
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterTypeExtension
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.typeExtension()
.- Specified by:
enterTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitTypeExtension
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.typeExtension()
.- Specified by:
exitTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterUnionMemberTypes
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.unionMemberTypes()
.- Specified by:
enterUnionMemberTypes
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitUnionMemberTypes
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.unionMemberTypes()
.- Specified by:
exitUnionMemberTypes
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterDirective
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.directive()
.- Specified by:
enterDirective
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitDirective
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.directive()
.- Specified by:
exitDirective
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterEnumTypeExtension
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.enumTypeExtension()
.- Specified by:
enterEnumTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitEnumTypeExtension
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.enumTypeExtension()
.- Specified by:
exitEnumTypeExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterListValue
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.listValue()
.- Specified by:
enterListValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitListValue
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.listValue()
.- Specified by:
exitListValue
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterTypeSystemExtension
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.typeSystemExtension()
.- Specified by:
enterTypeSystemExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitTypeSystemExtension
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.typeSystemExtension()
.- Specified by:
exitTypeSystemExtension
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterTypeCondition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.typeCondition()
.- Specified by:
enterTypeCondition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitTypeCondition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.typeCondition()
.- Specified by:
exitTypeCondition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterVariable
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.variable()
.- Specified by:
enterVariable
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitVariable
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.variable()
.- Specified by:
exitVariable
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterArguments
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.arguments()
.- Specified by:
enterArguments
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitArguments
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.arguments()
.- Specified by:
exitArguments
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterExecutableDefinition
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.executableDefinition()
.- Specified by:
enterExecutableDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitExecutableDefinition
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.executableDefinition()
.- Specified by:
exitExecutableDefinition
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterType_
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.type_()
.- Specified by:
enterType_
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitType_
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.type_()
.- Specified by:
exitType_
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
getException
-
enterPropertyname
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.propertyname()
.- Specified by:
enterPropertyname
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPropertyname
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.propertyname()
.- Specified by:
exitPropertyname
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
enterPath
Description copied from interface:GraphQLGrammarListener
Enter a parse tree produced byGraphQLGrammarParser.path()
.- Specified by:
enterPath
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-
exitPath
Description copied from interface:GraphQLGrammarListener
Exit a parse tree produced byGraphQLGrammarParser.path()
.- Specified by:
exitPath
in interfaceGraphQLGrammarListener
- Parameters:
ctx
- the parse tree
-