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