public class ADLBaseListener extends java.lang.Object implements ADLListener
ADLListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
ADLBaseListener() |
public void enterViewObj(@NotNull ADLParser.ViewObjContext ctx)
ADLParser.viewObj()
.
The default implementation does nothing.
enterViewObj
in interface ADLListener
ctx
- the parse treepublic void exitViewObj(@NotNull ADLParser.ViewObjContext ctx)
ADLParser.viewObj()
.
The default implementation does nothing.
exitViewObj
in interface ADLListener
ctx
- the parse treepublic void enterNegation(@NotNull ADLParser.NegationContext ctx)
ADLParser.negation()
.
The default implementation does nothing.
enterNegation
in interface ADLListener
ctx
- the parse treepublic void exitNegation(@NotNull ADLParser.NegationContext ctx)
ADLParser.negation()
.
The default implementation does nothing.
exitNegation
in interface ADLListener
ctx
- the parse treepublic void enterVarName(@NotNull ADLParser.VarNameContext ctx)
ADLParser.varName()
.
The default implementation does nothing.
enterVarName
in interface ADLListener
ctx
- the parse treepublic void exitVarName(@NotNull ADLParser.VarNameContext ctx)
ADLParser.varName()
.
The default implementation does nothing.
exitVarName
in interface ADLListener
ctx
- the parse treepublic void enterParameterDetails(@NotNull ADLParser.ParameterDetailsContext ctx)
ADLParser.parameterDetails()
.
The default implementation does nothing.
enterParameterDetails
in interface ADLListener
ctx
- the parse treepublic void exitParameterDetails(@NotNull ADLParser.ParameterDetailsContext ctx)
ADLParser.parameterDetails()
.
The default implementation does nothing.
exitParameterDetails
in interface ADLListener
ctx
- the parse treepublic void enterTimeRangeDim(@NotNull ADLParser.TimeRangeDimContext ctx)
ADLParser.timeRangeDim()
.
The default implementation does nothing.
enterTimeRangeDim
in interface ADLListener
ctx
- the parse treepublic void exitTimeRangeDim(@NotNull ADLParser.TimeRangeDimContext ctx)
ADLParser.timeRangeDim()
.
The default implementation does nothing.
exitTimeRangeDim
in interface ADLListener
ctx
- the parse treepublic void enterEos(@NotNull ADLParser.EosContext ctx)
ADLParser.eos()
.
The default implementation does nothing.
enterEos
in interface ADLListener
ctx
- the parse treepublic void exitEos(@NotNull ADLParser.EosContext ctx)
ADLParser.eos()
.
The default implementation does nothing.
exitEos
in interface ADLListener
ctx
- the parse treepublic void enterProcName(@NotNull ADLParser.ProcNameContext ctx)
ADLParser.procName()
.
The default implementation does nothing.
enterProcName
in interface ADLListener
ctx
- the parse treepublic void exitProcName(@NotNull ADLParser.ProcNameContext ctx)
ADLParser.procName()
.
The default implementation does nothing.
exitProcName
in interface ADLListener
ctx
- the parse treepublic void enterUnaryPredicateName(@NotNull ADLParser.UnaryPredicateNameContext ctx)
ADLParser.unaryPredicateName()
.
The default implementation does nothing.
enterUnaryPredicateName
in interface ADLListener
ctx
- the parse treepublic void exitUnaryPredicateName(@NotNull ADLParser.UnaryPredicateNameContext ctx)
ADLParser.unaryPredicateName()
.
The default implementation does nothing.
exitUnaryPredicateName
in interface ADLListener
ctx
- the parse treepublic void enterParameterName(@NotNull ADLParser.ParameterNameContext ctx)
ADLParser.parameterName()
.
The default implementation does nothing.
enterParameterName
in interface ADLListener
ctx
- the parse treepublic void exitParameterName(@NotNull ADLParser.ParameterNameContext ctx)
ADLParser.parameterName()
.
The default implementation does nothing.
exitParameterName
in interface ADLListener
ctx
- the parse treepublic void enterProcessEntityDim(@NotNull ADLParser.ProcessEntityDimContext ctx)
ADLParser.processEntityDim()
.
The default implementation does nothing.
enterProcessEntityDim
in interface ADLListener
ctx
- the parse treepublic void exitProcessEntityDim(@NotNull ADLParser.ProcessEntityDimContext ctx)
ADLParser.processEntityDim()
.
The default implementation does nothing.
exitProcessEntityDim
in interface ADLListener
ctx
- the parse treepublic void enterActName(@NotNull ADLParser.ActNameContext ctx)
ADLParser.actName()
.
The default implementation does nothing.
enterActName
in interface ADLListener
ctx
- the parse treepublic void exitActName(@NotNull ADLParser.ActNameContext ctx)
ADLParser.actName()
.
The default implementation does nothing.
exitActName
in interface ADLListener
ctx
- the parse treepublic void enterProcessEntityName(@NotNull ADLParser.ProcessEntityNameContext ctx)
ADLParser.processEntityName()
.
The default implementation does nothing.
enterProcessEntityName
in interface ADLListener
ctx
- the parse treepublic void exitProcessEntityName(@NotNull ADLParser.ProcessEntityNameContext ctx)
ADLParser.processEntityName()
.
The default implementation does nothing.
exitProcessEntityName
in interface ADLListener
ctx
- the parse treepublic void enterBinaryPredicate(@NotNull ADLParser.BinaryPredicateContext ctx)
ADLParser.binaryPredicate()
.
The default implementation does nothing.
enterBinaryPredicate
in interface ADLListener
ctx
- the parse treepublic void exitBinaryPredicate(@NotNull ADLParser.BinaryPredicateContext ctx)
ADLParser.binaryPredicate()
.
The default implementation does nothing.
exitBinaryPredicate
in interface ADLListener
ctx
- the parse treepublic void enterPredicate(@NotNull ADLParser.PredicateContext ctx)
ADLParser.predicate()
.
The default implementation does nothing.
enterPredicate
in interface ADLListener
ctx
- the parse treepublic void exitPredicate(@NotNull ADLParser.PredicateContext ctx)
ADLParser.predicate()
.
The default implementation does nothing.
exitPredicate
in interface ADLListener
ctx
- the parse treepublic void enterFuncName(@NotNull ADLParser.FuncNameContext ctx)
ADLParser.funcName()
.
The default implementation does nothing.
enterFuncName
in interface ADLListener
ctx
- the parse treepublic void exitFuncName(@NotNull ADLParser.FuncNameContext ctx)
ADLParser.funcName()
.
The default implementation does nothing.
exitFuncName
in interface ADLListener
ctx
- the parse treepublic void enterResName(@NotNull ADLParser.ResNameContext ctx)
ADLParser.resName()
.
The default implementation does nothing.
enterResName
in interface ADLListener
ctx
- the parse treepublic void exitResName(@NotNull ADLParser.ResNameContext ctx)
ADLParser.resName()
.
The default implementation does nothing.
exitResName
in interface ADLListener
ctx
- the parse treepublic void enterSetPredicate(@NotNull ADLParser.SetPredicateContext ctx)
ADLParser.setPredicate()
.
The default implementation does nothing.
enterSetPredicate
in interface ADLListener
ctx
- the parse treepublic void exitSetPredicate(@NotNull ADLParser.SetPredicateContext ctx)
ADLParser.setPredicate()
.
The default implementation does nothing.
exitSetPredicate
in interface ADLListener
ctx
- the parse treepublic void enterProposition(@NotNull ADLParser.PropositionContext ctx)
ADLParser.proposition()
.
The default implementation does nothing.
enterProposition
in interface ADLListener
ctx
- the parse treepublic void exitProposition(@NotNull ADLParser.PropositionContext ctx)
ADLParser.proposition()
.
The default implementation does nothing.
exitProposition
in interface ADLListener
ctx
- the parse treepublic void enterTruthValue(@NotNull ADLParser.TruthValueContext ctx)
ADLParser.truthValue()
.
The default implementation does nothing.
enterTruthValue
in interface ADLListener
ctx
- the parse treepublic void exitTruthValue(@NotNull ADLParser.TruthValueContext ctx)
ADLParser.truthValue()
.
The default implementation does nothing.
exitTruthValue
in interface ADLListener
ctx
- the parse treepublic void enterAction(@NotNull ADLParser.ActionContext ctx)
ADLParser.action()
.
The default implementation does nothing.
enterAction
in interface ADLListener
ctx
- the parse treepublic void exitAction(@NotNull ADLParser.ActionContext ctx)
ADLParser.action()
.
The default implementation does nothing.
exitAction
in interface ADLListener
ctx
- the parse treepublic void enterStartTime(@NotNull ADLParser.StartTimeContext ctx)
ADLParser.startTime()
.
The default implementation does nothing.
enterStartTime
in interface ADLListener
ctx
- the parse treepublic void exitStartTime(@NotNull ADLParser.StartTimeContext ctx)
ADLParser.startTime()
.
The default implementation does nothing.
exitStartTime
in interface ADLListener
ctx
- the parse treepublic void enterViewDetails(@NotNull ADLParser.ViewDetailsContext ctx)
ADLParser.viewDetails()
.
The default implementation does nothing.
enterViewDetails
in interface ADLListener
ctx
- the parse treepublic void exitViewDetails(@NotNull ADLParser.ViewDetailsContext ctx)
ADLParser.viewDetails()
.
The default implementation does nothing.
exitViewDetails
in interface ADLListener
ctx
- the parse treepublic void enterViewProc(@NotNull ADLParser.ViewProcContext ctx)
ADLParser.viewProc()
.
The default implementation does nothing.
enterViewProc
in interface ADLListener
ctx
- the parse treepublic void exitViewProc(@NotNull ADLParser.ViewProcContext ctx)
ADLParser.viewProc()
.
The default implementation does nothing.
exitViewProc
in interface ADLListener
ctx
- the parse treepublic void enterTimeRange(@NotNull ADLParser.TimeRangeContext ctx)
ADLParser.timeRange()
.
The default implementation does nothing.
enterTimeRange
in interface ADLListener
ctx
- the parse treepublic void exitTimeRange(@NotNull ADLParser.TimeRangeContext ctx)
ADLParser.timeRange()
.
The default implementation does nothing.
exitTimeRange
in interface ADLListener
ctx
- the parse treepublic void enterOpDesc(@NotNull ADLParser.OpDescContext ctx)
ADLParser.opDesc()
.
The default implementation does nothing.
enterOpDesc
in interface ADLListener
ctx
- the parse treepublic void exitOpDesc(@NotNull ADLParser.OpDescContext ctx)
ADLParser.opDesc()
.
The default implementation does nothing.
exitOpDesc
in interface ADLListener
ctx
- the parse treepublic void enterUnaryPredicate(@NotNull ADLParser.UnaryPredicateContext ctx)
ADLParser.unaryPredicate()
.
The default implementation does nothing.
enterUnaryPredicate
in interface ADLListener
ctx
- the parse treepublic void exitUnaryPredicate(@NotNull ADLParser.UnaryPredicateContext ctx)
ADLParser.unaryPredicate()
.
The default implementation does nothing.
exitUnaryPredicate
in interface ADLListener
ctx
- the parse treepublic void enterViewRes(@NotNull ADLParser.ViewResContext ctx)
ADLParser.viewRes()
.
The default implementation does nothing.
enterViewRes
in interface ADLListener
ctx
- the parse treepublic void exitViewRes(@NotNull ADLParser.ViewResContext ctx)
ADLParser.viewRes()
.
The default implementation does nothing.
exitViewRes
in interface ADLListener
ctx
- the parse treepublic void enterRelationalPredicate(@NotNull ADLParser.RelationalPredicateContext ctx)
ADLParser.relationalPredicate()
.
The default implementation does nothing.
enterRelationalPredicate
in interface ADLListener
ctx
- the parse treepublic void exitRelationalPredicate(@NotNull ADLParser.RelationalPredicateContext ctx)
ADLParser.relationalPredicate()
.
The default implementation does nothing.
exitRelationalPredicate
in interface ADLListener
ctx
- the parse treepublic void enterAssessPredicate(@NotNull ADLParser.AssessPredicateContext ctx)
ADLParser.assessPredicate()
.
The default implementation does nothing.
enterAssessPredicate
in interface ADLListener
ctx
- the parse treepublic void exitAssessPredicate(@NotNull ADLParser.AssessPredicateContext ctx)
ADLParser.assessPredicate()
.
The default implementation does nothing.
exitAssessPredicate
in interface ADLListener
ctx
- the parse treepublic void enterViewCf(@NotNull ADLParser.ViewCfContext ctx)
ADLParser.viewCf()
.
The default implementation does nothing.
enterViewCf
in interface ADLListener
ctx
- the parse treepublic void exitViewCf(@NotNull ADLParser.ViewCfContext ctx)
ADLParser.viewCf()
.
The default implementation does nothing.
exitViewCf
in interface ADLListener
ctx
- the parse treepublic void enterEndTime(@NotNull ADLParser.EndTimeContext ctx)
ADLParser.endTime()
.
The default implementation does nothing.
enterEndTime
in interface ADLListener
ctx
- the parse treepublic void exitEndTime(@NotNull ADLParser.EndTimeContext ctx)
ADLParser.endTime()
.
The default implementation does nothing.
exitEndTime
in interface ADLListener
ctx
- the parse treepublic void enterCfName(@NotNull ADLParser.CfNameContext ctx)
ADLParser.cfName()
.
The default implementation does nothing.
enterCfName
in interface ADLListener
ctx
- the parse treepublic void exitCfName(@NotNull ADLParser.CfNameContext ctx)
ADLParser.cfName()
.
The default implementation does nothing.
exitCfName
in interface ADLListener
ctx
- the parse treepublic void enterBinaryPredicateName(@NotNull ADLParser.BinaryPredicateNameContext ctx)
ADLParser.binaryPredicateName()
.
The default implementation does nothing.
enterBinaryPredicateName
in interface ADLListener
ctx
- the parse treepublic void exitBinaryPredicateName(@NotNull ADLParser.BinaryPredicateNameContext ctx)
ADLParser.binaryPredicateName()
.
The default implementation does nothing.
exitBinaryPredicateName
in interface ADLListener
ctx
- the parse treepublic void enterActionName(@NotNull ADLParser.ActionNameContext ctx)
ADLParser.actionName()
.
The default implementation does nothing.
enterActionName
in interface ADLListener
ctx
- the parse treepublic void exitActionName(@NotNull ADLParser.ActionNameContext ctx)
ADLParser.actionName()
.
The default implementation does nothing.
exitActionName
in interface ADLListener
ctx
- the parse treepublic void enterViewAct(@NotNull ADLParser.ViewActContext ctx)
ADLParser.viewAct()
.
The default implementation does nothing.
enterViewAct
in interface ADLListener
ctx
- the parse treepublic void exitViewAct(@NotNull ADLParser.ViewActContext ctx)
ADLParser.viewAct()
.
The default implementation does nothing.
exitViewAct
in interface ADLListener
ctx
- the parse treepublic void enterEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(@NotNull org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(@NotNull org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener