public class OwrlBaseListener extends java.lang.Object implements OwrlListener
OwrlListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
OwrlBaseListener() |
public void enterConf(OwrlParser.ConfContext ctx)
OwrlParser.conf()
.
The default implementation does nothing.
enterConf
in interface OwrlListener
ctx
- the parse treepublic void exitConf(OwrlParser.ConfContext ctx)
OwrlParser.conf()
.
The default implementation does nothing.
exitConf
in interface OwrlListener
ctx
- the parse treepublic void enterStat(OwrlParser.StatContext ctx)
OwrlParser.stat()
.
The default implementation does nothing.
enterStat
in interface OwrlListener
ctx
- the parse treepublic void exitStat(OwrlParser.StatContext ctx)
OwrlParser.stat()
.
The default implementation does nothing.
exitStat
in interface OwrlListener
ctx
- the parse treepublic void enterExpr(OwrlParser.ExprContext ctx)
OwrlParser.expr()
.
The default implementation does nothing.
enterExpr
in interface OwrlListener
ctx
- the parse treepublic void exitExpr(OwrlParser.ExprContext ctx)
OwrlParser.expr()
.
The default implementation does nothing.
exitExpr
in interface OwrlListener
ctx
- the parse treepublic void enterAtrib(OwrlParser.AtribContext ctx)
OwrlParser.atrib()
.
The default implementation does nothing.
enterAtrib
in interface OwrlListener
ctx
- the parse treepublic void exitAtrib(OwrlParser.AtribContext ctx)
OwrlParser.atrib()
.
The default implementation does nothing.
exitAtrib
in interface OwrlListener
ctx
- the parse treepublic void enterPart(OwrlParser.PartContext ctx)
OwrlParser.part()
.
The default implementation does nothing.
enterPart
in interface OwrlListener
ctx
- the parse treepublic void exitPart(OwrlParser.PartContext ctx)
OwrlParser.part()
.
The default implementation does nothing.
exitPart
in interface OwrlListener
ctx
- the parse treepublic void enterName(OwrlParser.NameContext ctx)
OwrlParser.name()
.
The default implementation does nothing.
enterName
in interface OwrlListener
ctx
- the parse treepublic void exitName(OwrlParser.NameContext ctx)
OwrlParser.name()
.
The default implementation does nothing.
exitName
in interface OwrlListener
ctx
- the parse treepublic void enterObject(OwrlParser.ObjectContext ctx)
OwrlParser.object()
.
The default implementation does nothing.
enterObject
in interface OwrlListener
ctx
- the parse treepublic void exitObject(OwrlParser.ObjectContext ctx)
OwrlParser.object()
.
The default implementation does nothing.
exitObject
in interface OwrlListener
ctx
- the parse treepublic void enterProperty(OwrlParser.PropertyContext ctx)
OwrlParser.property()
.
The default implementation does nothing.
enterProperty
in interface OwrlListener
ctx
- the parse treepublic void exitProperty(OwrlParser.PropertyContext ctx)
OwrlParser.property()
.
The default implementation does nothing.
exitProperty
in interface OwrlListener
ctx
- the parse treepublic void enterQualitydimension(OwrlParser.QualitydimensionContext ctx)
OwrlParser.qualitydimension()
.
The default implementation does nothing.
enterQualitydimension
in interface OwrlListener
ctx
- the parse treepublic void exitQualitydimension(OwrlParser.QualitydimensionContext ctx)
OwrlParser.qualitydimension()
.
The default implementation does nothing.
exitQualitydimension
in interface OwrlListener
ctx
- the parse treepublic void enterCommand(OwrlParser.CommandContext ctx)
OwrlParser.command()
.
The default implementation does nothing.
enterCommand
in interface OwrlListener
ctx
- the parse treepublic void exitCommand(OwrlParser.CommandContext ctx)
OwrlParser.command()
.
The default implementation does nothing.
exitCommand
in interface OwrlListener
ctx
- the parse treepublic void enterValue(OwrlParser.ValueContext ctx)
OwrlParser.value()
.
The default implementation does nothing.
enterValue
in interface OwrlListener
ctx
- the parse treepublic void exitValue(OwrlParser.ValueContext ctx)
OwrlParser.value()
.
The default implementation does nothing.
exitValue
in interface OwrlListener
ctx
- the parse treepublic void enterCod(OwrlParser.CodContext ctx)
OwrlParser.cod()
.
The default implementation does nothing.
enterCod
in interface OwrlListener
ctx
- the parse treepublic void exitCod(OwrlParser.CodContext ctx)
OwrlParser.cod()
.
The default implementation does nothing.
exitCod
in interface OwrlListener
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