Class RockerParserBaseListener
- All Implemented Interfaces:
RockerParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
- Direct Known Subclasses:
TemplateParser.TemplateParserListener
RockerParserListener,
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 byRockerParser.argumentsDeclaration().voidEnter a parse tree produced byRockerParser.argumentsStatement().voidEnter a parse tree produced byRockerParser.block().voidEnter a parse tree produced byRockerParser.comment().voidEnter a parse tree produced byRockerParser.contentClosure().voidEnter a parse tree produced byRockerParser.contentClosureExpression().voidEnter a parse tree produced byRockerParser.eval().voidEnter a parse tree produced byRockerParser.evalExpression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced byRockerParser.forBlock().voidEnter a parse tree produced byRockerParser.ifBlock().voidEnter a parse tree produced byRockerParser.ifElseBlock().voidEnter a parse tree produced byRockerParser.ifElseIfBlock().voidEnter a parse tree produced byRockerParser.importDeclaration().voidEnter a parse tree produced byRockerParser.importStatement().voidEnter a parse tree produced byRockerParser.nullTernary().voidEnter a parse tree produced byRockerParser.nullTernaryExpression().voidEnter a parse tree produced byRockerParser.optionDeclaration().voidEnter a parse tree produced byRockerParser.optionStatement().voidEnter a parse tree produced byRockerParser.plain().voidEnter a parse tree produced byRockerParser.plainBlock().voidEnter a parse tree produced byRockerParser.plainElseBlock().voidEnter a parse tree produced byRockerParser.plainElseIfBlock().voidEnter a parse tree produced byRockerParser.switchBlock().voidEnter a parse tree produced byRockerParser.switchCase().voidEnter a parse tree produced byRockerParser.switchDefault().voidEnter a parse tree produced byRockerParser.switchExpressionBlock().voidEnter a parse tree produced byRockerParser.switchExpressionCase().voidEnter a parse tree produced byRockerParser.switchExpressionDefault().voidEnter a parse tree produced byRockerParser.template().voidEnter a parse tree produced byRockerParser.templateContent().voidEnter a parse tree produced byRockerParser.value().voidEnter a parse tree produced byRockerParser.valueClosure().voidEnter a parse tree produced byRockerParser.valueClosureExpression().voidEnter a parse tree produced byRockerParser.valueExpression().voidEnter a parse tree produced byRockerParser.withBlock().voidEnter a parse tree produced byRockerParser.withElseBlock().voidExit a parse tree produced byRockerParser.argumentsDeclaration().voidExit a parse tree produced byRockerParser.argumentsStatement().voidExit a parse tree produced byRockerParser.block().voidExit a parse tree produced byRockerParser.comment().voidExit a parse tree produced byRockerParser.contentClosure().voidExit a parse tree produced byRockerParser.contentClosureExpression().voidExit a parse tree produced byRockerParser.eval().voidExit a parse tree produced byRockerParser.evalExpression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced byRockerParser.forBlock().voidExit a parse tree produced byRockerParser.ifBlock().voidExit a parse tree produced byRockerParser.ifElseBlock().voidExit a parse tree produced byRockerParser.ifElseIfBlock().voidExit a parse tree produced byRockerParser.importDeclaration().voidExit a parse tree produced byRockerParser.importStatement().voidExit a parse tree produced byRockerParser.nullTernary().voidExit a parse tree produced byRockerParser.nullTernaryExpression().voidExit a parse tree produced byRockerParser.optionDeclaration().voidExit a parse tree produced byRockerParser.optionStatement().voidExit a parse tree produced byRockerParser.plain().voidExit a parse tree produced byRockerParser.plainBlock().voidExit a parse tree produced byRockerParser.plainElseBlock().voidExit a parse tree produced byRockerParser.plainElseIfBlock().voidExit a parse tree produced byRockerParser.switchBlock().voidExit a parse tree produced byRockerParser.switchCase().voidExit a parse tree produced byRockerParser.switchDefault().voidExit a parse tree produced byRockerParser.switchExpressionBlock().voidExit a parse tree produced byRockerParser.switchExpressionCase().voidExit a parse tree produced byRockerParser.switchExpressionDefault().voidExit a parse tree produced byRockerParser.template().voidExit a parse tree produced byRockerParser.templateContent().voidExit a parse tree produced byRockerParser.value().voidExit a parse tree produced byRockerParser.valueClosure().voidExit a parse tree produced byRockerParser.valueClosureExpression().voidExit a parse tree produced byRockerParser.valueExpression().voidExit a parse tree produced byRockerParser.withBlock().voidExit a parse tree produced byRockerParser.withElseBlock().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Constructor Details
-
RockerParserBaseListener
public RockerParserBaseListener()
-
-
Method Details
-
enterTemplate
Enter a parse tree produced byRockerParser.template().The default implementation does nothing.
- Specified by:
enterTemplatein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitTemplate
Exit a parse tree produced byRockerParser.template().The default implementation does nothing.
- Specified by:
exitTemplatein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterPlain
Enter a parse tree produced byRockerParser.plain().The default implementation does nothing.
- Specified by:
enterPlainin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitPlain
Exit a parse tree produced byRockerParser.plain().The default implementation does nothing.
- Specified by:
exitPlainin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterPlainBlock
Enter a parse tree produced byRockerParser.plainBlock().The default implementation does nothing.
- Specified by:
enterPlainBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitPlainBlock
Exit a parse tree produced byRockerParser.plainBlock().The default implementation does nothing.
- Specified by:
exitPlainBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterPlainElseIfBlock
Enter a parse tree produced byRockerParser.plainElseIfBlock().The default implementation does nothing.
- Specified by:
enterPlainElseIfBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitPlainElseIfBlock
Exit a parse tree produced byRockerParser.plainElseIfBlock().The default implementation does nothing.
- Specified by:
exitPlainElseIfBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterPlainElseBlock
Enter a parse tree produced byRockerParser.plainElseBlock().The default implementation does nothing.
- Specified by:
enterPlainElseBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitPlainElseBlock
Exit a parse tree produced byRockerParser.plainElseBlock().The default implementation does nothing.
- Specified by:
exitPlainElseBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterComment
Enter a parse tree produced byRockerParser.comment().The default implementation does nothing.
- Specified by:
enterCommentin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitComment
Exit a parse tree produced byRockerParser.comment().The default implementation does nothing.
- Specified by:
exitCommentin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterImportDeclaration
Enter a parse tree produced byRockerParser.importDeclaration().The default implementation does nothing.
- Specified by:
enterImportDeclarationin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitImportDeclaration
Exit a parse tree produced byRockerParser.importDeclaration().The default implementation does nothing.
- Specified by:
exitImportDeclarationin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterImportStatement
Enter a parse tree produced byRockerParser.importStatement().The default implementation does nothing.
- Specified by:
enterImportStatementin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitImportStatement
Exit a parse tree produced byRockerParser.importStatement().The default implementation does nothing.
- Specified by:
exitImportStatementin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterOptionDeclaration
Enter a parse tree produced byRockerParser.optionDeclaration().The default implementation does nothing.
- Specified by:
enterOptionDeclarationin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitOptionDeclaration
Exit a parse tree produced byRockerParser.optionDeclaration().The default implementation does nothing.
- Specified by:
exitOptionDeclarationin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterOptionStatement
Enter a parse tree produced byRockerParser.optionStatement().The default implementation does nothing.
- Specified by:
enterOptionStatementin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitOptionStatement
Exit a parse tree produced byRockerParser.optionStatement().The default implementation does nothing.
- Specified by:
exitOptionStatementin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterArgumentsDeclaration
Enter a parse tree produced byRockerParser.argumentsDeclaration().The default implementation does nothing.
- Specified by:
enterArgumentsDeclarationin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitArgumentsDeclaration
Exit a parse tree produced byRockerParser.argumentsDeclaration().The default implementation does nothing.
- Specified by:
exitArgumentsDeclarationin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterArgumentsStatement
Enter a parse tree produced byRockerParser.argumentsStatement().The default implementation does nothing.
- Specified by:
enterArgumentsStatementin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitArgumentsStatement
Exit a parse tree produced byRockerParser.argumentsStatement().The default implementation does nothing.
- Specified by:
exitArgumentsStatementin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterTemplateContent
Enter a parse tree produced byRockerParser.templateContent().The default implementation does nothing.
- Specified by:
enterTemplateContentin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitTemplateContent
Exit a parse tree produced byRockerParser.templateContent().The default implementation does nothing.
- Specified by:
exitTemplateContentin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced byRockerParser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced byRockerParser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterIfBlock
Enter a parse tree produced byRockerParser.ifBlock().The default implementation does nothing.
- Specified by:
enterIfBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitIfBlock
Exit a parse tree produced byRockerParser.ifBlock().The default implementation does nothing.
- Specified by:
exitIfBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterIfElseIfBlock
Enter a parse tree produced byRockerParser.ifElseIfBlock().The default implementation does nothing.
- Specified by:
enterIfElseIfBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitIfElseIfBlock
Exit a parse tree produced byRockerParser.ifElseIfBlock().The default implementation does nothing.
- Specified by:
exitIfElseIfBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterIfElseBlock
Enter a parse tree produced byRockerParser.ifElseBlock().The default implementation does nothing.
- Specified by:
enterIfElseBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitIfElseBlock
Exit a parse tree produced byRockerParser.ifElseBlock().The default implementation does nothing.
- Specified by:
exitIfElseBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterForBlock
Enter a parse tree produced byRockerParser.forBlock().The default implementation does nothing.
- Specified by:
enterForBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitForBlock
Exit a parse tree produced byRockerParser.forBlock().The default implementation does nothing.
- Specified by:
exitForBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterWithBlock
Enter a parse tree produced byRockerParser.withBlock().The default implementation does nothing.
- Specified by:
enterWithBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitWithBlock
Exit a parse tree produced byRockerParser.withBlock().The default implementation does nothing.
- Specified by:
exitWithBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterWithElseBlock
Enter a parse tree produced byRockerParser.withElseBlock().The default implementation does nothing.
- Specified by:
enterWithElseBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitWithElseBlock
Exit a parse tree produced byRockerParser.withElseBlock().The default implementation does nothing.
- Specified by:
exitWithElseBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterContentClosure
Enter a parse tree produced byRockerParser.contentClosure().The default implementation does nothing.
- Specified by:
enterContentClosurein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitContentClosure
Exit a parse tree produced byRockerParser.contentClosure().The default implementation does nothing.
- Specified by:
exitContentClosurein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterContentClosureExpression
Enter a parse tree produced byRockerParser.contentClosureExpression().The default implementation does nothing.
- Specified by:
enterContentClosureExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitContentClosureExpression
Exit a parse tree produced byRockerParser.contentClosureExpression().The default implementation does nothing.
- Specified by:
exitContentClosureExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterValueClosure
Enter a parse tree produced byRockerParser.valueClosure().The default implementation does nothing.
- Specified by:
enterValueClosurein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitValueClosure
Exit a parse tree produced byRockerParser.valueClosure().The default implementation does nothing.
- Specified by:
exitValueClosurein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterValueClosureExpression
Enter a parse tree produced byRockerParser.valueClosureExpression().The default implementation does nothing.
- Specified by:
enterValueClosureExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitValueClosureExpression
Exit a parse tree produced byRockerParser.valueClosureExpression().The default implementation does nothing.
- Specified by:
exitValueClosureExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byRockerParser.value().The default implementation does nothing.
- Specified by:
enterValuein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byRockerParser.value().The default implementation does nothing.
- Specified by:
exitValuein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterValueExpression
Enter a parse tree produced byRockerParser.valueExpression().The default implementation does nothing.
- Specified by:
enterValueExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitValueExpression
Exit a parse tree produced byRockerParser.valueExpression().The default implementation does nothing.
- Specified by:
exitValueExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterNullTernary
Enter a parse tree produced byRockerParser.nullTernary().The default implementation does nothing.
- Specified by:
enterNullTernaryin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitNullTernary
Exit a parse tree produced byRockerParser.nullTernary().The default implementation does nothing.
- Specified by:
exitNullTernaryin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterNullTernaryExpression
Enter a parse tree produced byRockerParser.nullTernaryExpression().The default implementation does nothing.
- Specified by:
enterNullTernaryExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitNullTernaryExpression
Exit a parse tree produced byRockerParser.nullTernaryExpression().The default implementation does nothing.
- Specified by:
exitNullTernaryExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterEval
Enter a parse tree produced byRockerParser.eval().The default implementation does nothing.
- Specified by:
enterEvalin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitEval
Exit a parse tree produced byRockerParser.eval().The default implementation does nothing.
- Specified by:
exitEvalin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterEvalExpression
Enter a parse tree produced byRockerParser.evalExpression().The default implementation does nothing.
- Specified by:
enterEvalExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitEvalExpression
Exit a parse tree produced byRockerParser.evalExpression().The default implementation does nothing.
- Specified by:
exitEvalExpressionin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterSwitchBlock
Enter a parse tree produced byRockerParser.switchBlock().The default implementation does nothing.
- Specified by:
enterSwitchBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitSwitchBlock
Exit a parse tree produced byRockerParser.switchBlock().The default implementation does nothing.
- Specified by:
exitSwitchBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterSwitchCase
Enter a parse tree produced byRockerParser.switchCase().The default implementation does nothing.
- Specified by:
enterSwitchCasein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitSwitchCase
Exit a parse tree produced byRockerParser.switchCase().The default implementation does nothing.
- Specified by:
exitSwitchCasein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterSwitchDefault
Enter a parse tree produced byRockerParser.switchDefault().The default implementation does nothing.
- Specified by:
enterSwitchDefaultin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitSwitchDefault
Exit a parse tree produced byRockerParser.switchDefault().The default implementation does nothing.
- Specified by:
exitSwitchDefaultin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterSwitchExpressionBlock
Enter a parse tree produced byRockerParser.switchExpressionBlock().The default implementation does nothing.
- Specified by:
enterSwitchExpressionBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitSwitchExpressionBlock
Exit a parse tree produced byRockerParser.switchExpressionBlock().The default implementation does nothing.
- Specified by:
exitSwitchExpressionBlockin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterSwitchExpressionCase
Enter a parse tree produced byRockerParser.switchExpressionCase().The default implementation does nothing.
- Specified by:
enterSwitchExpressionCasein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitSwitchExpressionCase
Exit a parse tree produced byRockerParser.switchExpressionCase().The default implementation does nothing.
- Specified by:
exitSwitchExpressionCasein interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
enterSwitchExpressionDefault
Enter a parse tree produced byRockerParser.switchExpressionDefault().The default implementation does nothing.
- Specified by:
enterSwitchExpressionDefaultin interfaceRockerParserListener- Parameters:
ctx- the parse tree
-
exitSwitchExpressionDefault
Exit a parse tree produced byRockerParser.switchExpressionDefault().The default implementation does nothing.
- Specified by:
exitSwitchExpressionDefaultin interfaceRockerParserListener- 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
-