public interface HbsParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
HbsParser
.Modifier and Type | Method and Description |
---|---|
void |
enterAmpvar(HbsParser.AmpvarContext ctx)
Enter a parse tree produced by
HbsParser.ampvar() . |
void |
enterBlock(HbsParser.BlockContext ctx)
Enter a parse tree produced by
HbsParser.block() . |
void |
enterBlockParams(HbsParser.BlockParamsContext ctx)
Enter a parse tree produced by
HbsParser.blockParams() . |
void |
enterBody(HbsParser.BodyContext ctx)
Enter a parse tree produced by
HbsParser.body() . |
void |
enterBoolParam(HbsParser.BoolParamContext ctx)
Enter a parse tree produced by the
boolParam
labeled alternative in HbsParser.param() . |
void |
enterCharParam(HbsParser.CharParamContext ctx)
Enter a parse tree produced by the
charParam
labeled alternative in HbsParser.param() . |
void |
enterComment(HbsParser.CommentContext ctx)
Enter a parse tree produced by
HbsParser.comment() . |
void |
enterDelimiters(HbsParser.DelimitersContext ctx)
Enter a parse tree produced by
HbsParser.delimiters() . |
void |
enterDynamicPath(HbsParser.DynamicPathContext ctx)
Enter a parse tree produced by the
dynamicPath
labeled alternative in HbsParser.pexpr() . |
void |
enterElseBlock(HbsParser.ElseBlockContext ctx)
Enter a parse tree produced by
HbsParser.elseBlock() . |
void |
enterElseStmt(HbsParser.ElseStmtContext ctx)
Enter a parse tree produced by
HbsParser.elseStmt() . |
void |
enterElseStmtChain(HbsParser.ElseStmtChainContext ctx)
Enter a parse tree produced by
HbsParser.elseStmtChain() . |
void |
enterEscape(HbsParser.EscapeContext ctx)
Enter a parse tree produced by
HbsParser.escape() . |
void |
enterHash(HbsParser.HashContext ctx)
Enter a parse tree produced by
HbsParser.hash() . |
void |
enterLiteralPath(HbsParser.LiteralPathContext ctx)
Enter a parse tree produced by the
literalPath
labeled alternative in HbsParser.pexpr() . |
void |
enterNumberParam(HbsParser.NumberParamContext ctx)
Enter a parse tree produced by the
numberParam
labeled alternative in HbsParser.param() . |
void |
enterPartial(HbsParser.PartialContext ctx)
Enter a parse tree produced by
HbsParser.partial() . |
void |
enterPartialBlock(HbsParser.PartialBlockContext ctx)
Enter a parse tree produced by
HbsParser.partialBlock() . |
void |
enterRawBlock(HbsParser.RawBlockContext ctx)
Enter a parse tree produced by
HbsParser.rawBlock() . |
void |
enterRefParam(HbsParser.RefParamContext ctx)
Enter a parse tree produced by the
refParam
labeled alternative in HbsParser.param() . |
void |
enterSexpr(HbsParser.SexprContext ctx)
Enter a parse tree produced by
HbsParser.sexpr() . |
void |
enterStatement(HbsParser.StatementContext ctx)
Enter a parse tree produced by
HbsParser.statement() . |
void |
enterStaticPath(HbsParser.StaticPathContext ctx)
Enter a parse tree produced by the
staticPath
labeled alternative in HbsParser.pexpr() . |
void |
enterStringParam(HbsParser.StringParamContext ctx)
Enter a parse tree produced by the
stringParam
labeled alternative in HbsParser.param() . |
void |
enterSubParamExpr(HbsParser.SubParamExprContext ctx)
Enter a parse tree produced by the
subParamExpr
labeled alternative in HbsParser.param() . |
void |
enterTemplate(HbsParser.TemplateContext ctx)
Enter a parse tree produced by
HbsParser.template() . |
void |
enterText(HbsParser.TextContext ctx)
Enter a parse tree produced by
HbsParser.text() . |
void |
enterTvar(HbsParser.TvarContext ctx)
Enter a parse tree produced by
HbsParser.tvar() . |
void |
enterUnless(HbsParser.UnlessContext ctx)
Enter a parse tree produced by
HbsParser.unless() . |
void |
enterVar(HbsParser.VarContext ctx)
Enter a parse tree produced by
HbsParser.var() . |
void |
exitAmpvar(HbsParser.AmpvarContext ctx)
Exit a parse tree produced by
HbsParser.ampvar() . |
void |
exitBlock(HbsParser.BlockContext ctx)
Exit a parse tree produced by
HbsParser.block() . |
void |
exitBlockParams(HbsParser.BlockParamsContext ctx)
Exit a parse tree produced by
HbsParser.blockParams() . |
void |
exitBody(HbsParser.BodyContext ctx)
Exit a parse tree produced by
HbsParser.body() . |
void |
exitBoolParam(HbsParser.BoolParamContext ctx)
Exit a parse tree produced by the
boolParam
labeled alternative in HbsParser.param() . |
void |
exitCharParam(HbsParser.CharParamContext ctx)
Exit a parse tree produced by the
charParam
labeled alternative in HbsParser.param() . |
void |
exitComment(HbsParser.CommentContext ctx)
Exit a parse tree produced by
HbsParser.comment() . |
void |
exitDelimiters(HbsParser.DelimitersContext ctx)
Exit a parse tree produced by
HbsParser.delimiters() . |
void |
exitDynamicPath(HbsParser.DynamicPathContext ctx)
Exit a parse tree produced by the
dynamicPath
labeled alternative in HbsParser.pexpr() . |
void |
exitElseBlock(HbsParser.ElseBlockContext ctx)
Exit a parse tree produced by
HbsParser.elseBlock() . |
void |
exitElseStmt(HbsParser.ElseStmtContext ctx)
Exit a parse tree produced by
HbsParser.elseStmt() . |
void |
exitElseStmtChain(HbsParser.ElseStmtChainContext ctx)
Exit a parse tree produced by
HbsParser.elseStmtChain() . |
void |
exitEscape(HbsParser.EscapeContext ctx)
Exit a parse tree produced by
HbsParser.escape() . |
void |
exitHash(HbsParser.HashContext ctx)
Exit a parse tree produced by
HbsParser.hash() . |
void |
exitLiteralPath(HbsParser.LiteralPathContext ctx)
Exit a parse tree produced by the
literalPath
labeled alternative in HbsParser.pexpr() . |
void |
exitNumberParam(HbsParser.NumberParamContext ctx)
Exit a parse tree produced by the
numberParam
labeled alternative in HbsParser.param() . |
void |
exitPartial(HbsParser.PartialContext ctx)
Exit a parse tree produced by
HbsParser.partial() . |
void |
exitPartialBlock(HbsParser.PartialBlockContext ctx)
Exit a parse tree produced by
HbsParser.partialBlock() . |
void |
exitRawBlock(HbsParser.RawBlockContext ctx)
Exit a parse tree produced by
HbsParser.rawBlock() . |
void |
exitRefParam(HbsParser.RefParamContext ctx)
Exit a parse tree produced by the
refParam
labeled alternative in HbsParser.param() . |
void |
exitSexpr(HbsParser.SexprContext ctx)
Exit a parse tree produced by
HbsParser.sexpr() . |
void |
exitStatement(HbsParser.StatementContext ctx)
Exit a parse tree produced by
HbsParser.statement() . |
void |
exitStaticPath(HbsParser.StaticPathContext ctx)
Exit a parse tree produced by the
staticPath
labeled alternative in HbsParser.pexpr() . |
void |
exitStringParam(HbsParser.StringParamContext ctx)
Exit a parse tree produced by the
stringParam
labeled alternative in HbsParser.param() . |
void |
exitSubParamExpr(HbsParser.SubParamExprContext ctx)
Exit a parse tree produced by the
subParamExpr
labeled alternative in HbsParser.param() . |
void |
exitTemplate(HbsParser.TemplateContext ctx)
Exit a parse tree produced by
HbsParser.template() . |
void |
exitText(HbsParser.TextContext ctx)
Exit a parse tree produced by
HbsParser.text() . |
void |
exitTvar(HbsParser.TvarContext ctx)
Exit a parse tree produced by
HbsParser.tvar() . |
void |
exitUnless(HbsParser.UnlessContext ctx)
Exit a parse tree produced by
HbsParser.unless() . |
void |
exitVar(HbsParser.VarContext ctx)
Exit a parse tree produced by
HbsParser.var() . |
void enterTemplate(HbsParser.TemplateContext ctx)
HbsParser.template()
.ctx
- the parse treevoid exitTemplate(HbsParser.TemplateContext ctx)
HbsParser.template()
.ctx
- the parse treevoid enterBody(HbsParser.BodyContext ctx)
HbsParser.body()
.ctx
- the parse treevoid exitBody(HbsParser.BodyContext ctx)
HbsParser.body()
.ctx
- the parse treevoid enterStatement(HbsParser.StatementContext ctx)
HbsParser.statement()
.ctx
- the parse treevoid exitStatement(HbsParser.StatementContext ctx)
HbsParser.statement()
.ctx
- the parse treevoid enterEscape(HbsParser.EscapeContext ctx)
HbsParser.escape()
.ctx
- the parse treevoid exitEscape(HbsParser.EscapeContext ctx)
HbsParser.escape()
.ctx
- the parse treevoid enterText(HbsParser.TextContext ctx)
HbsParser.text()
.ctx
- the parse treevoid exitText(HbsParser.TextContext ctx)
HbsParser.text()
.ctx
- the parse treevoid enterBlock(HbsParser.BlockContext ctx)
HbsParser.block()
.ctx
- the parse treevoid exitBlock(HbsParser.BlockContext ctx)
HbsParser.block()
.ctx
- the parse treevoid enterRawBlock(HbsParser.RawBlockContext ctx)
HbsParser.rawBlock()
.ctx
- the parse treevoid exitRawBlock(HbsParser.RawBlockContext ctx)
HbsParser.rawBlock()
.ctx
- the parse treevoid enterBlockParams(HbsParser.BlockParamsContext ctx)
HbsParser.blockParams()
.ctx
- the parse treevoid exitBlockParams(HbsParser.BlockParamsContext ctx)
HbsParser.blockParams()
.ctx
- the parse treevoid enterSexpr(HbsParser.SexprContext ctx)
HbsParser.sexpr()
.ctx
- the parse treevoid exitSexpr(HbsParser.SexprContext ctx)
HbsParser.sexpr()
.ctx
- the parse treevoid enterElseBlock(HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock()
.ctx
- the parse treevoid exitElseBlock(HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock()
.ctx
- the parse treevoid enterElseStmt(HbsParser.ElseStmtContext ctx)
HbsParser.elseStmt()
.ctx
- the parse treevoid exitElseStmt(HbsParser.ElseStmtContext ctx)
HbsParser.elseStmt()
.ctx
- the parse treevoid enterElseStmtChain(HbsParser.ElseStmtChainContext ctx)
HbsParser.elseStmtChain()
.ctx
- the parse treevoid exitElseStmtChain(HbsParser.ElseStmtChainContext ctx)
HbsParser.elseStmtChain()
.ctx
- the parse treevoid enterUnless(HbsParser.UnlessContext ctx)
HbsParser.unless()
.ctx
- the parse treevoid exitUnless(HbsParser.UnlessContext ctx)
HbsParser.unless()
.ctx
- the parse treevoid enterTvar(HbsParser.TvarContext ctx)
HbsParser.tvar()
.ctx
- the parse treevoid exitTvar(HbsParser.TvarContext ctx)
HbsParser.tvar()
.ctx
- the parse treevoid enterAmpvar(HbsParser.AmpvarContext ctx)
HbsParser.ampvar()
.ctx
- the parse treevoid exitAmpvar(HbsParser.AmpvarContext ctx)
HbsParser.ampvar()
.ctx
- the parse treevoid enterVar(HbsParser.VarContext ctx)
HbsParser.var()
.ctx
- the parse treevoid exitVar(HbsParser.VarContext ctx)
HbsParser.var()
.ctx
- the parse treevoid enterDelimiters(HbsParser.DelimitersContext ctx)
HbsParser.delimiters()
.ctx
- the parse treevoid exitDelimiters(HbsParser.DelimitersContext ctx)
HbsParser.delimiters()
.ctx
- the parse treevoid enterPartial(HbsParser.PartialContext ctx)
HbsParser.partial()
.ctx
- the parse treevoid exitPartial(HbsParser.PartialContext ctx)
HbsParser.partial()
.ctx
- the parse treevoid enterPartialBlock(HbsParser.PartialBlockContext ctx)
HbsParser.partialBlock()
.ctx
- the parse treevoid exitPartialBlock(HbsParser.PartialBlockContext ctx)
HbsParser.partialBlock()
.ctx
- the parse treevoid enterDynamicPath(HbsParser.DynamicPathContext ctx)
dynamicPath
labeled alternative in HbsParser.pexpr()
.ctx
- the parse treevoid exitDynamicPath(HbsParser.DynamicPathContext ctx)
dynamicPath
labeled alternative in HbsParser.pexpr()
.ctx
- the parse treevoid enterStaticPath(HbsParser.StaticPathContext ctx)
staticPath
labeled alternative in HbsParser.pexpr()
.ctx
- the parse treevoid exitStaticPath(HbsParser.StaticPathContext ctx)
staticPath
labeled alternative in HbsParser.pexpr()
.ctx
- the parse treevoid enterLiteralPath(HbsParser.LiteralPathContext ctx)
literalPath
labeled alternative in HbsParser.pexpr()
.ctx
- the parse treevoid exitLiteralPath(HbsParser.LiteralPathContext ctx)
literalPath
labeled alternative in HbsParser.pexpr()
.ctx
- the parse treevoid enterStringParam(HbsParser.StringParamContext ctx)
stringParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid exitStringParam(HbsParser.StringParamContext ctx)
stringParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid enterCharParam(HbsParser.CharParamContext ctx)
charParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid exitCharParam(HbsParser.CharParamContext ctx)
charParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid enterNumberParam(HbsParser.NumberParamContext ctx)
numberParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid exitNumberParam(HbsParser.NumberParamContext ctx)
numberParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid enterBoolParam(HbsParser.BoolParamContext ctx)
boolParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid exitBoolParam(HbsParser.BoolParamContext ctx)
boolParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid enterRefParam(HbsParser.RefParamContext ctx)
refParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid exitRefParam(HbsParser.RefParamContext ctx)
refParam
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid enterSubParamExpr(HbsParser.SubParamExprContext ctx)
subParamExpr
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid exitSubParamExpr(HbsParser.SubParamExprContext ctx)
subParamExpr
labeled alternative in HbsParser.param()
.ctx
- the parse treevoid enterHash(HbsParser.HashContext ctx)
HbsParser.hash()
.ctx
- the parse treevoid exitHash(HbsParser.HashContext ctx)
HbsParser.hash()
.ctx
- the parse treevoid enterComment(HbsParser.CommentContext ctx)
HbsParser.comment()
.ctx
- the parse treevoid exitComment(HbsParser.CommentContext ctx)
HbsParser.comment()
.ctx
- the parse treeCopyright © 2021. All rights reserved.