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.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byRockerParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterTemplate
void enterTemplate(RockerParser.TemplateContext ctx)
Enter a parse tree produced byRockerParser.template().- Parameters:
ctx- the parse tree
-
exitTemplate
void exitTemplate(RockerParser.TemplateContext ctx)
Exit a parse tree produced byRockerParser.template().- Parameters:
ctx- the parse tree
-
enterPlain
void enterPlain(RockerParser.PlainContext ctx)
Enter a parse tree produced byRockerParser.plain().- Parameters:
ctx- the parse tree
-
exitPlain
void exitPlain(RockerParser.PlainContext ctx)
Exit a parse tree produced byRockerParser.plain().- Parameters:
ctx- the parse tree
-
enterPlainBlock
void enterPlainBlock(RockerParser.PlainBlockContext ctx)
Enter a parse tree produced byRockerParser.plainBlock().- Parameters:
ctx- the parse tree
-
exitPlainBlock
void exitPlainBlock(RockerParser.PlainBlockContext ctx)
Exit a parse tree produced byRockerParser.plainBlock().- Parameters:
ctx- the parse tree
-
enterPlainElseIfBlock
void enterPlainElseIfBlock(RockerParser.PlainElseIfBlockContext ctx)
Enter a parse tree produced byRockerParser.plainElseIfBlock().- Parameters:
ctx- the parse tree
-
exitPlainElseIfBlock
void exitPlainElseIfBlock(RockerParser.PlainElseIfBlockContext ctx)
Exit a parse tree produced byRockerParser.plainElseIfBlock().- Parameters:
ctx- the parse tree
-
enterPlainElseBlock
void enterPlainElseBlock(RockerParser.PlainElseBlockContext ctx)
Enter a parse tree produced byRockerParser.plainElseBlock().- Parameters:
ctx- the parse tree
-
exitPlainElseBlock
void exitPlainElseBlock(RockerParser.PlainElseBlockContext ctx)
Exit a parse tree produced byRockerParser.plainElseBlock().- Parameters:
ctx- the parse tree
-
enterComment
void enterComment(RockerParser.CommentContext ctx)
Enter a parse tree produced byRockerParser.comment().- Parameters:
ctx- the parse tree
-
exitComment
void exitComment(RockerParser.CommentContext ctx)
Exit a parse tree produced byRockerParser.comment().- Parameters:
ctx- the parse tree
-
enterImportDeclaration
void enterImportDeclaration(RockerParser.ImportDeclarationContext ctx)
Enter a parse tree produced byRockerParser.importDeclaration().- Parameters:
ctx- the parse tree
-
exitImportDeclaration
void exitImportDeclaration(RockerParser.ImportDeclarationContext ctx)
Exit a parse tree produced byRockerParser.importDeclaration().- Parameters:
ctx- the parse tree
-
enterImportStatement
void enterImportStatement(RockerParser.ImportStatementContext ctx)
Enter a parse tree produced byRockerParser.importStatement().- Parameters:
ctx- the parse tree
-
exitImportStatement
void exitImportStatement(RockerParser.ImportStatementContext ctx)
Exit a parse tree produced byRockerParser.importStatement().- Parameters:
ctx- the parse tree
-
enterOptionDeclaration
void enterOptionDeclaration(RockerParser.OptionDeclarationContext ctx)
Enter a parse tree produced byRockerParser.optionDeclaration().- Parameters:
ctx- the parse tree
-
exitOptionDeclaration
void exitOptionDeclaration(RockerParser.OptionDeclarationContext ctx)
Exit a parse tree produced byRockerParser.optionDeclaration().- Parameters:
ctx- the parse tree
-
enterOptionStatement
void enterOptionStatement(RockerParser.OptionStatementContext ctx)
Enter a parse tree produced byRockerParser.optionStatement().- Parameters:
ctx- the parse tree
-
exitOptionStatement
void exitOptionStatement(RockerParser.OptionStatementContext ctx)
Exit a parse tree produced byRockerParser.optionStatement().- Parameters:
ctx- the parse tree
-
enterArgumentsDeclaration
void enterArgumentsDeclaration(RockerParser.ArgumentsDeclarationContext ctx)
Enter a parse tree produced byRockerParser.argumentsDeclaration().- Parameters:
ctx- the parse tree
-
exitArgumentsDeclaration
void exitArgumentsDeclaration(RockerParser.ArgumentsDeclarationContext ctx)
Exit a parse tree produced byRockerParser.argumentsDeclaration().- Parameters:
ctx- the parse tree
-
enterArgumentsStatement
void enterArgumentsStatement(RockerParser.ArgumentsStatementContext ctx)
Enter a parse tree produced byRockerParser.argumentsStatement().- Parameters:
ctx- the parse tree
-
exitArgumentsStatement
void exitArgumentsStatement(RockerParser.ArgumentsStatementContext ctx)
Exit a parse tree produced byRockerParser.argumentsStatement().- Parameters:
ctx- the parse tree
-
enterTemplateContent
void enterTemplateContent(RockerParser.TemplateContentContext ctx)
Enter a parse tree produced byRockerParser.templateContent().- Parameters:
ctx- the parse tree
-
exitTemplateContent
void exitTemplateContent(RockerParser.TemplateContentContext ctx)
Exit a parse tree produced byRockerParser.templateContent().- Parameters:
ctx- the parse tree
-
enterBlock
void enterBlock(RockerParser.BlockContext ctx)
Enter a parse tree produced byRockerParser.block().- Parameters:
ctx- the parse tree
-
exitBlock
void exitBlock(RockerParser.BlockContext ctx)
Exit a parse tree produced byRockerParser.block().- Parameters:
ctx- the parse tree
-
enterIfBlock
void enterIfBlock(RockerParser.IfBlockContext ctx)
Enter a parse tree produced byRockerParser.ifBlock().- Parameters:
ctx- the parse tree
-
exitIfBlock
void exitIfBlock(RockerParser.IfBlockContext ctx)
Exit a parse tree produced byRockerParser.ifBlock().- Parameters:
ctx- the parse tree
-
enterIfElseIfBlock
void enterIfElseIfBlock(RockerParser.IfElseIfBlockContext ctx)
Enter a parse tree produced byRockerParser.ifElseIfBlock().- Parameters:
ctx- the parse tree
-
exitIfElseIfBlock
void exitIfElseIfBlock(RockerParser.IfElseIfBlockContext ctx)
Exit a parse tree produced byRockerParser.ifElseIfBlock().- Parameters:
ctx- the parse tree
-
enterIfElseBlock
void enterIfElseBlock(RockerParser.IfElseBlockContext ctx)
Enter a parse tree produced byRockerParser.ifElseBlock().- Parameters:
ctx- the parse tree
-
exitIfElseBlock
void exitIfElseBlock(RockerParser.IfElseBlockContext ctx)
Exit a parse tree produced byRockerParser.ifElseBlock().- Parameters:
ctx- the parse tree
-
enterForBlock
void enterForBlock(RockerParser.ForBlockContext ctx)
Enter a parse tree produced byRockerParser.forBlock().- Parameters:
ctx- the parse tree
-
exitForBlock
void exitForBlock(RockerParser.ForBlockContext ctx)
Exit a parse tree produced byRockerParser.forBlock().- Parameters:
ctx- the parse tree
-
enterWithBlock
void enterWithBlock(RockerParser.WithBlockContext ctx)
Enter a parse tree produced byRockerParser.withBlock().- Parameters:
ctx- the parse tree
-
exitWithBlock
void exitWithBlock(RockerParser.WithBlockContext ctx)
Exit a parse tree produced byRockerParser.withBlock().- Parameters:
ctx- the parse tree
-
enterWithElseBlock
void enterWithElseBlock(RockerParser.WithElseBlockContext ctx)
Enter a parse tree produced byRockerParser.withElseBlock().- Parameters:
ctx- the parse tree
-
exitWithElseBlock
void exitWithElseBlock(RockerParser.WithElseBlockContext ctx)
Exit a parse tree produced byRockerParser.withElseBlock().- Parameters:
ctx- the parse tree
-
enterContentClosure
void enterContentClosure(RockerParser.ContentClosureContext ctx)
Enter a parse tree produced byRockerParser.contentClosure().- Parameters:
ctx- the parse tree
-
exitContentClosure
void exitContentClosure(RockerParser.ContentClosureContext ctx)
Exit a parse tree produced byRockerParser.contentClosure().- Parameters:
ctx- the parse tree
-
enterContentClosureExpression
void enterContentClosureExpression(RockerParser.ContentClosureExpressionContext ctx)
Enter a parse tree produced byRockerParser.contentClosureExpression().- Parameters:
ctx- the parse tree
-
exitContentClosureExpression
void exitContentClosureExpression(RockerParser.ContentClosureExpressionContext ctx)
Exit a parse tree produced byRockerParser.contentClosureExpression().- Parameters:
ctx- the parse tree
-
enterValueClosure
void enterValueClosure(RockerParser.ValueClosureContext ctx)
Enter a parse tree produced byRockerParser.valueClosure().- Parameters:
ctx- the parse tree
-
exitValueClosure
void exitValueClosure(RockerParser.ValueClosureContext ctx)
Exit a parse tree produced byRockerParser.valueClosure().- Parameters:
ctx- the parse tree
-
enterValueClosureExpression
void enterValueClosureExpression(RockerParser.ValueClosureExpressionContext ctx)
Enter a parse tree produced byRockerParser.valueClosureExpression().- Parameters:
ctx- the parse tree
-
exitValueClosureExpression
void exitValueClosureExpression(RockerParser.ValueClosureExpressionContext ctx)
Exit a parse tree produced byRockerParser.valueClosureExpression().- Parameters:
ctx- the parse tree
-
enterValue
void enterValue(RockerParser.ValueContext ctx)
Enter a parse tree produced byRockerParser.value().- Parameters:
ctx- the parse tree
-
exitValue
void exitValue(RockerParser.ValueContext ctx)
Exit a parse tree produced byRockerParser.value().- Parameters:
ctx- the parse tree
-
enterValueExpression
void enterValueExpression(RockerParser.ValueExpressionContext ctx)
Enter a parse tree produced byRockerParser.valueExpression().- Parameters:
ctx- the parse tree
-
exitValueExpression
void exitValueExpression(RockerParser.ValueExpressionContext ctx)
Exit a parse tree produced byRockerParser.valueExpression().- Parameters:
ctx- the parse tree
-
enterNullTernary
void enterNullTernary(RockerParser.NullTernaryContext ctx)
Enter a parse tree produced byRockerParser.nullTernary().- Parameters:
ctx- the parse tree
-
exitNullTernary
void exitNullTernary(RockerParser.NullTernaryContext ctx)
Exit a parse tree produced byRockerParser.nullTernary().- Parameters:
ctx- the parse tree
-
enterNullTernaryExpression
void enterNullTernaryExpression(RockerParser.NullTernaryExpressionContext ctx)
Enter a parse tree produced byRockerParser.nullTernaryExpression().- Parameters:
ctx- the parse tree
-
exitNullTernaryExpression
void exitNullTernaryExpression(RockerParser.NullTernaryExpressionContext ctx)
Exit a parse tree produced byRockerParser.nullTernaryExpression().- Parameters:
ctx- the parse tree
-
enterEval
void enterEval(RockerParser.EvalContext ctx)
Enter a parse tree produced byRockerParser.eval().- Parameters:
ctx- the parse tree
-
exitEval
void exitEval(RockerParser.EvalContext ctx)
Exit a parse tree produced byRockerParser.eval().- Parameters:
ctx- the parse tree
-
enterEvalExpression
void enterEvalExpression(RockerParser.EvalExpressionContext ctx)
Enter a parse tree produced byRockerParser.evalExpression().- Parameters:
ctx- the parse tree
-
exitEvalExpression
void exitEvalExpression(RockerParser.EvalExpressionContext ctx)
Exit a parse tree produced byRockerParser.evalExpression().- Parameters:
ctx- the parse tree
-
enterSwitchBlock
void enterSwitchBlock(RockerParser.SwitchBlockContext ctx)
Enter a parse tree produced byRockerParser.switchBlock().- Parameters:
ctx- the parse tree
-
exitSwitchBlock
void exitSwitchBlock(RockerParser.SwitchBlockContext ctx)
Exit a parse tree produced byRockerParser.switchBlock().- Parameters:
ctx- the parse tree
-
enterSwitchCase
void enterSwitchCase(RockerParser.SwitchCaseContext ctx)
Enter a parse tree produced byRockerParser.switchCase().- Parameters:
ctx- the parse tree
-
exitSwitchCase
void exitSwitchCase(RockerParser.SwitchCaseContext ctx)
Exit a parse tree produced byRockerParser.switchCase().- Parameters:
ctx- the parse tree
-
enterSwitchDefault
void enterSwitchDefault(RockerParser.SwitchDefaultContext ctx)
Enter a parse tree produced byRockerParser.switchDefault().- Parameters:
ctx- the parse tree
-
exitSwitchDefault
void exitSwitchDefault(RockerParser.SwitchDefaultContext ctx)
Exit a parse tree produced byRockerParser.switchDefault().- Parameters:
ctx- the parse tree
-
enterSwitchExpressionBlock
void enterSwitchExpressionBlock(RockerParser.SwitchExpressionBlockContext ctx)
Enter a parse tree produced byRockerParser.switchExpressionBlock().- Parameters:
ctx- the parse tree
-
exitSwitchExpressionBlock
void exitSwitchExpressionBlock(RockerParser.SwitchExpressionBlockContext ctx)
Exit a parse tree produced byRockerParser.switchExpressionBlock().- Parameters:
ctx- the parse tree
-
enterSwitchExpressionCase
void enterSwitchExpressionCase(RockerParser.SwitchExpressionCaseContext ctx)
Enter a parse tree produced byRockerParser.switchExpressionCase().- Parameters:
ctx- the parse tree
-
exitSwitchExpressionCase
void exitSwitchExpressionCase(RockerParser.SwitchExpressionCaseContext ctx)
Exit a parse tree produced byRockerParser.switchExpressionCase().- Parameters:
ctx- the parse tree
-
enterSwitchExpressionDefault
void enterSwitchExpressionDefault(RockerParser.SwitchExpressionDefaultContext ctx)
Enter a parse tree produced byRockerParser.switchExpressionDefault().- Parameters:
ctx- the parse tree
-
exitSwitchExpressionDefault
void exitSwitchExpressionDefault(RockerParser.SwitchExpressionDefaultContext ctx)
Exit a parse tree produced byRockerParser.switchExpressionDefault().- Parameters:
ctx- the parse tree
-
-