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 |
enterIntParam(HbsParser.IntParamContext ctx)
Enter a parse tree produced by the
intParam
labeled alternative in HbsParser.param(). |
void |
enterLiteralPath(HbsParser.LiteralPathContext ctx)
Enter a parse tree produced by the
literalPath
labeled alternative in HbsParser.pexpr(). |
void |
enterNewline(HbsParser.NewlineContext ctx)
Enter a parse tree produced by
HbsParser.newline(). |
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 |
enterSpaces(HbsParser.SpacesContext ctx)
Enter a parse tree produced by
HbsParser.spaces(). |
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 |
exitIntParam(HbsParser.IntParamContext ctx)
Exit a parse tree produced by the
intParam
labeled alternative in HbsParser.param(). |
void |
exitLiteralPath(HbsParser.LiteralPathContext ctx)
Exit a parse tree produced by the
literalPath
labeled alternative in HbsParser.pexpr(). |
void |
exitNewline(HbsParser.NewlineContext ctx)
Exit a parse tree produced by
HbsParser.newline(). |
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 |
exitSpaces(HbsParser.SpacesContext ctx)
Exit a parse tree produced by
HbsParser.spaces(). |
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 HbsParserListenerctx - the parse treepublic void exitTemplate(HbsParser.TemplateContext ctx)
HbsParser.template().
The default implementation does nothing.
exitTemplate in interface HbsParserListenerctx - the parse treepublic void enterBody(HbsParser.BodyContext ctx)
HbsParser.body().
The default implementation does nothing.
enterBody in interface HbsParserListenerctx - the parse treepublic void exitBody(HbsParser.BodyContext ctx)
HbsParser.body().
The default implementation does nothing.
exitBody in interface HbsParserListenerctx - the parse treepublic void enterStatement(HbsParser.StatementContext ctx)
HbsParser.statement().
The default implementation does nothing.
enterStatement in interface HbsParserListenerctx - the parse treepublic void exitStatement(HbsParser.StatementContext ctx)
HbsParser.statement().
The default implementation does nothing.
exitStatement in interface HbsParserListenerctx - the parse treepublic void enterEscape(HbsParser.EscapeContext ctx)
HbsParser.escape().
The default implementation does nothing.
enterEscape in interface HbsParserListenerctx - the parse treepublic void exitEscape(HbsParser.EscapeContext ctx)
HbsParser.escape().
The default implementation does nothing.
exitEscape in interface HbsParserListenerctx - the parse treepublic void enterText(HbsParser.TextContext ctx)
HbsParser.text().
The default implementation does nothing.
enterText in interface HbsParserListenerctx - the parse treepublic void exitText(HbsParser.TextContext ctx)
HbsParser.text().
The default implementation does nothing.
exitText in interface HbsParserListenerctx - the parse treepublic void enterSpaces(HbsParser.SpacesContext ctx)
HbsParser.spaces().
The default implementation does nothing.
enterSpaces in interface HbsParserListenerctx - the parse treepublic void exitSpaces(HbsParser.SpacesContext ctx)
HbsParser.spaces().
The default implementation does nothing.
exitSpaces in interface HbsParserListenerctx - the parse treepublic void enterNewline(HbsParser.NewlineContext ctx)
HbsParser.newline().
The default implementation does nothing.
enterNewline in interface HbsParserListenerctx - the parse treepublic void exitNewline(HbsParser.NewlineContext ctx)
HbsParser.newline().
The default implementation does nothing.
exitNewline in interface HbsParserListenerctx - the parse treepublic void enterBlock(HbsParser.BlockContext ctx)
HbsParser.block().
The default implementation does nothing.
enterBlock in interface HbsParserListenerctx - the parse treepublic void exitBlock(HbsParser.BlockContext ctx)
HbsParser.block().
The default implementation does nothing.
exitBlock in interface HbsParserListenerctx - the parse treepublic void enterRawBlock(HbsParser.RawBlockContext ctx)
HbsParser.rawBlock().
The default implementation does nothing.
enterRawBlock in interface HbsParserListenerctx - the parse treepublic void exitRawBlock(HbsParser.RawBlockContext ctx)
HbsParser.rawBlock().
The default implementation does nothing.
exitRawBlock in interface HbsParserListenerctx - the parse treepublic void enterBlockParams(HbsParser.BlockParamsContext ctx)
HbsParser.blockParams().
The default implementation does nothing.
enterBlockParams in interface HbsParserListenerctx - the parse treepublic void exitBlockParams(HbsParser.BlockParamsContext ctx)
HbsParser.blockParams().
The default implementation does nothing.
exitBlockParams in interface HbsParserListenerctx - the parse treepublic void enterSexpr(HbsParser.SexprContext ctx)
HbsParser.sexpr().
The default implementation does nothing.
enterSexpr in interface HbsParserListenerctx - the parse treepublic void exitSexpr(HbsParser.SexprContext ctx)
HbsParser.sexpr().
The default implementation does nothing.
exitSexpr in interface HbsParserListenerctx - the parse treepublic void enterElseBlock(HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock().
The default implementation does nothing.
enterElseBlock in interface HbsParserListenerctx - the parse treepublic void exitElseBlock(HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock().
The default implementation does nothing.
exitElseBlock in interface HbsParserListenerctx - the parse treepublic void enterElseStmt(HbsParser.ElseStmtContext ctx)
HbsParser.elseStmt().
The default implementation does nothing.
enterElseStmt in interface HbsParserListenerctx - the parse treepublic void exitElseStmt(HbsParser.ElseStmtContext ctx)
HbsParser.elseStmt().
The default implementation does nothing.
exitElseStmt in interface HbsParserListenerctx - the parse treepublic void enterElseStmtChain(HbsParser.ElseStmtChainContext ctx)
HbsParser.elseStmtChain().
The default implementation does nothing.
enterElseStmtChain in interface HbsParserListenerctx - the parse treepublic void exitElseStmtChain(HbsParser.ElseStmtChainContext ctx)
HbsParser.elseStmtChain().
The default implementation does nothing.
exitElseStmtChain in interface HbsParserListenerctx - the parse treepublic void enterUnless(HbsParser.UnlessContext ctx)
HbsParser.unless().
The default implementation does nothing.
enterUnless in interface HbsParserListenerctx - the parse treepublic void exitUnless(HbsParser.UnlessContext ctx)
HbsParser.unless().
The default implementation does nothing.
exitUnless in interface HbsParserListenerctx - the parse treepublic void enterTvar(HbsParser.TvarContext ctx)
HbsParser.tvar().
The default implementation does nothing.
enterTvar in interface HbsParserListenerctx - the parse treepublic void exitTvar(HbsParser.TvarContext ctx)
HbsParser.tvar().
The default implementation does nothing.
exitTvar in interface HbsParserListenerctx - the parse treepublic void enterAmpvar(HbsParser.AmpvarContext ctx)
HbsParser.ampvar().
The default implementation does nothing.
enterAmpvar in interface HbsParserListenerctx - the parse treepublic void exitAmpvar(HbsParser.AmpvarContext ctx)
HbsParser.ampvar().
The default implementation does nothing.
exitAmpvar in interface HbsParserListenerctx - the parse treepublic void enterVar(HbsParser.VarContext ctx)
HbsParser.var().
The default implementation does nothing.
enterVar in interface HbsParserListenerctx - the parse treepublic void exitVar(HbsParser.VarContext ctx)
HbsParser.var().
The default implementation does nothing.
exitVar in interface HbsParserListenerctx - the parse treepublic void enterDelimiters(HbsParser.DelimitersContext ctx)
HbsParser.delimiters().
The default implementation does nothing.
enterDelimiters in interface HbsParserListenerctx - the parse treepublic void exitDelimiters(HbsParser.DelimitersContext ctx)
HbsParser.delimiters().
The default implementation does nothing.
exitDelimiters in interface HbsParserListenerctx - the parse treepublic void enterPartial(HbsParser.PartialContext ctx)
HbsParser.partial().
The default implementation does nothing.
enterPartial in interface HbsParserListenerctx - the parse treepublic void exitPartial(HbsParser.PartialContext ctx)
HbsParser.partial().
The default implementation does nothing.
exitPartial in interface HbsParserListenerctx - the parse treepublic void enterPartialBlock(HbsParser.PartialBlockContext ctx)
HbsParser.partialBlock().
The default implementation does nothing.
enterPartialBlock in interface HbsParserListenerctx - the parse treepublic void exitPartialBlock(HbsParser.PartialBlockContext ctx)
HbsParser.partialBlock().
The default implementation does nothing.
exitPartialBlock in interface HbsParserListenerctx - the parse treepublic void enterDynamicPath(HbsParser.DynamicPathContext ctx)
dynamicPath
labeled alternative in HbsParser.pexpr().
The default implementation does nothing.
enterDynamicPath in interface HbsParserListenerctx - the parse treepublic void exitDynamicPath(HbsParser.DynamicPathContext ctx)
dynamicPath
labeled alternative in HbsParser.pexpr().
The default implementation does nothing.
exitDynamicPath in interface HbsParserListenerctx - the parse treepublic void enterStaticPath(HbsParser.StaticPathContext ctx)
staticPath
labeled alternative in HbsParser.pexpr().
The default implementation does nothing.
enterStaticPath in interface HbsParserListenerctx - the parse treepublic void exitStaticPath(HbsParser.StaticPathContext ctx)
staticPath
labeled alternative in HbsParser.pexpr().
The default implementation does nothing.
exitStaticPath in interface HbsParserListenerctx - the parse treepublic void enterLiteralPath(HbsParser.LiteralPathContext ctx)
literalPath
labeled alternative in HbsParser.pexpr().
The default implementation does nothing.
enterLiteralPath in interface HbsParserListenerctx - the parse treepublic void exitLiteralPath(HbsParser.LiteralPathContext ctx)
literalPath
labeled alternative in HbsParser.pexpr().
The default implementation does nothing.
exitLiteralPath in interface HbsParserListenerctx - the parse treepublic void enterStringParam(HbsParser.StringParamContext ctx)
stringParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
enterStringParam in interface HbsParserListenerctx - the parse treepublic void exitStringParam(HbsParser.StringParamContext ctx)
stringParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
exitStringParam in interface HbsParserListenerctx - the parse treepublic void enterCharParam(HbsParser.CharParamContext ctx)
charParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
enterCharParam in interface HbsParserListenerctx - the parse treepublic void exitCharParam(HbsParser.CharParamContext ctx)
charParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
exitCharParam in interface HbsParserListenerctx - the parse treepublic void enterIntParam(HbsParser.IntParamContext ctx)
intParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
enterIntParam in interface HbsParserListenerctx - the parse treepublic void exitIntParam(HbsParser.IntParamContext ctx)
intParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
exitIntParam in interface HbsParserListenerctx - the parse treepublic void enterBoolParam(HbsParser.BoolParamContext ctx)
boolParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
enterBoolParam in interface HbsParserListenerctx - the parse treepublic void exitBoolParam(HbsParser.BoolParamContext ctx)
boolParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
exitBoolParam in interface HbsParserListenerctx - the parse treepublic void enterRefParam(HbsParser.RefParamContext ctx)
refParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
enterRefParam in interface HbsParserListenerctx - the parse treepublic void exitRefParam(HbsParser.RefParamContext ctx)
refParam
labeled alternative in HbsParser.param().
The default implementation does nothing.
exitRefParam in interface HbsParserListenerctx - the parse treepublic void enterSubParamExpr(HbsParser.SubParamExprContext ctx)
subParamExpr
labeled alternative in HbsParser.param().
The default implementation does nothing.
enterSubParamExpr in interface HbsParserListenerctx - the parse treepublic void exitSubParamExpr(HbsParser.SubParamExprContext ctx)
subParamExpr
labeled alternative in HbsParser.param().
The default implementation does nothing.
exitSubParamExpr in interface HbsParserListenerctx - the parse treepublic void enterHash(HbsParser.HashContext ctx)
HbsParser.hash().
The default implementation does nothing.
enterHash in interface HbsParserListenerctx - the parse treepublic void exitHash(HbsParser.HashContext ctx)
HbsParser.hash().
The default implementation does nothing.
exitHash in interface HbsParserListenerctx - the parse treepublic void enterComment(HbsParser.CommentContext ctx)
HbsParser.comment().
The default implementation does nothing.
enterComment in interface HbsParserListenerctx - the parse treepublic void exitComment(HbsParser.CommentContext ctx)
HbsParser.comment().
The default implementation does nothing.
exitComment in interface HbsParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2016. All rights reserved.