public class CDLBaseListener extends java.lang.Object implements CDLListener
CDLListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
CDLBaseListener() |
public void enterNegation(@NotNull CDLParser.NegationContext ctx)
CDLParser.negation()
.
The default implementation does nothing.
enterNegation
in interface CDLListener
ctx
- the parse treepublic void exitNegation(@NotNull CDLParser.NegationContext ctx)
CDLParser.negation()
.
The default implementation does nothing.
exitNegation
in interface CDLListener
ctx
- the parse treepublic void enterVarName(@NotNull CDLParser.VarNameContext ctx)
CDLParser.varName()
.
The default implementation does nothing.
enterVarName
in interface CDLListener
ctx
- the parse treepublic void exitVarName(@NotNull CDLParser.VarNameContext ctx)
CDLParser.varName()
.
The default implementation does nothing.
exitVarName
in interface CDLListener
ctx
- the parse treepublic void enterEvaluatePredicate(@NotNull CDLParser.EvaluatePredicateContext ctx)
CDLParser.evaluatePredicate()
.
The default implementation does nothing.
enterEvaluatePredicate
in interface CDLListener
ctx
- the parse treepublic void exitEvaluatePredicate(@NotNull CDLParser.EvaluatePredicateContext ctx)
CDLParser.evaluatePredicate()
.
The default implementation does nothing.
exitEvaluatePredicate
in interface CDLListener
ctx
- the parse treepublic void enterFilterName(@NotNull CDLParser.FilterNameContext ctx)
CDLParser.filterName()
.
The default implementation does nothing.
enterFilterName
in interface CDLListener
ctx
- the parse treepublic void exitFilterName(@NotNull CDLParser.FilterNameContext ctx)
CDLParser.filterName()
.
The default implementation does nothing.
exitFilterName
in interface CDLListener
ctx
- the parse treepublic void enterEos(@NotNull CDLParser.EosContext ctx)
CDLParser.eos()
.
The default implementation does nothing.
enterEos
in interface CDLListener
ctx
- the parse treepublic void exitEos(@NotNull CDLParser.EosContext ctx)
CDLParser.eos()
.
The default implementation does nothing.
exitEos
in interface CDLListener
ctx
- the parse treepublic void enterProcName(@NotNull CDLParser.ProcNameContext ctx)
CDLParser.procName()
.
The default implementation does nothing.
enterProcName
in interface CDLListener
ctx
- the parse treepublic void exitProcName(@NotNull CDLParser.ProcNameContext ctx)
CDLParser.procName()
.
The default implementation does nothing.
exitProcName
in interface CDLListener
ctx
- the parse treepublic void enterValidatePredicate(@NotNull CDLParser.ValidatePredicateContext ctx)
CDLParser.validatePredicate()
.
The default implementation does nothing.
enterValidatePredicate
in interface CDLListener
ctx
- the parse treepublic void exitValidatePredicate(@NotNull CDLParser.ValidatePredicateContext ctx)
CDLParser.validatePredicate()
.
The default implementation does nothing.
exitValidatePredicate
in interface CDLListener
ctx
- the parse treepublic void enterUnaryPredicateName(@NotNull CDLParser.UnaryPredicateNameContext ctx)
CDLParser.unaryPredicateName()
.
The default implementation does nothing.
enterUnaryPredicateName
in interface CDLListener
ctx
- the parse treepublic void exitUnaryPredicateName(@NotNull CDLParser.UnaryPredicateNameContext ctx)
CDLParser.unaryPredicateName()
.
The default implementation does nothing.
exitUnaryPredicateName
in interface CDLListener
ctx
- the parse treepublic void enterAcquireQuery(@NotNull CDLParser.AcquireQueryContext ctx)
CDLParser.acquireQuery()
.
The default implementation does nothing.
enterAcquireQuery
in interface CDLListener
ctx
- the parse treepublic void exitAcquireQuery(@NotNull CDLParser.AcquireQueryContext ctx)
CDLParser.acquireQuery()
.
The default implementation does nothing.
exitAcquireQuery
in interface CDLListener
ctx
- the parse treepublic void enterActName(@NotNull CDLParser.ActNameContext ctx)
CDLParser.actName()
.
The default implementation does nothing.
enterActName
in interface CDLListener
ctx
- the parse treepublic void exitActName(@NotNull CDLParser.ActNameContext ctx)
CDLParser.actName()
.
The default implementation does nothing.
exitActName
in interface CDLListener
ctx
- the parse treepublic void enterVmap(@NotNull CDLParser.VmapContext ctx)
CDLParser.vmap()
.
The default implementation does nothing.
enterVmap
in interface CDLListener
ctx
- the parse treepublic void exitVmap(@NotNull CDLParser.VmapContext ctx)
CDLParser.vmap()
.
The default implementation does nothing.
exitVmap
in interface CDLListener
ctx
- the parse treepublic void enterPredicate(@NotNull CDLParser.PredicateContext ctx)
CDLParser.predicate()
.
The default implementation does nothing.
enterPredicate
in interface CDLListener
ctx
- the parse treepublic void exitPredicate(@NotNull CDLParser.PredicateContext ctx)
CDLParser.predicate()
.
The default implementation does nothing.
exitPredicate
in interface CDLListener
ctx
- the parse treepublic void enterFuncName(@NotNull CDLParser.FuncNameContext ctx)
CDLParser.funcName()
.
The default implementation does nothing.
enterFuncName
in interface CDLListener
ctx
- the parse treepublic void exitFuncName(@NotNull CDLParser.FuncNameContext ctx)
CDLParser.funcName()
.
The default implementation does nothing.
exitFuncName
in interface CDLListener
ctx
- the parse treepublic void enterResName(@NotNull CDLParser.ResNameContext ctx)
CDLParser.resName()
.
The default implementation does nothing.
enterResName
in interface CDLListener
ctx
- the parse treepublic void exitResName(@NotNull CDLParser.ResNameContext ctx)
CDLParser.resName()
.
The default implementation does nothing.
exitResName
in interface CDLListener
ctx
- the parse treepublic void enterSetPredicate(@NotNull CDLParser.SetPredicateContext ctx)
CDLParser.setPredicate()
.
The default implementation does nothing.
enterSetPredicate
in interface CDLListener
ctx
- the parse treepublic void exitSetPredicate(@NotNull CDLParser.SetPredicateContext ctx)
CDLParser.setPredicate()
.
The default implementation does nothing.
exitSetPredicate
in interface CDLListener
ctx
- the parse treepublic void enterCtxVmap(@NotNull CDLParser.CtxVmapContext ctx)
CDLParser.ctxVmap()
.
The default implementation does nothing.
enterCtxVmap
in interface CDLListener
ctx
- the parse treepublic void exitCtxVmap(@NotNull CDLParser.CtxVmapContext ctx)
CDLParser.ctxVmap()
.
The default implementation does nothing.
exitCtxVmap
in interface CDLListener
ctx
- the parse treepublic void enterEntityName(@NotNull CDLParser.EntityNameContext ctx)
CDLParser.entityName()
.
The default implementation does nothing.
enterEntityName
in interface CDLListener
ctx
- the parse treepublic void exitEntityName(@NotNull CDLParser.EntityNameContext ctx)
CDLParser.entityName()
.
The default implementation does nothing.
exitEntityName
in interface CDLListener
ctx
- the parse treepublic void enterProposition(@NotNull CDLParser.PropositionContext ctx)
CDLParser.proposition()
.
The default implementation does nothing.
enterProposition
in interface CDLListener
ctx
- the parse treepublic void exitProposition(@NotNull CDLParser.PropositionContext ctx)
CDLParser.proposition()
.
The default implementation does nothing.
exitProposition
in interface CDLListener
ctx
- the parse treepublic void enterTruthValue(@NotNull CDLParser.TruthValueContext ctx)
CDLParser.truthValue()
.
The default implementation does nothing.
enterTruthValue
in interface CDLListener
ctx
- the parse treepublic void exitTruthValue(@NotNull CDLParser.TruthValueContext ctx)
CDLParser.truthValue()
.
The default implementation does nothing.
exitTruthValue
in interface CDLListener
ctx
- the parse treepublic void enterAttrName(@NotNull CDLParser.AttrNameContext ctx)
CDLParser.attrName()
.
The default implementation does nothing.
enterAttrName
in interface CDLListener
ctx
- the parse treepublic void exitAttrName(@NotNull CDLParser.AttrNameContext ctx)
CDLParser.attrName()
.
The default implementation does nothing.
exitAttrName
in interface CDLListener
ctx
- the parse treepublic void enterContextDetails(@NotNull CDLParser.ContextDetailsContext ctx)
CDLParser.contextDetails()
.
The default implementation does nothing.
enterContextDetails
in interface CDLListener
ctx
- the parse treepublic void exitContextDetails(@NotNull CDLParser.ContextDetailsContext ctx)
CDLParser.contextDetails()
.
The default implementation does nothing.
exitContextDetails
in interface CDLListener
ctx
- the parse treepublic void enterCtxProc(@NotNull CDLParser.CtxProcContext ctx)
CDLParser.ctxProc()
.
The default implementation does nothing.
enterCtxProc
in interface CDLListener
ctx
- the parse treepublic void exitCtxProc(@NotNull CDLParser.CtxProcContext ctx)
CDLParser.ctxProc()
.
The default implementation does nothing.
exitCtxProc
in interface CDLListener
ctx
- the parse treepublic void enterCtxAct(@NotNull CDLParser.CtxActContext ctx)
CDLParser.ctxAct()
.
The default implementation does nothing.
enterCtxAct
in interface CDLListener
ctx
- the parse treepublic void exitCtxAct(@NotNull CDLParser.CtxActContext ctx)
CDLParser.ctxAct()
.
The default implementation does nothing.
exitCtxAct
in interface CDLListener
ctx
- the parse treepublic void enterUnaryPredicate(@NotNull CDLParser.UnaryPredicateContext ctx)
CDLParser.unaryPredicate()
.
The default implementation does nothing.
enterUnaryPredicate
in interface CDLListener
ctx
- the parse treepublic void exitUnaryPredicate(@NotNull CDLParser.UnaryPredicateContext ctx)
CDLParser.unaryPredicate()
.
The default implementation does nothing.
exitUnaryPredicate
in interface CDLListener
ctx
- the parse treepublic void enterObjValue(@NotNull CDLParser.ObjValueContext ctx)
CDLParser.objValue()
.
The default implementation does nothing.
enterObjValue
in interface CDLListener
ctx
- the parse treepublic void exitObjValue(@NotNull CDLParser.ObjValueContext ctx)
CDLParser.objValue()
.
The default implementation does nothing.
exitObjValue
in interface CDLListener
ctx
- the parse treepublic void enterConstraintName(@NotNull CDLParser.ConstraintNameContext ctx)
CDLParser.constraintName()
.
The default implementation does nothing.
enterConstraintName
in interface CDLListener
ctx
- the parse treepublic void exitConstraintName(@NotNull CDLParser.ConstraintNameContext ctx)
CDLParser.constraintName()
.
The default implementation does nothing.
exitConstraintName
in interface CDLListener
ctx
- the parse treepublic void enterObjName(@NotNull CDLParser.ObjNameContext ctx)
CDLParser.objName()
.
The default implementation does nothing.
enterObjName
in interface CDLListener
ctx
- the parse treepublic void exitObjName(@NotNull CDLParser.ObjNameContext ctx)
CDLParser.objName()
.
The default implementation does nothing.
exitObjName
in interface CDLListener
ctx
- the parse treepublic void enterCtxOmap(@NotNull CDLParser.CtxOmapContext ctx)
CDLParser.ctxOmap()
.
The default implementation does nothing.
enterCtxOmap
in interface CDLListener
ctx
- the parse treepublic void exitCtxOmap(@NotNull CDLParser.CtxOmapContext ctx)
CDLParser.ctxOmap()
.
The default implementation does nothing.
exitCtxOmap
in interface CDLListener
ctx
- the parse treepublic void enterRelationalPredicate(@NotNull CDLParser.RelationalPredicateContext ctx)
CDLParser.relationalPredicate()
.
The default implementation does nothing.
enterRelationalPredicate
in interface CDLListener
ctx
- the parse treepublic void exitRelationalPredicate(@NotNull CDLParser.RelationalPredicateContext ctx)
CDLParser.relationalPredicate()
.
The default implementation does nothing.
exitRelationalPredicate
in interface CDLListener
ctx
- the parse treepublic void enterCtxRes(@NotNull CDLParser.CtxResContext ctx)
CDLParser.ctxRes()
.
The default implementation does nothing.
enterCtxRes
in interface CDLListener
ctx
- the parse treepublic void exitCtxRes(@NotNull CDLParser.CtxResContext ctx)
CDLParser.ctxRes()
.
The default implementation does nothing.
exitCtxRes
in interface CDLListener
ctx
- the parse treepublic void enterAcqName(@NotNull CDLParser.AcqNameContext ctx)
CDLParser.acqName()
.
The default implementation does nothing.
enterAcqName
in interface CDLListener
ctx
- the parse treepublic void exitAcqName(@NotNull CDLParser.AcqNameContext ctx)
CDLParser.acqName()
.
The default implementation does nothing.
exitAcqName
in interface CDLListener
ctx
- the parse treepublic void enterObjectName(@NotNull CDLParser.ObjectNameContext ctx)
CDLParser.objectName()
.
The default implementation does nothing.
enterObjectName
in interface CDLListener
ctx
- the parse treepublic void exitObjectName(@NotNull CDLParser.ObjectNameContext ctx)
CDLParser.objectName()
.
The default implementation does nothing.
exitObjectName
in interface CDLListener
ctx
- the parse treepublic void enterOmap(@NotNull CDLParser.OmapContext ctx)
CDLParser.omap()
.
The default implementation does nothing.
enterOmap
in interface CDLListener
ctx
- the parse treepublic void exitOmap(@NotNull CDLParser.OmapContext ctx)
CDLParser.omap()
.
The default implementation does nothing.
exitOmap
in interface CDLListener
ctx
- the parse treepublic void enterConstraint(@NotNull CDLParser.ConstraintContext ctx)
CDLParser.constraint()
.
The default implementation does nothing.
enterConstraint
in interface CDLListener
ctx
- the parse treepublic void exitConstraint(@NotNull CDLParser.ConstraintContext ctx)
CDLParser.constraint()
.
The default implementation does nothing.
exitConstraint
in interface CDLListener
ctx
- the parse treepublic void enterAttrValue(@NotNull CDLParser.AttrValueContext ctx)
CDLParser.attrValue()
.
The default implementation does nothing.
enterAttrValue
in interface CDLListener
ctx
- the parse treepublic void exitAttrValue(@NotNull CDLParser.AttrValueContext ctx)
CDLParser.attrValue()
.
The default implementation does nothing.
exitAttrValue
in interface CDLListener
ctx
- the parse treepublic void enterControlflowPredicate(@NotNull CDLParser.ControlflowPredicateContext ctx)
CDLParser.controlflowPredicate()
.
The default implementation does nothing.
enterControlflowPredicate
in interface CDLListener
ctx
- the parse treepublic void exitControlflowPredicate(@NotNull CDLParser.ControlflowPredicateContext ctx)
CDLParser.controlflowPredicate()
.
The default implementation does nothing.
exitControlflowPredicate
in interface CDLListener
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