T - The return type of the visit operation. Use Void for
operations with no return type.public class JsonTemplateAntlrBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements JsonTemplateAntlrVisitor<T>
JsonTemplateAntlrVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
JsonTemplateAntlrBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitRoot(JsonTemplateAntlrParser.RootContext ctx)
JsonTemplateAntlrParser.root().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoot 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitTemplatePart(JsonTemplateAntlrParser.TemplatePartContext ctx)
JsonTemplateAntlrParser.templatePart().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTemplatePart 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitJsonObject(JsonTemplateAntlrParser.JsonObjectContext ctx)
JsonTemplateAntlrParser.jsonObject().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJsonObject 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitObjectTypeInfo(JsonTemplateAntlrParser.ObjectTypeInfoContext ctx)
JsonTemplateAntlrParser.objectTypeInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjectTypeInfo 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitProperties(JsonTemplateAntlrParser.PropertiesContext ctx)
JsonTemplateAntlrParser.properties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperties 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitProperty(JsonTemplateAntlrParser.PropertyContext ctx)
JsonTemplateAntlrParser.property().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperty 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitSingleProperty(JsonTemplateAntlrParser.SinglePropertyContext ctx)
JsonTemplateAntlrParser.singleProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleProperty 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitPairProperty(JsonTemplateAntlrParser.PairPropertyContext ctx)
JsonTemplateAntlrParser.pairProperty().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPairProperty 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitPropertyName(JsonTemplateAntlrParser.PropertyNameContext ctx)
JsonTemplateAntlrParser.propertyName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyName 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitTypeDefinition(JsonTemplateAntlrParser.TypeDefinitionContext ctx)
JsonTemplateAntlrParser.typeDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeDefinition 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitTypeDef(JsonTemplateAntlrParser.TypeDefContext ctx)
JsonTemplateAntlrParser.typeDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeDef 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitTypeName(JsonTemplateAntlrParser.TypeNameContext ctx)
JsonTemplateAntlrParser.typeName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeName 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitPropertyValueSpec(JsonTemplateAntlrParser.PropertyValueSpecContext ctx)
JsonTemplateAntlrParser.propertyValueSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyValueSpec 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitPropertyVariableWrapper(JsonTemplateAntlrParser.PropertyVariableWrapperContext ctx)
JsonTemplateAntlrParser.propertyVariableWrapper().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyVariableWrapper 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitJsonValue(JsonTemplateAntlrParser.JsonValueContext ctx)
JsonTemplateAntlrParser.jsonValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJsonValue 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitTypeInfo(JsonTemplateAntlrParser.TypeInfoContext ctx)
JsonTemplateAntlrParser.typeInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeInfo 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitTypeParamSpec(JsonTemplateAntlrParser.TypeParamSpecContext ctx)
JsonTemplateAntlrParser.typeParamSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTypeParamSpec 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitVariableWrapper(JsonTemplateAntlrParser.VariableWrapperContext ctx)
JsonTemplateAntlrParser.variableWrapper().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableWrapper 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitSingleParam(JsonTemplateAntlrParser.SingleParamContext ctx)
JsonTemplateAntlrParser.singleParam().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSingleParam 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitListParams(JsonTemplateAntlrParser.ListParamsContext ctx)
JsonTemplateAntlrParser.listParams().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitListParams 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitMapParams(JsonTemplateAntlrParser.MapParamsContext ctx)
JsonTemplateAntlrParser.mapParams().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMapParams 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitMapParam(JsonTemplateAntlrParser.MapParamContext ctx)
JsonTemplateAntlrParser.mapParam().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMapParam 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitJsonArray(JsonTemplateAntlrParser.JsonArrayContext ctx)
JsonTemplateAntlrParser.jsonArray().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitJsonArray 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitArrayTypeInfo(JsonTemplateAntlrParser.ArrayTypeInfoContext ctx)
JsonTemplateAntlrParser.arrayTypeInfo().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArrayTypeInfo 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitItemsArray(JsonTemplateAntlrParser.ItemsArrayContext ctx)
JsonTemplateAntlrParser.itemsArray().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitItemsArray 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitArrayParamSpec(JsonTemplateAntlrParser.ArrayParamSpecContext ctx)
JsonTemplateAntlrParser.arrayParamSpec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArrayParamSpec 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitItems(JsonTemplateAntlrParser.ItemsContext ctx)
JsonTemplateAntlrParser.items().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitItems 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitItem(JsonTemplateAntlrParser.ItemContext ctx)
JsonTemplateAntlrParser.item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitItem 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitVariable(JsonTemplateAntlrParser.VariableContext ctx)
JsonTemplateAntlrParser.variable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariable 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treepublic T visitVariableName(JsonTemplateAntlrParser.VariableNameContext ctx)
JsonTemplateAntlrParser.variableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVariableName 在接口中 JsonTemplateAntlrVisitor<T>ctx - the parse treeCopyright © 2019. All rights reserved.