public class HbsParserBaseListener extends Object implements HbsParserListener
HbsParserListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
HbsParserBaseListener() |
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 |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
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 |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) |
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 |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) |
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) |
public void enterTemplate(HbsParser.TemplateContext ctx)
HbsParser.template()
.
The default implementation does nothing.
enterTemplate
in interface HbsParserListener
ctx
- the parse treepublic void exitTemplate(HbsParser.TemplateContext ctx)
HbsParser.template()
.
The default implementation does nothing.
exitTemplate
in interface HbsParserListener
ctx
- the parse treepublic void enterBody(HbsParser.BodyContext ctx)
HbsParser.body()
.
The default implementation does nothing.
enterBody
in interface HbsParserListener
ctx
- the parse treepublic void exitBody(HbsParser.BodyContext ctx)
HbsParser.body()
.
The default implementation does nothing.
exitBody
in interface HbsParserListener
ctx
- the parse treepublic void enterStatement(HbsParser.StatementContext ctx)
HbsParser.statement()
.
The default implementation does nothing.
enterStatement
in interface HbsParserListener
ctx
- the parse treepublic void exitStatement(HbsParser.StatementContext ctx)
HbsParser.statement()
.
The default implementation does nothing.
exitStatement
in interface HbsParserListener
ctx
- the parse treepublic void enterEscape(HbsParser.EscapeContext ctx)
HbsParser.escape()
.
The default implementation does nothing.
enterEscape
in interface HbsParserListener
ctx
- the parse treepublic void exitEscape(HbsParser.EscapeContext ctx)
HbsParser.escape()
.
The default implementation does nothing.
exitEscape
in interface HbsParserListener
ctx
- the parse treepublic void enterText(HbsParser.TextContext ctx)
HbsParser.text()
.
The default implementation does nothing.
enterText
in interface HbsParserListener
ctx
- the parse treepublic void exitText(HbsParser.TextContext ctx)
HbsParser.text()
.
The default implementation does nothing.
exitText
in interface HbsParserListener
ctx
- the parse treepublic void enterBlock(HbsParser.BlockContext ctx)
HbsParser.block()
.
The default implementation does nothing.
enterBlock
in interface HbsParserListener
ctx
- the parse treepublic void exitBlock(HbsParser.BlockContext ctx)
HbsParser.block()
.
The default implementation does nothing.
exitBlock
in interface HbsParserListener
ctx
- the parse treepublic void enterRawBlock(HbsParser.RawBlockContext ctx)
HbsParser.rawBlock()
.
The default implementation does nothing.
enterRawBlock
in interface HbsParserListener
ctx
- the parse treepublic void exitRawBlock(HbsParser.RawBlockContext ctx)
HbsParser.rawBlock()
.
The default implementation does nothing.
exitRawBlock
in interface HbsParserListener
ctx
- the parse treepublic void enterBlockParams(HbsParser.BlockParamsContext ctx)
HbsParser.blockParams()
.
The default implementation does nothing.
enterBlockParams
in interface HbsParserListener
ctx
- the parse treepublic void exitBlockParams(HbsParser.BlockParamsContext ctx)
HbsParser.blockParams()
.
The default implementation does nothing.
exitBlockParams
in interface HbsParserListener
ctx
- the parse treepublic void enterSexpr(HbsParser.SexprContext ctx)
HbsParser.sexpr()
.
The default implementation does nothing.
enterSexpr
in interface HbsParserListener
ctx
- the parse treepublic void exitSexpr(HbsParser.SexprContext ctx)
HbsParser.sexpr()
.
The default implementation does nothing.
exitSexpr
in interface HbsParserListener
ctx
- the parse treepublic void enterElseBlock(HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock()
.
The default implementation does nothing.
enterElseBlock
in interface HbsParserListener
ctx
- the parse treepublic void exitElseBlock(HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock()
.
The default implementation does nothing.
exitElseBlock
in interface HbsParserListener
ctx
- the parse treepublic void enterElseStmt(HbsParser.ElseStmtContext ctx)
HbsParser.elseStmt()
.
The default implementation does nothing.
enterElseStmt
in interface HbsParserListener
ctx
- the parse treepublic void exitElseStmt(HbsParser.ElseStmtContext ctx)
HbsParser.elseStmt()
.
The default implementation does nothing.
exitElseStmt
in interface HbsParserListener
ctx
- the parse treepublic void enterElseStmtChain(HbsParser.ElseStmtChainContext ctx)
HbsParser.elseStmtChain()
.
The default implementation does nothing.
enterElseStmtChain
in interface HbsParserListener
ctx
- the parse treepublic void exitElseStmtChain(HbsParser.ElseStmtChainContext ctx)
HbsParser.elseStmtChain()
.
The default implementation does nothing.
exitElseStmtChain
in interface HbsParserListener
ctx
- the parse treepublic void enterUnless(HbsParser.UnlessContext ctx)
HbsParser.unless()
.
The default implementation does nothing.
enterUnless
in interface HbsParserListener
ctx
- the parse treepublic void exitUnless(HbsParser.UnlessContext ctx)
HbsParser.unless()
.
The default implementation does nothing.
exitUnless
in interface HbsParserListener
ctx
- the parse treepublic void enterTvar(HbsParser.TvarContext ctx)
HbsParser.tvar()
.
The default implementation does nothing.
enterTvar
in interface HbsParserListener
ctx
- the parse treepublic void exitTvar(HbsParser.TvarContext ctx)
HbsParser.tvar()
.
The default implementation does nothing.
exitTvar
in interface HbsParserListener
ctx
- the parse treepublic void enterAmpvar(HbsParser.AmpvarContext ctx)
HbsParser.ampvar()
.
The default implementation does nothing.
enterAmpvar
in interface HbsParserListener
ctx
- the parse treepublic void exitAmpvar(HbsParser.AmpvarContext ctx)
HbsParser.ampvar()
.
The default implementation does nothing.
exitAmpvar
in interface HbsParserListener
ctx
- the parse treepublic void enterVar(HbsParser.VarContext ctx)
HbsParser.var()
.
The default implementation does nothing.
enterVar
in interface HbsParserListener
ctx
- the parse treepublic void exitVar(HbsParser.VarContext ctx)
HbsParser.var()
.
The default implementation does nothing.
exitVar
in interface HbsParserListener
ctx
- the parse treepublic void enterDelimiters(HbsParser.DelimitersContext ctx)
HbsParser.delimiters()
.
The default implementation does nothing.
enterDelimiters
in interface HbsParserListener
ctx
- the parse treepublic void exitDelimiters(HbsParser.DelimitersContext ctx)
HbsParser.delimiters()
.
The default implementation does nothing.
exitDelimiters
in interface HbsParserListener
ctx
- the parse treepublic void enterPartial(HbsParser.PartialContext ctx)
HbsParser.partial()
.
The default implementation does nothing.
enterPartial
in interface HbsParserListener
ctx
- the parse treepublic void exitPartial(HbsParser.PartialContext ctx)
HbsParser.partial()
.
The default implementation does nothing.
exitPartial
in interface HbsParserListener
ctx
- the parse treepublic void enterPartialBlock(HbsParser.PartialBlockContext ctx)
HbsParser.partialBlock()
.
The default implementation does nothing.
enterPartialBlock
in interface HbsParserListener
ctx
- the parse treepublic void exitPartialBlock(HbsParser.PartialBlockContext ctx)
HbsParser.partialBlock()
.
The default implementation does nothing.
exitPartialBlock
in interface HbsParserListener
ctx
- the parse treepublic void enterDynamicPath(HbsParser.DynamicPathContext ctx)
dynamicPath
labeled alternative in HbsParser.pexpr()
.
The default implementation does nothing.
enterDynamicPath
in interface HbsParserListener
ctx
- the parse treepublic void exitDynamicPath(HbsParser.DynamicPathContext ctx)
dynamicPath
labeled alternative in HbsParser.pexpr()
.
The default implementation does nothing.
exitDynamicPath
in interface HbsParserListener
ctx
- the parse treepublic void enterStaticPath(HbsParser.StaticPathContext ctx)
staticPath
labeled alternative in HbsParser.pexpr()
.
The default implementation does nothing.
enterStaticPath
in interface HbsParserListener
ctx
- the parse treepublic void exitStaticPath(HbsParser.StaticPathContext ctx)
staticPath
labeled alternative in HbsParser.pexpr()
.
The default implementation does nothing.
exitStaticPath
in interface HbsParserListener
ctx
- the parse treepublic void enterLiteralPath(HbsParser.LiteralPathContext ctx)
literalPath
labeled alternative in HbsParser.pexpr()
.
The default implementation does nothing.
enterLiteralPath
in interface HbsParserListener
ctx
- the parse treepublic void exitLiteralPath(HbsParser.LiteralPathContext ctx)
literalPath
labeled alternative in HbsParser.pexpr()
.
The default implementation does nothing.
exitLiteralPath
in interface HbsParserListener
ctx
- the parse treepublic void enterStringParam(HbsParser.StringParamContext ctx)
stringParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
enterStringParam
in interface HbsParserListener
ctx
- the parse treepublic void exitStringParam(HbsParser.StringParamContext ctx)
stringParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
exitStringParam
in interface HbsParserListener
ctx
- the parse treepublic void enterCharParam(HbsParser.CharParamContext ctx)
charParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
enterCharParam
in interface HbsParserListener
ctx
- the parse treepublic void exitCharParam(HbsParser.CharParamContext ctx)
charParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
exitCharParam
in interface HbsParserListener
ctx
- the parse treepublic void enterNumberParam(HbsParser.NumberParamContext ctx)
numberParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
enterNumberParam
in interface HbsParserListener
ctx
- the parse treepublic void exitNumberParam(HbsParser.NumberParamContext ctx)
numberParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
exitNumberParam
in interface HbsParserListener
ctx
- the parse treepublic void enterBoolParam(HbsParser.BoolParamContext ctx)
boolParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
enterBoolParam
in interface HbsParserListener
ctx
- the parse treepublic void exitBoolParam(HbsParser.BoolParamContext ctx)
boolParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
exitBoolParam
in interface HbsParserListener
ctx
- the parse treepublic void enterRefParam(HbsParser.RefParamContext ctx)
refParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
enterRefParam
in interface HbsParserListener
ctx
- the parse treepublic void exitRefParam(HbsParser.RefParamContext ctx)
refParam
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
exitRefParam
in interface HbsParserListener
ctx
- the parse treepublic void enterSubParamExpr(HbsParser.SubParamExprContext ctx)
subParamExpr
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
enterSubParamExpr
in interface HbsParserListener
ctx
- the parse treepublic void exitSubParamExpr(HbsParser.SubParamExprContext ctx)
subParamExpr
labeled alternative in HbsParser.param()
.
The default implementation does nothing.
exitSubParamExpr
in interface HbsParserListener
ctx
- the parse treepublic void enterHash(HbsParser.HashContext ctx)
HbsParser.hash()
.
The default implementation does nothing.
enterHash
in interface HbsParserListener
ctx
- the parse treepublic void exitHash(HbsParser.HashContext ctx)
HbsParser.hash()
.
The default implementation does nothing.
exitHash
in interface HbsParserListener
ctx
- the parse treepublic void enterComment(HbsParser.CommentContext ctx)
HbsParser.comment()
.
The default implementation does nothing.
enterComment
in interface HbsParserListener
ctx
- the parse treepublic void exitComment(HbsParser.CommentContext ctx)
HbsParser.comment()
.
The default implementation does nothing.
exitComment
in interface HbsParserListener
ctx
- the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener
Copyright © 2021. All rights reserved.