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 SimpleResourceLogListenerctx - the parse treepublic void exitLog(SimpleResourceLogParser.LogContext ctx)
SimpleResourceLogParser.log().
The default implementation does nothing.
exitLog in interface SimpleResourceLogListenerctx - the parse treepublic void enterTrace(SimpleResourceLogParser.TraceContext ctx)
SimpleResourceLogParser.trace().
The default implementation does nothing.
enterTrace in interface SimpleResourceLogListenerctx - the parse treepublic void exitTrace(SimpleResourceLogParser.TraceContext ctx)
SimpleResourceLogParser.trace().
The default implementation does nothing.
exitTrace in interface SimpleResourceLogListenerctx - the parse treepublic void enterEvents(SimpleResourceLogParser.EventsContext ctx)
SimpleResourceLogParser.events().
The default implementation does nothing.
enterEvents in interface SimpleResourceLogListenerctx - the parse treepublic void exitEvents(SimpleResourceLogParser.EventsContext ctx)
SimpleResourceLogParser.events().
The default implementation does nothing.
exitEvents in interface SimpleResourceLogListenerctx - the parse treepublic void enterNumtraces(SimpleResourceLogParser.NumtracesContext ctx)
SimpleResourceLogParser.numtraces().
The default implementation does nothing.
enterNumtraces in interface SimpleResourceLogListenerctx - the parse treepublic void exitNumtraces(SimpleResourceLogParser.NumtracesContext ctx)
SimpleResourceLogParser.numtraces().
The default implementation does nothing.
exitNumtraces in interface SimpleResourceLogListenerctx - the parse treepublic void enterEvent(SimpleResourceLogParser.EventContext ctx)
SimpleResourceLogParser.event().
The default implementation does nothing.
enterEvent in interface SimpleResourceLogListenerctx - the parse treepublic void exitEvent(SimpleResourceLogParser.EventContext ctx)
SimpleResourceLogParser.event().
The default implementation does nothing.
exitEvent in interface SimpleResourceLogListenerctx - the parse treepublic void enterActivity(SimpleResourceLogParser.ActivityContext ctx)
SimpleResourceLogParser.activity().
The default implementation does nothing.
enterActivity in interface SimpleResourceLogListenerctx - the parse treepublic void exitActivity(SimpleResourceLogParser.ActivityContext ctx)
SimpleResourceLogParser.activity().
The default implementation does nothing.
exitActivity in interface SimpleResourceLogListenerctx - the parse treepublic void enterResource(SimpleResourceLogParser.ResourceContext ctx)
SimpleResourceLogParser.resource().
The default implementation does nothing.
enterResource in interface SimpleResourceLogListenerctx - the parse treepublic void exitResource(SimpleResourceLogParser.ResourceContext ctx)
SimpleResourceLogParser.resource().
The default implementation does nothing.
exitResource in interface SimpleResourceLogListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener