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 SimpleLogListenerctx - the parse treepublic void exitEvent(@NotNull
SimpleLogParser.EventContext ctx)
SimpleLogParser.event().
The default implementation does nothing.
exitEvent in interface SimpleLogListenerctx - the parse treepublic void enterEvents(@NotNull
SimpleLogParser.EventsContext ctx)
SimpleLogParser.events().
The default implementation does nothing.
enterEvents in interface SimpleLogListenerctx - the parse treepublic void exitEvents(@NotNull
SimpleLogParser.EventsContext ctx)
SimpleLogParser.events().
The default implementation does nothing.
exitEvents in interface SimpleLogListenerctx - the parse treepublic void enterTrace(@NotNull
SimpleLogParser.TraceContext ctx)
SimpleLogParser.trace().
The default implementation does nothing.
enterTrace in interface SimpleLogListenerctx - the parse treepublic void exitTrace(@NotNull
SimpleLogParser.TraceContext ctx)
SimpleLogParser.trace().
The default implementation does nothing.
exitTrace in interface SimpleLogListenerctx - the parse treepublic void enterNumtraces(@NotNull
SimpleLogParser.NumtracesContext ctx)
SimpleLogParser.numtraces().
The default implementation does nothing.
enterNumtraces in interface SimpleLogListenerctx - the parse treepublic void exitNumtraces(@NotNull
SimpleLogParser.NumtracesContext ctx)
SimpleLogParser.numtraces().
The default implementation does nothing.
exitNumtraces in interface SimpleLogListenerctx - the parse treepublic void enterLog(@NotNull
SimpleLogParser.LogContext ctx)
SimpleLogParser.log().
The default implementation does nothing.
enterLog in interface SimpleLogListenerctx - the parse treepublic void exitLog(@NotNull
SimpleLogParser.LogContext ctx)
SimpleLogParser.log().
The default implementation does nothing.
exitLog in interface SimpleLogListenerctx - 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.ParseTreeListenerpublic void exitEveryRule(@NotNull
org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(@NotNull
org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(@NotNull
org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener