T
- The return type of the visit operation. Use Void
for
operations with no return type.public class ReportParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements ReportParserVisitor<T>
ReportParserVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.构造器和说明 |
---|
ReportParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
public T visitEntry(ReportParserParser.EntryContext ctx)
ReportParserParser.entry()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitEntry
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitExpression(ReportParserParser.ExpressionContext ctx)
ReportParserParser.expression()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitExpression
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitComplexExprComposite(ReportParserParser.ComplexExprCompositeContext ctx)
complexExprComposite
labeled alternative in ReportParserParser.exprComposite()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitComplexExprComposite
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitSingleExprComposite(ReportParserParser.SingleExprCompositeContext ctx)
singleExprComposite
labeled alternative in ReportParserParser.exprComposite()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSingleExprComposite
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitParenExprComposite(ReportParserParser.ParenExprCompositeContext ctx)
parenExprComposite
labeled alternative in ReportParserParser.exprComposite()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitParenExprComposite
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitTernaryExprComposite(ReportParserParser.TernaryExprCompositeContext ctx)
ternaryExprComposite
labeled alternative in ReportParserParser.exprComposite()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTernaryExprComposite
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitTernaryExpr(ReportParserParser.TernaryExprContext ctx)
ReportParserParser.ternaryExpr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitTernaryExpr
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCaseExpr(ReportParserParser.CaseExprContext ctx)
ReportParserParser.caseExpr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCaseExpr
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCasePart(ReportParserParser.CasePartContext ctx)
ReportParserParser.casePart()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCasePart
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitIfExpr(ReportParserParser.IfExprContext ctx)
ReportParserParser.ifExpr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIfExpr
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitIfPart(ReportParserParser.IfPartContext ctx)
ReportParserParser.ifPart()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIfPart
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitElseIfPart(ReportParserParser.ElseIfPartContext ctx)
ReportParserParser.elseIfPart()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitElseIfPart
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitElsePart(ReportParserParser.ElsePartContext ctx)
ReportParserParser.elsePart()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitElsePart
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitBlock(ReportParserParser.BlockContext ctx)
ReportParserParser.block()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitBlock
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitExprBlock(ReportParserParser.ExprBlockContext ctx)
ReportParserParser.exprBlock()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitExprBlock
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitReturnExpr(ReportParserParser.ReturnExprContext ctx)
ReportParserParser.returnExpr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitReturnExpr
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitExpr(ReportParserParser.ExprContext ctx)
ReportParserParser.expr()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitExpr
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitIfCondition(ReportParserParser.IfConditionContext ctx)
ReportParserParser.ifCondition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitIfCondition
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitVariableAssign(ReportParserParser.VariableAssignContext ctx)
ReportParserParser.variableAssign()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitVariableAssign
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitSimpleJoin(ReportParserParser.SimpleJoinContext ctx)
simpleJoin
labeled alternative in ReportParserParser.item()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSimpleJoin
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitSingleParenJoin(ReportParserParser.SingleParenJoinContext ctx)
singleParenJoin
labeled alternative in ReportParserParser.item()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSingleParenJoin
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitParenJoin(ReportParserParser.ParenJoinContext ctx)
parenJoin
labeled alternative in ReportParserParser.item()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitParenJoin
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitUnit(ReportParserParser.UnitContext ctx)
ReportParserParser.unit()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitUnit
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitVariable(ReportParserParser.VariableContext ctx)
ReportParserParser.variable()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitVariable
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCellPosition(ReportParserParser.CellPositionContext ctx)
ReportParserParser.cellPosition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCellPosition
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitRelativeCell(ReportParserParser.RelativeCellContext ctx)
ReportParserParser.relativeCell()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitRelativeCell
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCurrentCellValue(ReportParserParser.CurrentCellValueContext ctx)
ReportParserParser.currentCellValue()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCurrentCellValue
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCurrentCellData(ReportParserParser.CurrentCellDataContext ctx)
ReportParserParser.currentCellData()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCurrentCellData
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCell(ReportParserParser.CellContext ctx)
ReportParserParser.cell()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCell
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitDataset(ReportParserParser.DatasetContext ctx)
ReportParserParser.dataset()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitDataset
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitFunction(ReportParserParser.FunctionContext ctx)
ReportParserParser.function()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitFunction
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitFunctionParameter(ReportParserParser.FunctionParameterContext ctx)
ReportParserParser.functionParameter()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitFunctionParameter
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCellPair(ReportParserParser.CellPairContext ctx)
cellPair
labeled alternative in ReportParserParser.set()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCellPair
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitWholeCell(ReportParserParser.WholeCellContext ctx)
wholeCell
labeled alternative in ReportParserParser.set()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitWholeCell
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCellCoordinateCondition(ReportParserParser.CellCoordinateConditionContext ctx)
cellCoordinateCondition
labeled alternative in ReportParserParser.set()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCellCoordinateCondition
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitSingleCellCondition(ReportParserParser.SingleCellConditionContext ctx)
singleCellCondition
labeled alternative in ReportParserParser.set()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSingleCellCondition
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitSingleCell(ReportParserParser.SingleCellContext ctx)
singleCell
labeled alternative in ReportParserParser.set()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSingleCell
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitSimpleData(ReportParserParser.SimpleDataContext ctx)
simpleData
labeled alternative in ReportParserParser.set()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSimpleData
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitRange(ReportParserParser.RangeContext ctx)
range
labeled alternative in ReportParserParser.set()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitRange
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitSingleCellCoordinate(ReportParserParser.SingleCellCoordinateContext ctx)
singleCellCoordinate
labeled alternative in ReportParserParser.set()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSingleCellCoordinate
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCellCoordinate(ReportParserParser.CellCoordinateContext ctx)
ReportParserParser.cellCoordinate()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCellCoordinate
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCoordinate(ReportParserParser.CoordinateContext ctx)
ReportParserParser.coordinate()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCoordinate
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitRelative(ReportParserParser.RelativeContext ctx)
relative
labeled alternative in ReportParserParser.cellIndicator()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitRelative
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitAbsolute(ReportParserParser.AbsoluteContext ctx)
absolute
labeled alternative in ReportParserParser.cellIndicator()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAbsolute
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitConditions(ReportParserParser.ConditionsContext ctx)
ReportParserParser.conditions()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitConditions
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCellNameExprCondition(ReportParserParser.CellNameExprConditionContext ctx)
cellNameExprCondition
labeled alternative in ReportParserParser.condition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCellNameExprCondition
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitPropertyCondition(ReportParserParser.PropertyConditionContext ctx)
propertyCondition
labeled alternative in ReportParserParser.condition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitPropertyCondition
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCurrentValueCondition(ReportParserParser.CurrentValueConditionContext ctx)
currentValueCondition
labeled alternative in ReportParserParser.condition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCurrentValueCondition
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitExprCondition(ReportParserParser.ExprConditionContext ctx)
exprCondition
labeled alternative in ReportParserParser.condition()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitExprCondition
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitProperty(ReportParserParser.PropertyContext ctx)
ReportParserParser.property()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitProperty
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitCurrentValue(ReportParserParser.CurrentValueContext ctx)
ReportParserParser.currentValue()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitCurrentValue
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitSimpleValue(ReportParserParser.SimpleValueContext ctx)
ReportParserParser.simpleValue()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitSimpleValue
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitJoin(ReportParserParser.JoinContext ctx)
ReportParserParser.join()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitJoin
在接口中 ReportParserVisitor<T>
ctx
- the parse treepublic T visitAggregate(ReportParserParser.AggregateContext ctx)
ReportParserParser.aggregate()
.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)
on ctx
.
visitAggregate
在接口中 ReportParserVisitor<T>
ctx
- the parse treeCopyright © 2022 Bstek. All rights reserved.