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 TypeMethodDescriptionvoidEnter a parse tree produced byTierDataParser.comment().voidEnter a parse tree produced byTierDataParser.element().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byTierDataParser.href().voidEnter a parse tree produced byTierDataParser.internal_media().voidEnter a parse tree produced byTierDataParser.label().voidEnter a parse tree produced byTierDataParser.link().voidEnter a parse tree produced byTierDataParser.number().voidEnter a parse tree produced byTierDataParser.tierdata().voidEnter a parse tree produced byTierDataParser.time_in_minutes_seconds().voidEnter a parse tree produced byTierDataParser.usertier().voidEnter a parse tree produced byTierDataParser.word().voidExit a parse tree produced byTierDataParser.comment().voidExit a parse tree produced byTierDataParser.element().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byTierDataParser.href().voidExit a parse tree produced byTierDataParser.internal_media().voidExit a parse tree produced byTierDataParser.label().voidExit a parse tree produced byTierDataParser.link().voidExit a parse tree produced byTierDataParser.number().voidExit a parse tree produced byTierDataParser.tierdata().voidExit a parse tree produced byTierDataParser.time_in_minutes_seconds().voidExit a parse tree produced byTierDataParser.usertier().voidExit a parse tree produced byTierDataParser.word().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(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:
enterUsertierin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitUsertier
Exit a parse tree produced byTierDataParser.usertier().The default implementation does nothing.
- Specified by:
exitUsertierin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterTierdata
Enter a parse tree produced byTierDataParser.tierdata().The default implementation does nothing.
- Specified by:
enterTierdatain interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitTierdata
Exit a parse tree produced byTierDataParser.tierdata().The default implementation does nothing.
- Specified by:
exitTierdatain interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterElement
Enter a parse tree produced byTierDataParser.element().The default implementation does nothing.
- Specified by:
enterElementin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitElement
Exit a parse tree produced byTierDataParser.element().The default implementation does nothing.
- Specified by:
exitElementin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterWord
Enter a parse tree produced byTierDataParser.word().The default implementation does nothing.
- Specified by:
enterWordin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitWord
Exit a parse tree produced byTierDataParser.word().The default implementation does nothing.
- Specified by:
exitWordin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterComment
Enter a parse tree produced byTierDataParser.comment().The default implementation does nothing.
- Specified by:
enterCommentin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitComment
Exit a parse tree produced byTierDataParser.comment().The default implementation does nothing.
- Specified by:
exitCommentin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterInternal_media
Enter a parse tree produced byTierDataParser.internal_media().The default implementation does nothing.
- Specified by:
enterInternal_mediain interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitInternal_media
Exit a parse tree produced byTierDataParser.internal_media().The default implementation does nothing.
- Specified by:
exitInternal_mediain interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterLabel
Enter a parse tree produced byTierDataParser.label().The default implementation does nothing.
- Specified by:
enterLabelin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitLabel
Exit a parse tree produced byTierDataParser.label().The default implementation does nothing.
- Specified by:
exitLabelin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterLink
Enter a parse tree produced byTierDataParser.link().The default implementation does nothing.
- Specified by:
enterLinkin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitLink
Exit a parse tree produced byTierDataParser.link().The default implementation does nothing.
- Specified by:
exitLinkin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterHref
Enter a parse tree produced byTierDataParser.href().The default implementation does nothing.
- Specified by:
enterHrefin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitHref
Exit a parse tree produced byTierDataParser.href().The default implementation does nothing.
- Specified by:
exitHrefin 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_secondsin 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_secondsin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterNumber
Enter a parse tree produced byTierDataParser.number().The default implementation does nothing.
- Specified by:
enterNumberin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
exitNumber
Exit a parse tree produced byTierDataParser.number().The default implementation does nothing.
- Specified by:
exitNumberin interfaceTierDataListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-