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