Package com.fizzed.rocker.antlr4
Interface RockerParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
RockerParserBaseListener,TemplateParser.TemplateParserListener
public interface RockerParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
RockerParser.-
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().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().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().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterTemplate
Enter a parse tree produced byRockerParser.template().- Parameters:
ctx- the parse tree
-
exitTemplate
Exit a parse tree produced byRockerParser.template().- Parameters:
ctx- the parse tree
-
enterPlain
Enter a parse tree produced byRockerParser.plain().- Parameters:
ctx- the parse tree
-
exitPlain
Exit a parse tree produced byRockerParser.plain().- Parameters:
ctx- the parse tree
-
enterPlainBlock
Enter a parse tree produced byRockerParser.plainBlock().- Parameters:
ctx- the parse tree
-
exitPlainBlock
Exit a parse tree produced byRockerParser.plainBlock().- Parameters:
ctx- the parse tree
-
enterPlainElseIfBlock
Enter a parse tree produced byRockerParser.plainElseIfBlock().- Parameters:
ctx- the parse tree
-
exitPlainElseIfBlock
Exit a parse tree produced byRockerParser.plainElseIfBlock().- Parameters:
ctx- the parse tree
-
enterPlainElseBlock
Enter a parse tree produced byRockerParser.plainElseBlock().- Parameters:
ctx- the parse tree
-
exitPlainElseBlock
Exit a parse tree produced byRockerParser.plainElseBlock().- Parameters:
ctx- the parse tree
-
enterComment
Enter a parse tree produced byRockerParser.comment().- Parameters:
ctx- the parse tree
-
exitComment
Exit a parse tree produced byRockerParser.comment().- Parameters:
ctx- the parse tree
-
enterImportDeclaration
Enter a parse tree produced byRockerParser.importDeclaration().- Parameters:
ctx- the parse tree
-
exitImportDeclaration
Exit a parse tree produced byRockerParser.importDeclaration().- Parameters:
ctx- the parse tree
-
enterImportStatement
Enter a parse tree produced byRockerParser.importStatement().- Parameters:
ctx- the parse tree
-
exitImportStatement
Exit a parse tree produced byRockerParser.importStatement().- Parameters:
ctx- the parse tree
-
enterOptionDeclaration
Enter a parse tree produced byRockerParser.optionDeclaration().- Parameters:
ctx- the parse tree
-
exitOptionDeclaration
Exit a parse tree produced byRockerParser.optionDeclaration().- Parameters:
ctx- the parse tree
-
enterOptionStatement
Enter a parse tree produced byRockerParser.optionStatement().- Parameters:
ctx- the parse tree
-
exitOptionStatement
Exit a parse tree produced byRockerParser.optionStatement().- Parameters:
ctx- the parse tree
-
enterArgumentsDeclaration
Enter a parse tree produced byRockerParser.argumentsDeclaration().- Parameters:
ctx- the parse tree
-
exitArgumentsDeclaration
Exit a parse tree produced byRockerParser.argumentsDeclaration().- Parameters:
ctx- the parse tree
-
enterArgumentsStatement
Enter a parse tree produced byRockerParser.argumentsStatement().- Parameters:
ctx- the parse tree
-
exitArgumentsStatement
Exit a parse tree produced byRockerParser.argumentsStatement().- Parameters:
ctx- the parse tree
-
enterTemplateContent
Enter a parse tree produced byRockerParser.templateContent().- Parameters:
ctx- the parse tree
-
exitTemplateContent
Exit a parse tree produced byRockerParser.templateContent().- Parameters:
ctx- the parse tree
-
enterBlock
Enter a parse tree produced byRockerParser.block().- Parameters:
ctx- the parse tree
-
exitBlock
Exit a parse tree produced byRockerParser.block().- Parameters:
ctx- the parse tree
-
enterIfBlock
Enter a parse tree produced byRockerParser.ifBlock().- Parameters:
ctx- the parse tree
-
exitIfBlock
Exit a parse tree produced byRockerParser.ifBlock().- Parameters:
ctx- the parse tree
-
enterIfElseIfBlock
Enter a parse tree produced byRockerParser.ifElseIfBlock().- Parameters:
ctx- the parse tree
-
exitIfElseIfBlock
Exit a parse tree produced byRockerParser.ifElseIfBlock().- Parameters:
ctx- the parse tree
-
enterIfElseBlock
Enter a parse tree produced byRockerParser.ifElseBlock().- Parameters:
ctx- the parse tree
-
exitIfElseBlock
Exit a parse tree produced byRockerParser.ifElseBlock().- Parameters:
ctx- the parse tree
-
enterForBlock
Enter a parse tree produced byRockerParser.forBlock().- Parameters:
ctx- the parse tree
-
exitForBlock
Exit a parse tree produced byRockerParser.forBlock().- Parameters:
ctx- the parse tree
-
enterWithBlock
Enter a parse tree produced byRockerParser.withBlock().- Parameters:
ctx- the parse tree
-
exitWithBlock
Exit a parse tree produced byRockerParser.withBlock().- Parameters:
ctx- the parse tree
-
enterWithElseBlock
Enter a parse tree produced byRockerParser.withElseBlock().- Parameters:
ctx- the parse tree
-
exitWithElseBlock
Exit a parse tree produced byRockerParser.withElseBlock().- Parameters:
ctx- the parse tree
-
enterContentClosure
Enter a parse tree produced byRockerParser.contentClosure().- Parameters:
ctx- the parse tree
-
exitContentClosure
Exit a parse tree produced byRockerParser.contentClosure().- Parameters:
ctx- the parse tree
-
enterContentClosureExpression
Enter a parse tree produced byRockerParser.contentClosureExpression().- Parameters:
ctx- the parse tree
-
exitContentClosureExpression
Exit a parse tree produced byRockerParser.contentClosureExpression().- Parameters:
ctx- the parse tree
-
enterValueClosure
Enter a parse tree produced byRockerParser.valueClosure().- Parameters:
ctx- the parse tree
-
exitValueClosure
Exit a parse tree produced byRockerParser.valueClosure().- Parameters:
ctx- the parse tree
-
enterValueClosureExpression
Enter a parse tree produced byRockerParser.valueClosureExpression().- Parameters:
ctx- the parse tree
-
exitValueClosureExpression
Exit a parse tree produced byRockerParser.valueClosureExpression().- Parameters:
ctx- the parse tree
-
enterValue
Enter a parse tree produced byRockerParser.value().- Parameters:
ctx- the parse tree
-
exitValue
Exit a parse tree produced byRockerParser.value().- Parameters:
ctx- the parse tree
-
enterValueExpression
Enter a parse tree produced byRockerParser.valueExpression().- Parameters:
ctx- the parse tree
-
exitValueExpression
Exit a parse tree produced byRockerParser.valueExpression().- Parameters:
ctx- the parse tree
-
enterNullTernary
Enter a parse tree produced byRockerParser.nullTernary().- Parameters:
ctx- the parse tree
-
exitNullTernary
Exit a parse tree produced byRockerParser.nullTernary().- Parameters:
ctx- the parse tree
-
enterNullTernaryExpression
Enter a parse tree produced byRockerParser.nullTernaryExpression().- Parameters:
ctx- the parse tree
-
exitNullTernaryExpression
Exit a parse tree produced byRockerParser.nullTernaryExpression().- Parameters:
ctx- the parse tree
-
enterEval
Enter a parse tree produced byRockerParser.eval().- Parameters:
ctx- the parse tree
-
exitEval
Exit a parse tree produced byRockerParser.eval().- Parameters:
ctx- the parse tree
-
enterEvalExpression
Enter a parse tree produced byRockerParser.evalExpression().- Parameters:
ctx- the parse tree
-
exitEvalExpression
Exit a parse tree produced byRockerParser.evalExpression().- Parameters:
ctx- the parse tree
-
enterSwitchBlock
Enter a parse tree produced byRockerParser.switchBlock().- Parameters:
ctx- the parse tree
-
exitSwitchBlock
Exit a parse tree produced byRockerParser.switchBlock().- Parameters:
ctx- the parse tree
-
enterSwitchCase
Enter a parse tree produced byRockerParser.switchCase().- Parameters:
ctx- the parse tree
-
exitSwitchCase
Exit a parse tree produced byRockerParser.switchCase().- Parameters:
ctx- the parse tree
-
enterSwitchDefault
Enter a parse tree produced byRockerParser.switchDefault().- Parameters:
ctx- the parse tree
-
exitSwitchDefault
Exit a parse tree produced byRockerParser.switchDefault().- Parameters:
ctx- the parse tree
-
enterSwitchExpressionBlock
Enter a parse tree produced byRockerParser.switchExpressionBlock().- Parameters:
ctx- the parse tree
-
exitSwitchExpressionBlock
Exit a parse tree produced byRockerParser.switchExpressionBlock().- Parameters:
ctx- the parse tree
-
enterSwitchExpressionCase
Enter a parse tree produced byRockerParser.switchExpressionCase().- Parameters:
ctx- the parse tree
-
exitSwitchExpressionCase
Exit a parse tree produced byRockerParser.switchExpressionCase().- Parameters:
ctx- the parse tree
-
enterSwitchExpressionDefault
Enter a parse tree produced byRockerParser.switchExpressionDefault().- Parameters:
ctx- the parse tree
-
exitSwitchExpressionDefault
Exit a parse tree produced byRockerParser.switchExpressionDefault().- Parameters:
ctx- the parse tree
-