public class DobjFilterParserBaseListener extends java.lang.Object implements DobjFilterParserListener
DobjFilterParserListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
DobjFilterParserBaseListener() |
public void enterFilter(DobjFilterParserParser.FilterContext ctx)
DobjFilterParserParser.filter()
.
The default implementation does nothing.
enterFilter
in interface DobjFilterParserListener
ctx
- the parse treepublic void exitFilter(DobjFilterParserParser.FilterContext ctx)
DobjFilterParserParser.filter()
.
The default implementation does nothing.
exitFilter
in interface DobjFilterParserListener
ctx
- the parse treepublic void enterOperation(DobjFilterParserParser.OperationContext ctx)
DobjFilterParserParser.operation()
.
The default implementation does nothing.
enterOperation
in interface DobjFilterParserListener
ctx
- the parse treepublic void exitOperation(DobjFilterParserParser.OperationContext ctx)
DobjFilterParserParser.operation()
.
The default implementation does nothing.
exitOperation
in interface DobjFilterParserListener
ctx
- the parse treepublic void enterOperator(DobjFilterParserParser.OperatorContext ctx)
DobjFilterParserParser.operator()
.
The default implementation does nothing.
enterOperator
in interface DobjFilterParserListener
ctx
- the parse treepublic void exitOperator(DobjFilterParserParser.OperatorContext ctx)
DobjFilterParserParser.operator()
.
The default implementation does nothing.
exitOperator
in interface DobjFilterParserListener
ctx
- the parse treepublic void enterArgument(DobjFilterParserParser.ArgumentContext ctx)
DobjFilterParserParser.argument()
.
The default implementation does nothing.
enterArgument
in interface DobjFilterParserListener
ctx
- the parse treepublic void exitArgument(DobjFilterParserParser.ArgumentContext ctx)
DobjFilterParserParser.argument()
.
The default implementation does nothing.
exitArgument
in interface DobjFilterParserListener
ctx
- the parse treepublic void enterPid(DobjFilterParserParser.PidContext ctx)
DobjFilterParserParser.pid()
.
The default implementation does nothing.
enterPid
in interface DobjFilterParserListener
ctx
- the parse treepublic void exitPid(DobjFilterParserParser.PidContext ctx)
DobjFilterParserParser.pid()
.
The default implementation does nothing.
exitPid
in interface DobjFilterParserListener
ctx
- the parse treepublic void enterText(DobjFilterParserParser.TextContext ctx)
DobjFilterParserParser.text()
.
The default implementation does nothing.
enterText
in interface DobjFilterParserListener
ctx
- the parse treepublic void exitText(DobjFilterParserParser.TextContext ctx)
DobjFilterParserParser.text()
.
The default implementation does nothing.
exitText
in interface DobjFilterParserListener
ctx
- the parse treepublic void enterBool(DobjFilterParserParser.BoolContext ctx)
DobjFilterParserParser.bool()
.
The default implementation does nothing.
enterBool
in interface DobjFilterParserListener
ctx
- the parse treepublic void exitBool(DobjFilterParserParser.BoolContext ctx)
DobjFilterParserParser.bool()
.
The default implementation does nothing.
exitBool
in interface DobjFilterParserListener
ctx
- the parse treepublic void enterZahl(DobjFilterParserParser.ZahlContext ctx)
DobjFilterParserParser.zahl()
.
The default implementation does nothing.
enterZahl
in interface DobjFilterParserListener
ctx
- the parse treepublic void exitZahl(DobjFilterParserParser.ZahlContext ctx)
DobjFilterParserParser.zahl()
.
The default implementation does nothing.
exitZahl
in interface DobjFilterParserListener
ctx
- the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener