Class GraphqlBaseVisitor<T>
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
GraphqlVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
GraphqlVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVisit a parse tree produced byGraphqlParser.alias().Visit a parse tree produced byGraphqlParser.argument().Visit a parse tree produced byGraphqlParser.arguments().Visit a parse tree produced byGraphqlParser.argumentsDefinition().Visit a parse tree produced byGraphqlParser.arrayValue().Visit a parse tree produced byGraphqlParser.arrayValueWithVariable().Visit a parse tree produced byGraphqlParser.baseName().Visit a parse tree produced byGraphqlParser.defaultValue().Visit a parse tree produced byGraphqlParser.definition().Visit a parse tree produced byGraphqlParser.description().Visit a parse tree produced byGraphqlParser.directive().Visit a parse tree produced byGraphqlParser.directiveDefinition().Visit a parse tree produced byGraphqlParser.directiveLocation().Visit a parse tree produced byGraphqlParser.directiveLocations().Visit a parse tree produced byGraphqlParser.directives().Visit a parse tree produced byGraphqlParser.document().Visit a parse tree produced byGraphqlParser.emptyParentheses().Visit a parse tree produced byGraphqlParser.enumTypeDefinition().Visit a parse tree produced byGraphqlParser.enumTypeExtensionDefinition().Visit a parse tree produced byGraphqlParser.enumValue().Visit a parse tree produced byGraphqlParser.enumValueDefinition().Visit a parse tree produced byGraphqlParser.enumValueDefinitions().Visit a parse tree produced byGraphqlParser.enumValueName().Visit a parse tree produced byGraphqlParser.extensionEnumValueDefinitions().Visit a parse tree produced byGraphqlParser.extensionFieldsDefinition().visitExtensionInputObjectValueDefinitions(GraphqlParser.ExtensionInputObjectValueDefinitionsContext ctx) Visit a parse tree produced byGraphqlParser.extensionInputObjectValueDefinitions().Visit a parse tree produced byGraphqlParser.field().Visit a parse tree produced byGraphqlParser.fieldDefinition().Visit a parse tree produced byGraphqlParser.fieldsDefinition().Visit a parse tree produced byGraphqlParser.fragmentDefinition().Visit a parse tree produced byGraphqlParser.fragmentName().Visit a parse tree produced byGraphqlParser.fragmentSpread().Visit a parse tree produced byGraphqlParser.implementsInterfaces().Visit a parse tree produced byGraphqlParser.inlineFragment().Visit a parse tree produced byGraphqlParser.inputObjectTypeDefinition().visitInputObjectTypeExtensionDefinition(GraphqlParser.InputObjectTypeExtensionDefinitionContext ctx) Visit a parse tree produced byGraphqlParser.inputObjectTypeExtensionDefinition().Visit a parse tree produced byGraphqlParser.inputObjectValueDefinitions().Visit a parse tree produced byGraphqlParser.inputValueDefinition().Visit a parse tree produced byGraphqlParser.interfaceTypeDefinition().Visit a parse tree produced byGraphqlParser.interfaceTypeExtensionDefinition().Visit a parse tree produced byGraphqlParser.listType().Visit a parse tree produced byGraphqlParser.name().Visit a parse tree produced byGraphqlParser.nonNullType().Visit a parse tree produced byGraphqlParser.objectField().Visit a parse tree produced byGraphqlParser.objectFieldWithVariable().Visit a parse tree produced byGraphqlParser.objectTypeDefinition().Visit a parse tree produced byGraphqlParser.objectTypeExtensionDefinition().Visit a parse tree produced byGraphqlParser.objectValue().Visit a parse tree produced byGraphqlParser.objectValueWithVariable().Visit a parse tree produced byGraphqlParser.operationDefinition().Visit a parse tree produced byGraphqlParser.operationType().Visit a parse tree produced byGraphqlParser.operationTypeDefinition().Visit a parse tree produced byGraphqlParser.scalarTypeDefinition().Visit a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition().Visit a parse tree produced byGraphqlParser.schemaDefinition().Visit a parse tree produced byGraphqlParser.schemaExtension().Visit a parse tree produced byGraphqlParser.selection().Visit a parse tree produced byGraphqlParser.selectionSet().Visit a parse tree produced byGraphqlParser.type().Visit a parse tree produced byGraphqlParser.typeCondition().Visit a parse tree produced byGraphqlParser.typeDefinition().Visit a parse tree produced byGraphqlParser.typeExtension().Visit a parse tree produced byGraphqlParser.typeName().Visit a parse tree produced byGraphqlParser.typeSystemDefinition().Visit a parse tree produced byGraphqlParser.typeSystemExtension().Visit a parse tree produced byGraphqlParser.unionMembers().Visit a parse tree produced byGraphqlParser.unionMembership().Visit a parse tree produced byGraphqlParser.unionTypeDefinition().Visit a parse tree produced byGraphqlParser.unionTypeExtensionDefinition().Visit a parse tree produced byGraphqlParser.value().Visit a parse tree produced byGraphqlParser.valueWithVariable().Visit a parse tree produced byGraphqlParser.variable().Visit a parse tree produced byGraphqlParser.variableDefinition().Visit a parse tree produced byGraphqlParser.variableDefinitions().Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
GraphqlBaseVisitor
public GraphqlBaseVisitor()
-
-
Method Details
-
visitDocument
Visit a parse tree produced byGraphqlParser.document().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDocumentin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefinition
Visit a parse tree produced byGraphqlParser.definition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeSystemDefinition
Visit a parse tree produced byGraphqlParser.typeSystemDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeSystemDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeSystemExtension
Visit a parse tree produced byGraphqlParser.typeSystemExtension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeSystemExtensionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaDefinition
Visit a parse tree produced byGraphqlParser.schemaDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchemaExtension
Visit a parse tree produced byGraphqlParser.schemaExtension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchemaExtensionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperationTypeDefinition
Visit a parse tree produced byGraphqlParser.operationTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperationTypeDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeDefinition
Visit a parse tree produced byGraphqlParser.typeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeExtension
Visit a parse tree produced byGraphqlParser.typeExtension().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeExtensionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmptyParentheses
Visit a parse tree produced byGraphqlParser.emptyParentheses().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmptyParenthesesin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScalarTypeDefinition
Visit a parse tree produced byGraphqlParser.scalarTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScalarTypeDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitScalarTypeExtensionDefinition
Visit a parse tree produced byGraphqlParser.scalarTypeExtensionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitScalarTypeExtensionDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectTypeDefinition
Visit a parse tree produced byGraphqlParser.objectTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectTypeDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectTypeExtensionDefinition
Visit a parse tree produced byGraphqlParser.objectTypeExtensionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectTypeExtensionDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplementsInterfaces
Visit a parse tree produced byGraphqlParser.implementsInterfaces().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImplementsInterfacesin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldsDefinition
Visit a parse tree produced byGraphqlParser.fieldsDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldsDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtensionFieldsDefinition
Visit a parse tree produced byGraphqlParser.extensionFieldsDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtensionFieldsDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFieldDefinition
Visit a parse tree produced byGraphqlParser.fieldDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgumentsDefinition
Visit a parse tree produced byGraphqlParser.argumentsDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentsDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputValueDefinition
Visit a parse tree produced byGraphqlParser.inputValueDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInputValueDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceTypeDefinition
Visit a parse tree produced byGraphqlParser.interfaceTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceTypeDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterfaceTypeExtensionDefinition
public T visitInterfaceTypeExtensionDefinition(GraphqlParser.InterfaceTypeExtensionDefinitionContext ctx) Visit a parse tree produced byGraphqlParser.interfaceTypeExtensionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterfaceTypeExtensionDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnionTypeDefinition
Visit a parse tree produced byGraphqlParser.unionTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnionTypeDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnionTypeExtensionDefinition
Visit a parse tree produced byGraphqlParser.unionTypeExtensionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnionTypeExtensionDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnionMembership
Visit a parse tree produced byGraphqlParser.unionMembership().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnionMembershipin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnionMembers
Visit a parse tree produced byGraphqlParser.unionMembers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnionMembersin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumTypeDefinition
Visit a parse tree produced byGraphqlParser.enumTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumTypeDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumTypeExtensionDefinition
Visit a parse tree produced byGraphqlParser.enumTypeExtensionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumTypeExtensionDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumValueDefinitions
Visit a parse tree produced byGraphqlParser.enumValueDefinitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumValueDefinitionsin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtensionEnumValueDefinitions
Visit a parse tree produced byGraphqlParser.extensionEnumValueDefinitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtensionEnumValueDefinitionsin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumValueDefinition
Visit a parse tree produced byGraphqlParser.enumValueDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumValueDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputObjectTypeDefinition
Visit a parse tree produced byGraphqlParser.inputObjectTypeDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInputObjectTypeDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputObjectTypeExtensionDefinition
public T visitInputObjectTypeExtensionDefinition(GraphqlParser.InputObjectTypeExtensionDefinitionContext ctx) Visit a parse tree produced byGraphqlParser.inputObjectTypeExtensionDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInputObjectTypeExtensionDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInputObjectValueDefinitions
Visit a parse tree produced byGraphqlParser.inputObjectValueDefinitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInputObjectValueDefinitionsin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtensionInputObjectValueDefinitions
public T visitExtensionInputObjectValueDefinitions(GraphqlParser.ExtensionInputObjectValueDefinitionsContext ctx) Visit a parse tree produced byGraphqlParser.extensionInputObjectValueDefinitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtensionInputObjectValueDefinitionsin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveDefinition
Visit a parse tree produced byGraphqlParser.directiveDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveLocation
Visit a parse tree produced byGraphqlParser.directiveLocation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveLocationin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveLocations
Visit a parse tree produced byGraphqlParser.directiveLocations().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveLocationsin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperationType
Visit a parse tree produced byGraphqlParser.operationType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperationTypein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDescription
Visit a parse tree produced byGraphqlParser.description().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDescriptionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumValue
Visit a parse tree produced byGraphqlParser.enumValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumValuein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayValue
Visit a parse tree produced byGraphqlParser.arrayValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayValuein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArrayValueWithVariable
Visit a parse tree produced byGraphqlParser.arrayValueWithVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArrayValueWithVariablein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectValue
Visit a parse tree produced byGraphqlParser.objectValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectValuein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectValueWithVariable
Visit a parse tree produced byGraphqlParser.objectValueWithVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectValueWithVariablein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectField
Visit a parse tree produced byGraphqlParser.objectField().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectFieldin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObjectFieldWithVariable
Visit a parse tree produced byGraphqlParser.objectFieldWithVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObjectFieldWithVariablein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectives
Visit a parse tree produced byGraphqlParser.directives().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectivesin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirective
Visit a parse tree produced byGraphqlParser.directive().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectivein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArguments
Visit a parse tree produced byGraphqlParser.arguments().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentsin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArgument
Visit a parse tree produced byGraphqlParser.argument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArgumentin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBaseName
Visit a parse tree produced byGraphqlParser.baseName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBaseNamein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFragmentName
Visit a parse tree produced byGraphqlParser.fragmentName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFragmentNamein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnumValueName
Visit a parse tree produced byGraphqlParser.enumValueName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnumValueNamein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
Visit a parse tree produced byGraphqlParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValue
Visit a parse tree produced byGraphqlParser.value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValuein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValueWithVariable
Visit a parse tree produced byGraphqlParser.valueWithVariable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValueWithVariablein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariable
Visit a parse tree produced byGraphqlParser.variable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariablein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaultValue
Visit a parse tree produced byGraphqlParser.defaultValue().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaultValuein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType
Visit a parse tree produced byGraphqlParser.type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeName
Visit a parse tree produced byGraphqlParser.typeName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeNamein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListType
Visit a parse tree produced byGraphqlParser.listType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListTypein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonNullType
Visit a parse tree produced byGraphqlParser.nonNullType().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonNullTypein interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperationDefinition
Visit a parse tree produced byGraphqlParser.operationDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperationDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDefinitions
Visit a parse tree produced byGraphqlParser.variableDefinitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDefinitionsin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableDefinition
Visit a parse tree produced byGraphqlParser.variableDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectionSet
Visit a parse tree produced byGraphqlParser.selectionSet().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectionSetin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelection
Visit a parse tree produced byGraphqlParser.selection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitField
Visit a parse tree produced byGraphqlParser.field().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFieldin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias
Visit a parse tree produced byGraphqlParser.alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAliasin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFragmentSpread
Visit a parse tree produced byGraphqlParser.fragmentSpread().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFragmentSpreadin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineFragment
Visit a parse tree produced byGraphqlParser.inlineFragment().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineFragmentin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFragmentDefinition
Visit a parse tree produced byGraphqlParser.fragmentDefinition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFragmentDefinitionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypeCondition
Visit a parse tree produced byGraphqlParser.typeCondition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypeConditionin interfaceGraphqlVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-