public class ITNETBaseListener extends Object implements ITNETListener
ITNETListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
ITNETBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterCurvar(ITNETParser.CurvarContext ctx)
Enter a parse tree produced by
ITNETParser.curvar(). |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterLine(ITNETParser.LineContext ctx)
Enter a parse tree produced by
ITNETParser.line(). |
void |
enterMax(ITNETParser.MaxContext ctx)
Enter a parse tree produced by
ITNETParser.max(). |
void |
enterModel(ITNETParser.ModelContext ctx)
Enter a parse tree produced by
ITNETParser.model(). |
void |
enterTable(ITNETParser.TableContext ctx)
Enter a parse tree produced by
ITNETParser.table(). |
void |
enterTarget(ITNETParser.TargetContext ctx)
Enter a parse tree produced by
ITNETParser.target(). |
void |
enterTtline(ITNETParser.TtlineContext ctx)
Enter a parse tree produced by
ITNETParser.ttline(). |
void |
enterVar(ITNETParser.VarContext ctx)
Enter a parse tree produced by
ITNETParser.var(). |
void |
exitCurvar(ITNETParser.CurvarContext ctx)
Exit a parse tree produced by
ITNETParser.curvar(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitLine(ITNETParser.LineContext ctx)
Exit a parse tree produced by
ITNETParser.line(). |
void |
exitMax(ITNETParser.MaxContext ctx)
Exit a parse tree produced by
ITNETParser.max(). |
void |
exitModel(ITNETParser.ModelContext ctx)
Exit a parse tree produced by
ITNETParser.model(). |
void |
exitTable(ITNETParser.TableContext ctx)
Exit a parse tree produced by
ITNETParser.table(). |
void |
exitTarget(ITNETParser.TargetContext ctx)
Exit a parse tree produced by
ITNETParser.target(). |
void |
exitTtline(ITNETParser.TtlineContext ctx)
Exit a parse tree produced by
ITNETParser.ttline(). |
void |
exitVar(ITNETParser.VarContext ctx)
Exit a parse tree produced by
ITNETParser.var(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterModel(ITNETParser.ModelContext ctx)
ITNETParser.model().
The default implementation does nothing.
enterModel in interface ITNETListenerctx - the parse treepublic void exitModel(ITNETParser.ModelContext ctx)
ITNETParser.model().
The default implementation does nothing.
exitModel in interface ITNETListenerctx - the parse treepublic void enterTable(ITNETParser.TableContext ctx)
ITNETParser.table().
The default implementation does nothing.
enterTable in interface ITNETListenerctx - the parse treepublic void exitTable(ITNETParser.TableContext ctx)
ITNETParser.table().
The default implementation does nothing.
exitTable in interface ITNETListenerctx - the parse treepublic void enterLine(ITNETParser.LineContext ctx)
ITNETParser.line().
The default implementation does nothing.
enterLine in interface ITNETListenerctx - the parse treepublic void exitLine(ITNETParser.LineContext ctx)
ITNETParser.line().
The default implementation does nothing.
exitLine in interface ITNETListenerctx - the parse treepublic void enterTtline(ITNETParser.TtlineContext ctx)
ITNETParser.ttline().
The default implementation does nothing.
enterTtline in interface ITNETListenerctx - the parse treepublic void exitTtline(ITNETParser.TtlineContext ctx)
ITNETParser.ttline().
The default implementation does nothing.
exitTtline in interface ITNETListenerctx - the parse treepublic void enterCurvar(ITNETParser.CurvarContext ctx)
ITNETParser.curvar().
The default implementation does nothing.
enterCurvar in interface ITNETListenerctx - the parse treepublic void exitCurvar(ITNETParser.CurvarContext ctx)
ITNETParser.curvar().
The default implementation does nothing.
exitCurvar in interface ITNETListenerctx - the parse treepublic void enterTarget(ITNETParser.TargetContext ctx)
ITNETParser.target().
The default implementation does nothing.
enterTarget in interface ITNETListenerctx - the parse treepublic void exitTarget(ITNETParser.TargetContext ctx)
ITNETParser.target().
The default implementation does nothing.
exitTarget in interface ITNETListenerctx - the parse treepublic void enterVar(ITNETParser.VarContext ctx)
ITNETParser.var().
The default implementation does nothing.
enterVar in interface ITNETListenerctx - the parse treepublic void exitVar(ITNETParser.VarContext ctx)
ITNETParser.var().
The default implementation does nothing.
exitVar in interface ITNETListenerctx - the parse treepublic void enterMax(ITNETParser.MaxContext ctx)
ITNETParser.max().
The default implementation does nothing.
enterMax in interface ITNETListenerctx - the parse treepublic void exitMax(ITNETParser.MaxContext ctx)
ITNETParser.max().
The default implementation does nothing.
exitMax in interface ITNETListenerctx - 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.ParseTreeListenerCopyright © 2012–2020. All rights reserved.