public class TRLogBaseListener extends java.lang.Object implements TRLogListener
TRLogListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
TRLogBaseListener() |
Modifier and Type | Method and Description |
---|---|
void |
enterEvent(TRLogParser.EventContext ctx)
Enter a parse tree produced by
TRLogParser.event() . |
void |
enterEvents(TRLogParser.EventsContext ctx)
Enter a parse tree produced by
TRLogParser.events() . |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterLog(TRLogParser.LogContext ctx)
Enter a parse tree produced by
TRLogParser.log() . |
void |
enterNumtraces(TRLogParser.NumtracesContext ctx)
Enter a parse tree produced by
TRLogParser.numtraces() . |
void |
enterTrace(TRLogParser.TraceContext ctx)
Enter a parse tree produced by
TRLogParser.trace() . |
void |
exitEvent(TRLogParser.EventContext ctx)
Exit a parse tree produced by
TRLogParser.event() . |
void |
exitEvents(TRLogParser.EventsContext ctx)
Exit a parse tree produced by
TRLogParser.events() . |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitLog(TRLogParser.LogContext ctx)
Exit a parse tree produced by
TRLogParser.log() . |
void |
exitNumtraces(TRLogParser.NumtracesContext ctx)
Exit a parse tree produced by
TRLogParser.numtraces() . |
void |
exitTrace(TRLogParser.TraceContext ctx)
Exit a parse tree produced by
TRLogParser.trace() . |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterLog(TRLogParser.LogContext ctx)
TRLogParser.log()
.
The default implementation does nothing.
enterLog
in interface TRLogListener
ctx
- the parse treepublic void exitLog(TRLogParser.LogContext ctx)
TRLogParser.log()
.
The default implementation does nothing.
exitLog
in interface TRLogListener
ctx
- the parse treepublic void enterTrace(TRLogParser.TraceContext ctx)
TRLogParser.trace()
.
The default implementation does nothing.
enterTrace
in interface TRLogListener
ctx
- the parse treepublic void exitTrace(TRLogParser.TraceContext ctx)
TRLogParser.trace()
.
The default implementation does nothing.
exitTrace
in interface TRLogListener
ctx
- the parse treepublic void enterEvents(TRLogParser.EventsContext ctx)
TRLogParser.events()
.
The default implementation does nothing.
enterEvents
in interface TRLogListener
ctx
- the parse treepublic void exitEvents(TRLogParser.EventsContext ctx)
TRLogParser.events()
.
The default implementation does nothing.
exitEvents
in interface TRLogListener
ctx
- the parse treepublic void enterNumtraces(TRLogParser.NumtracesContext ctx)
TRLogParser.numtraces()
.
The default implementation does nothing.
enterNumtraces
in interface TRLogListener
ctx
- the parse treepublic void exitNumtraces(TRLogParser.NumtracesContext ctx)
TRLogParser.numtraces()
.
The default implementation does nothing.
exitNumtraces
in interface TRLogListener
ctx
- the parse treepublic void enterEvent(TRLogParser.EventContext ctx)
TRLogParser.event()
.
The default implementation does nothing.
enterEvent
in interface TRLogListener
ctx
- the parse treepublic void exitEvent(TRLogParser.EventContext ctx)
TRLogParser.event()
.
The default implementation does nothing.
exitEvent
in interface TRLogListener
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