T
- The return type of the visit operation. Use Void
for
operations with no return type.public interface GraphqlCommonVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
GraphqlCommonParser
.T visitOperationType(GraphqlCommonParser.OperationTypeContext ctx)
GraphqlCommonParser.operationType()
.ctx
- the parse treeT visitDescription(GraphqlCommonParser.DescriptionContext ctx)
GraphqlCommonParser.description()
.ctx
- the parse treeT visitEnumValue(GraphqlCommonParser.EnumValueContext ctx)
GraphqlCommonParser.enumValue()
.ctx
- the parse treeT visitArrayValue(GraphqlCommonParser.ArrayValueContext ctx)
GraphqlCommonParser.arrayValue()
.ctx
- the parse treeT visitArrayValueWithVariable(GraphqlCommonParser.ArrayValueWithVariableContext ctx)
GraphqlCommonParser.arrayValueWithVariable()
.ctx
- the parse treeT visitObjectValue(GraphqlCommonParser.ObjectValueContext ctx)
GraphqlCommonParser.objectValue()
.ctx
- the parse treeT visitObjectValueWithVariable(GraphqlCommonParser.ObjectValueWithVariableContext ctx)
GraphqlCommonParser.objectValueWithVariable()
.ctx
- the parse treeT visitObjectField(GraphqlCommonParser.ObjectFieldContext ctx)
GraphqlCommonParser.objectField()
.ctx
- the parse treeT visitObjectFieldWithVariable(GraphqlCommonParser.ObjectFieldWithVariableContext ctx)
GraphqlCommonParser.objectFieldWithVariable()
.ctx
- the parse treeT visitDirectives(GraphqlCommonParser.DirectivesContext ctx)
GraphqlCommonParser.directives()
.ctx
- the parse treeT visitDirective(GraphqlCommonParser.DirectiveContext ctx)
GraphqlCommonParser.directive()
.ctx
- the parse treeT visitArguments(GraphqlCommonParser.ArgumentsContext ctx)
GraphqlCommonParser.arguments()
.ctx
- the parse treeT visitArgument(GraphqlCommonParser.ArgumentContext ctx)
GraphqlCommonParser.argument()
.ctx
- the parse treeT visitName(GraphqlCommonParser.NameContext ctx)
GraphqlCommonParser.name()
.ctx
- the parse treeT visitValue(GraphqlCommonParser.ValueContext ctx)
GraphqlCommonParser.value()
.ctx
- the parse treeT visitValueWithVariable(GraphqlCommonParser.ValueWithVariableContext ctx)
GraphqlCommonParser.valueWithVariable()
.ctx
- the parse treeT visitVariable(GraphqlCommonParser.VariableContext ctx)
GraphqlCommonParser.variable()
.ctx
- the parse treeT visitDefaultValue(GraphqlCommonParser.DefaultValueContext ctx)
GraphqlCommonParser.defaultValue()
.ctx
- the parse treeT visitStringValue(GraphqlCommonParser.StringValueContext ctx)
GraphqlCommonParser.stringValue()
.ctx
- the parse treeT visitType(GraphqlCommonParser.TypeContext ctx)
GraphqlCommonParser.type()
.ctx
- the parse treeT visitTypeName(GraphqlCommonParser.TypeNameContext ctx)
GraphqlCommonParser.typeName()
.ctx
- the parse treeT visitListType(GraphqlCommonParser.ListTypeContext ctx)
GraphqlCommonParser.listType()
.ctx
- the parse treeT visitNonNullType(GraphqlCommonParser.NonNullTypeContext ctx)
GraphqlCommonParser.nonNullType()
.ctx
- the parse treeCopyright © 2019. All rights reserved.