public class SimpleLogBaseListener extends java.lang.Object implements SimpleLogListener
SimpleLogListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
SimpleLogBaseListener() |
public void enterEvent(@NotNull SimpleLogParser.EventContext ctx)
SimpleLogParser.event()
.
The default implementation does nothing.
enterEvent
in interface SimpleLogListener
ctx
- the parse treepublic void exitEvent(@NotNull SimpleLogParser.EventContext ctx)
SimpleLogParser.event()
.
The default implementation does nothing.
exitEvent
in interface SimpleLogListener
ctx
- the parse treepublic void enterEvents(@NotNull SimpleLogParser.EventsContext ctx)
SimpleLogParser.events()
.
The default implementation does nothing.
enterEvents
in interface SimpleLogListener
ctx
- the parse treepublic void exitEvents(@NotNull SimpleLogParser.EventsContext ctx)
SimpleLogParser.events()
.
The default implementation does nothing.
exitEvents
in interface SimpleLogListener
ctx
- the parse treepublic void enterTrace(@NotNull SimpleLogParser.TraceContext ctx)
SimpleLogParser.trace()
.
The default implementation does nothing.
enterTrace
in interface SimpleLogListener
ctx
- the parse treepublic void exitTrace(@NotNull SimpleLogParser.TraceContext ctx)
SimpleLogParser.trace()
.
The default implementation does nothing.
exitTrace
in interface SimpleLogListener
ctx
- the parse treepublic void enterNumtraces(@NotNull SimpleLogParser.NumtracesContext ctx)
SimpleLogParser.numtraces()
.
The default implementation does nothing.
enterNumtraces
in interface SimpleLogListener
ctx
- the parse treepublic void exitNumtraces(@NotNull SimpleLogParser.NumtracesContext ctx)
SimpleLogParser.numtraces()
.
The default implementation does nothing.
exitNumtraces
in interface SimpleLogListener
ctx
- the parse treepublic void enterLog(@NotNull SimpleLogParser.LogContext ctx)
SimpleLogParser.log()
.
The default implementation does nothing.
enterLog
in interface SimpleLogListener
ctx
- the parse treepublic void exitLog(@NotNull SimpleLogParser.LogContext ctx)
SimpleLogParser.log()
.
The default implementation does nothing.
exitLog
in interface SimpleLogListener
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