T - The return type of the visit operation. Use Void for
operations with no return type.public class UPLanguageBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements UPLanguageVisitor<T>
UPLanguageVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
UPLanguageBaseVisitor() |
visit, visitChildren, visitErrorNode, visitTerminalpublic T visitStart(UPLanguageParser.StartContext ctx)
UPLanguageParser.start().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStart in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitEnvironmentDef(UPLanguageParser.EnvironmentDefContext ctx)
UPLanguageParser.environmentDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnvironmentDef in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitRuleSetDef(UPLanguageParser.RuleSetDefContext ctx)
UPLanguageParser.ruleSetDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleSetDef in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitRuleSetType(UPLanguageParser.RuleSetTypeContext ctx)
UPLanguageParser.ruleSetType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleSetType in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitMembraneDef(UPLanguageParser.MembraneDefContext ctx)
UPLanguageParser.membraneDef().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMembraneDef in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitMembraneType(UPLanguageParser.MembraneTypeContext ctx)
UPLanguageParser.membraneType().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMembraneType in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitProperties(UPLanguageParser.PropertiesContext ctx)
UPLanguageParser.properties().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProperties in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPropertyInit(UPLanguageParser.PropertyInitContext ctx)
UPLanguageParser.propertyInit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyInit in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPropertyName(UPLanguageParser.PropertyNameContext ctx)
UPLanguageParser.propertyName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyName in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPropertyValue(UPLanguageParser.PropertyValueContext ctx)
UPLanguageParser.propertyValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyValue in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitTunnels(UPLanguageParser.TunnelsContext ctx)
UPLanguageParser.tunnels().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTunnels in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitTunnelTarget(UPLanguageParser.TunnelTargetContext ctx)
UPLanguageParser.tunnelTarget().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTunnelTarget in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitRuleSetDeclare(UPLanguageParser.RuleSetDeclareContext ctx)
UPLanguageParser.ruleSetDeclare().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleSetDeclare in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitRuleSetNamePrefix(UPLanguageParser.RuleSetNamePrefixContext ctx)
UPLanguageParser.ruleSetNamePrefix().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleSetNamePrefix in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitSubmembrane(UPLanguageParser.SubmembraneContext ctx)
UPLanguageParser.submembrane().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubmembrane in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitMembraneName(UPLanguageParser.MembraneNameContext ctx)
UPLanguageParser.membraneName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMembraneName in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitObjects(UPLanguageParser.ObjectsContext ctx)
UPLanguageParser.objects().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjects in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitObjAssign(UPLanguageParser.ObjAssignContext ctx)
UPLanguageParser.objAssign().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjAssign in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitObjName(UPLanguageParser.ObjNameContext ctx)
UPLanguageParser.objName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjName in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitObjNum(UPLanguageParser.ObjNumContext ctx)
UPLanguageParser.objNum().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjNum in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPrule(UPLanguageParser.PruleContext ctx)
UPLanguageParser.prule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrule in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitRuleName(UPLanguageParser.RuleNameContext ctx)
UPLanguageParser.ruleName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRuleName in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitCondition(UPLanguageParser.ConditionContext ctx)
UPLanguageParser.condition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCondition in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitResult(UPLanguageParser.ResultContext ctx)
UPLanguageParser.result().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResult in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitDelayedResult(UPLanguageParser.DelayedResultContext ctx)
UPLanguageParser.delayedResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelayedResult in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitMemDivisionResult(UPLanguageParser.MemDivisionResultContext ctx)
UPLanguageParser.memDivisionResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMemDivisionResult in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitAdditionalResults(UPLanguageParser.AdditionalResultsContext ctx)
UPLanguageParser.additionalResults().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAdditionalResults in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitMemCreateResult(UPLanguageParser.MemCreateResultContext ctx)
UPLanguageParser.memCreateResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMemCreateResult in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitMemDissolveResult(UPLanguageParser.MemDissolveResultContext ctx)
UPLanguageParser.memDissolveResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMemDissolveResult in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPropertyResult(UPLanguageParser.PropertyResultContext ctx)
UPLanguageParser.propertyResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyResult in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitObjResult(UPLanguageParser.ObjResultContext ctx)
UPLanguageParser.objResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjResult in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPositionResult(UPLanguageParser.PositionResultContext ctx)
UPLanguageParser.positionResult().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPositionResult in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitIn(UPLanguageParser.InContext ctx)
UPLanguageParser.in().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIn in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitOut(UPLanguageParser.OutContext ctx)
UPLanguageParser.out().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOut in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitHere(UPLanguageParser.HereContext ctx)
UPLanguageParser.here().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHere in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitGo(UPLanguageParser.GoContext ctx)
UPLanguageParser.go().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGo in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitAndOpt(UPLanguageParser.AndOptContext ctx)
UPLanguageParser.andOpt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAndOpt in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitOrOpt(UPLanguageParser.OrOptContext ctx)
UPLanguageParser.orOpt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrOpt in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitAll(UPLanguageParser.AllContext ctx)
UPLanguageParser.all().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAll in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitRandom(UPLanguageParser.RandomContext ctx)
UPLanguageParser.random().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRandom in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitTarget(UPLanguageParser.TargetContext ctx)
UPLanguageParser.target().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTarget in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitBoolCondition(UPLanguageParser.BoolConditionContext ctx)
UPLanguageParser.boolCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolCondition in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPromoterCondition(UPLanguageParser.PromoterConditionContext ctx)
UPLanguageParser.promoterCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPromoterCondition in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitInhibitorCondition(UPLanguageParser.InhibitorConditionContext ctx)
UPLanguageParser.inhibitorCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInhibitorCondition in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPropertyCondition(UPLanguageParser.PropertyConditionContext ctx)
UPLanguageParser.propertyCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPropertyCondition in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitObjCondition(UPLanguageParser.ObjConditionContext ctx)
UPLanguageParser.objCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjCondition in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitObjConditionWithTarget(UPLanguageParser.ObjConditionWithTargetContext ctx)
UPLanguageParser.objConditionWithTarget().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitObjConditionWithTarget in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPriorityCondition(UPLanguageParser.PriorityConditionContext ctx)
UPLanguageParser.priorityCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPriorityCondition in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitPriority(UPLanguageParser.PriorityContext ctx)
UPLanguageParser.priority().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPriority in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitProbabilisticCondition(UPLanguageParser.ProbabilisticConditionContext ctx)
UPLanguageParser.probabilisticCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitProbabilisticCondition in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitRegCondition(UPLanguageParser.RegConditionContext ctx)
UPLanguageParser.regCondition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRegCondition in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitIntDim(UPLanguageParser.IntDimContext ctx)
UPLanguageParser.intDim().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntDim in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitAbcDim(UPLanguageParser.AbcDimContext ctx)
UPLanguageParser.abcDim().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAbcDim in interface UPLanguageVisitor<T>ctx - the parse treepublic T visitFormulaDim(UPLanguageParser.FormulaDimContext ctx)
UPLanguageParser.formulaDim().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFormulaDim in interface UPLanguageVisitor<T>ctx - the parse tree