public class CNetBaseListener extends Object implements CNetListener
CNetListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
CNetBaseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterCount(CNetParser.CountContext ctx)
Enter a parse tree produced by
CNetParser.count(). |
void |
enterCurvar(CNetParser.CurvarContext ctx)
Enter a parse tree produced by
CNetParser.curvar(). |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
enterLine(CNetParser.LineContext ctx)
Enter a parse tree produced by
CNetParser.line(). |
void |
enterModel(CNetParser.ModelContext ctx)
Enter a parse tree produced by
CNetParser.model(). |
void |
enterTable(CNetParser.TableContext ctx)
Enter a parse tree produced by
CNetParser.table(). |
void |
enterTtline(CNetParser.TtlineContext ctx)
Enter a parse tree produced by
CNetParser.ttline(). |
void |
enterVarid(CNetParser.VaridContext ctx)
Enter a parse tree produced by
CNetParser.varid(). |
void |
exitCount(CNetParser.CountContext ctx)
Exit a parse tree produced by
CNetParser.count(). |
void |
exitCurvar(CNetParser.CurvarContext ctx)
Exit a parse tree produced by
CNetParser.curvar(). |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
void |
exitLine(CNetParser.LineContext ctx)
Exit a parse tree produced by
CNetParser.line(). |
void |
exitModel(CNetParser.ModelContext ctx)
Exit a parse tree produced by
CNetParser.model(). |
void |
exitTable(CNetParser.TableContext ctx)
Exit a parse tree produced by
CNetParser.table(). |
void |
exitTtline(CNetParser.TtlineContext ctx)
Exit a parse tree produced by
CNetParser.ttline(). |
void |
exitVarid(CNetParser.VaridContext ctx)
Exit a parse tree produced by
CNetParser.varid(). |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterModel(CNetParser.ModelContext ctx)
CNetParser.model().
The default implementation does nothing.
enterModel in interface CNetListenerctx - the parse treepublic void exitModel(CNetParser.ModelContext ctx)
CNetParser.model().
The default implementation does nothing.
exitModel in interface CNetListenerctx - the parse treepublic void enterTable(CNetParser.TableContext ctx)
CNetParser.table().
The default implementation does nothing.
enterTable in interface CNetListenerctx - the parse treepublic void exitTable(CNetParser.TableContext ctx)
CNetParser.table().
The default implementation does nothing.
exitTable in interface CNetListenerctx - the parse treepublic void enterLine(CNetParser.LineContext ctx)
CNetParser.line().
The default implementation does nothing.
enterLine in interface CNetListenerctx - the parse treepublic void exitLine(CNetParser.LineContext ctx)
CNetParser.line().
The default implementation does nothing.
exitLine in interface CNetListenerctx - the parse treepublic void enterTtline(CNetParser.TtlineContext ctx)
CNetParser.ttline().
The default implementation does nothing.
enterTtline in interface CNetListenerctx - the parse treepublic void exitTtline(CNetParser.TtlineContext ctx)
CNetParser.ttline().
The default implementation does nothing.
exitTtline in interface CNetListenerctx - the parse treepublic void enterCurvar(CNetParser.CurvarContext ctx)
CNetParser.curvar().
The default implementation does nothing.
enterCurvar in interface CNetListenerctx - the parse treepublic void exitCurvar(CNetParser.CurvarContext ctx)
CNetParser.curvar().
The default implementation does nothing.
exitCurvar in interface CNetListenerctx - the parse treepublic void enterVarid(CNetParser.VaridContext ctx)
CNetParser.varid().
The default implementation does nothing.
enterVarid in interface CNetListenerctx - the parse treepublic void exitVarid(CNetParser.VaridContext ctx)
CNetParser.varid().
The default implementation does nothing.
exitVarid in interface CNetListenerctx - the parse treepublic void enterCount(CNetParser.CountContext ctx)
CNetParser.count().
The default implementation does nothing.
enterCount in interface CNetListenerctx - the parse treepublic void exitCount(CNetParser.CountContext ctx)
CNetParser.count().
The default implementation does nothing.
exitCount in interface CNetListenerctx - 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.