Class TierDataBaseListener
- All Implemented Interfaces:
TierDataListener
,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
TierDataParserListener
TierDataListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Enter a parse tree produced byTierDataParser.comment()
.void
Enter a parse tree produced byTierDataParser.element()
.void
enterEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Enter a parse tree produced byTierDataParser.href()
.void
Enter a parse tree produced byTierDataParser.internal_media()
.void
Enter a parse tree produced byTierDataParser.label()
.void
Enter a parse tree produced byTierDataParser.link()
.void
Enter a parse tree produced byTierDataParser.number()
.void
Enter a parse tree produced byTierDataParser.tierdata()
.void
Enter a parse tree produced byTierDataParser.time_in_minutes_seconds()
.void
Enter a parse tree produced byTierDataParser.usertier()
.void
Enter a parse tree produced byTierDataParser.word()
.void
Exit a parse tree produced byTierDataParser.comment()
.void
Exit a parse tree produced byTierDataParser.element()
.void
exitEveryRule
(org.antlr.v4.runtime.ParserRuleContext ctx) void
Exit a parse tree produced byTierDataParser.href()
.void
Exit a parse tree produced byTierDataParser.internal_media()
.void
Exit a parse tree produced byTierDataParser.label()
.void
Exit a parse tree produced byTierDataParser.link()
.void
Exit a parse tree produced byTierDataParser.number()
.void
Exit a parse tree produced byTierDataParser.tierdata()
.void
Exit a parse tree produced byTierDataParser.time_in_minutes_seconds()
.void
Exit a parse tree produced byTierDataParser.usertier()
.void
Exit a parse tree produced byTierDataParser.word()
.void
visitErrorNode
(org.antlr.v4.runtime.tree.ErrorNode node) void
visitTerminal
(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
TierDataBaseListener
public TierDataBaseListener()
-
-
Method Details
-
enterUsertier
Enter a parse tree produced byTierDataParser.usertier()
.The default implementation does nothing.
- Specified by:
enterUsertier
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitUsertier
Exit a parse tree produced byTierDataParser.usertier()
.The default implementation does nothing.
- Specified by:
exitUsertier
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterTierdata
Enter a parse tree produced byTierDataParser.tierdata()
.The default implementation does nothing.
- Specified by:
enterTierdata
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitTierdata
Exit a parse tree produced byTierDataParser.tierdata()
.The default implementation does nothing.
- Specified by:
exitTierdata
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterElement
Enter a parse tree produced byTierDataParser.element()
.The default implementation does nothing.
- Specified by:
enterElement
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitElement
Exit a parse tree produced byTierDataParser.element()
.The default implementation does nothing.
- Specified by:
exitElement
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterWord
Enter a parse tree produced byTierDataParser.word()
.The default implementation does nothing.
- Specified by:
enterWord
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitWord
Exit a parse tree produced byTierDataParser.word()
.The default implementation does nothing.
- Specified by:
exitWord
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterComment
Enter a parse tree produced byTierDataParser.comment()
.The default implementation does nothing.
- Specified by:
enterComment
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitComment
Exit a parse tree produced byTierDataParser.comment()
.The default implementation does nothing.
- Specified by:
exitComment
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterInternal_media
Enter a parse tree produced byTierDataParser.internal_media()
.The default implementation does nothing.
- Specified by:
enterInternal_media
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitInternal_media
Exit a parse tree produced byTierDataParser.internal_media()
.The default implementation does nothing.
- Specified by:
exitInternal_media
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterLabel
Enter a parse tree produced byTierDataParser.label()
.The default implementation does nothing.
- Specified by:
enterLabel
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitLabel
Exit a parse tree produced byTierDataParser.label()
.The default implementation does nothing.
- Specified by:
exitLabel
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterLink
Enter a parse tree produced byTierDataParser.link()
.The default implementation does nothing.
- Specified by:
enterLink
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitLink
Exit a parse tree produced byTierDataParser.link()
.The default implementation does nothing.
- Specified by:
exitLink
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterHref
Enter a parse tree produced byTierDataParser.href()
.The default implementation does nothing.
- Specified by:
enterHref
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitHref
Exit a parse tree produced byTierDataParser.href()
.The default implementation does nothing.
- Specified by:
exitHref
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterTime_in_minutes_seconds
Enter a parse tree produced byTierDataParser.time_in_minutes_seconds()
.The default implementation does nothing.
- Specified by:
enterTime_in_minutes_seconds
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitTime_in_minutes_seconds
Exit a parse tree produced byTierDataParser.time_in_minutes_seconds()
.The default implementation does nothing.
- Specified by:
exitTime_in_minutes_seconds
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterNumber
Enter a parse tree produced byTierDataParser.number()
.The default implementation does nothing.
- Specified by:
enterNumber
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
exitNumber
Exit a parse tree produced byTierDataParser.number()
.The default implementation does nothing.
- Specified by:
exitNumber
in interfaceTierDataListener
- Parameters:
ctx
- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRule
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminal
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNode
in interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-