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 |
enterBody(HbsParser.BodyContext ctx)
Enter a parse tree produced by
HbsParser.body(). |
void |
enterBoolHash(HbsParser.BoolHashContext ctx)
Enter a parse tree produced by
HbsParser#boolHash. |
void |
enterBoolParam(HbsParser.BoolParamContext ctx)
Enter a parse tree produced by
HbsParser#boolParam. |
void |
enterCharHash(HbsParser.CharHashContext ctx)
Enter a parse tree produced by
HbsParser#charHash. |
void |
enterCharParam(HbsParser.CharParamContext ctx)
Enter a parse tree produced by
HbsParser#charParam. |
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 |
enterElseBlock(HbsParser.ElseBlockContext ctx)
Enter a parse tree produced by
HbsParser.elseBlock(). |
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 |
enterIntHash(HbsParser.IntHashContext ctx)
Enter a parse tree produced by
HbsParser#intHash. |
void |
enterIntParam(HbsParser.IntParamContext ctx)
Enter a parse tree produced by
HbsParser#intParam. |
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 |
enterRefHash(HbsParser.RefHashContext ctx)
Enter a parse tree produced by
HbsParser#refHash. |
void |
enterRefPram(HbsParser.RefPramContext ctx)
Enter a parse tree produced by
HbsParser#refPram. |
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 |
enterStringHash(HbsParser.StringHashContext ctx)
Enter a parse tree produced by
HbsParser#stringHash. |
void |
enterStringParam(HbsParser.StringParamContext ctx)
Enter a parse tree produced by
HbsParser#stringParam. |
void |
enterSubexpression(HbsParser.SubexpressionContext ctx)
Enter a parse tree produced by
HbsParser#subexpression. |
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 |
exitBody(HbsParser.BodyContext ctx)
Exit a parse tree produced by
HbsParser.body(). |
void |
exitBoolHash(HbsParser.BoolHashContext ctx)
Exit a parse tree produced by
HbsParser#boolHash. |
void |
exitBoolParam(HbsParser.BoolParamContext ctx)
Exit a parse tree produced by
HbsParser#boolParam. |
void |
exitCharHash(HbsParser.CharHashContext ctx)
Exit a parse tree produced by
HbsParser#charHash. |
void |
exitCharParam(HbsParser.CharParamContext ctx)
Exit a parse tree produced by
HbsParser#charParam. |
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 |
exitElseBlock(HbsParser.ElseBlockContext ctx)
Exit a parse tree produced by
HbsParser.elseBlock(). |
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 |
exitIntHash(HbsParser.IntHashContext ctx)
Exit a parse tree produced by
HbsParser#intHash. |
void |
exitIntParam(HbsParser.IntParamContext ctx)
Exit a parse tree produced by
HbsParser#intParam. |
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 |
exitRefHash(HbsParser.RefHashContext ctx)
Exit a parse tree produced by
HbsParser#refHash. |
void |
exitRefPram(HbsParser.RefPramContext ctx)
Exit a parse tree produced by
HbsParser#refPram. |
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 |
exitStringHash(HbsParser.StringHashContext ctx)
Exit a parse tree produced by
HbsParser#stringHash. |
void |
exitStringParam(HbsParser.StringParamContext ctx)
Exit a parse tree produced by
HbsParser#stringParam. |
void |
exitSubexpression(HbsParser.SubexpressionContext ctx)
Exit a parse tree produced by
HbsParser#subexpression. |
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 enterBody(@NotNull
HbsParser.BodyContext ctx)
HbsParser.body().ctx - the parse treevoid exitBody(@NotNull
HbsParser.BodyContext ctx)
HbsParser.body().ctx - the parse treevoid enterBoolHash(@NotNull
HbsParser.BoolHashContext ctx)
HbsParser#boolHash.ctx - the parse treevoid exitBoolHash(@NotNull
HbsParser.BoolHashContext ctx)
HbsParser#boolHash.ctx - the parse treevoid enterVar(@NotNull
HbsParser.VarContext ctx)
HbsParser.var().ctx - the parse treevoid exitVar(@NotNull
HbsParser.VarContext ctx)
HbsParser.var().ctx - the parse treevoid enterCharHash(@NotNull
HbsParser.CharHashContext ctx)
HbsParser#charHash.ctx - the parse treevoid exitCharHash(@NotNull
HbsParser.CharHashContext ctx)
HbsParser#charHash.ctx - the parse treevoid enterElseBlock(@NotNull
HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock().ctx - the parse treevoid exitElseBlock(@NotNull
HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock().ctx - the parse treevoid enterSexpr(@NotNull
HbsParser.SexprContext ctx)
HbsParser.sexpr().ctx - the parse treevoid exitSexpr(@NotNull
HbsParser.SexprContext ctx)
HbsParser.sexpr().ctx - the parse treevoid enterBlock(@NotNull
HbsParser.BlockContext ctx)
HbsParser.block().ctx - the parse treevoid exitBlock(@NotNull
HbsParser.BlockContext ctx)
HbsParser.block().ctx - the parse treevoid enterEscape(@NotNull
HbsParser.EscapeContext ctx)
HbsParser.escape().ctx - the parse treevoid exitEscape(@NotNull
HbsParser.EscapeContext ctx)
HbsParser.escape().ctx - the parse treevoid enterTvar(@NotNull
HbsParser.TvarContext ctx)
HbsParser.tvar().ctx - the parse treevoid exitTvar(@NotNull
HbsParser.TvarContext ctx)
HbsParser.tvar().ctx - the parse treevoid enterUnless(@NotNull
HbsParser.UnlessContext ctx)
HbsParser.unless().ctx - the parse treevoid exitUnless(@NotNull
HbsParser.UnlessContext ctx)
HbsParser.unless().ctx - the parse treevoid enterSubexpression(@NotNull
HbsParser.SubexpressionContext ctx)
HbsParser#subexpression.ctx - the parse treevoid exitSubexpression(@NotNull
HbsParser.SubexpressionContext ctx)
HbsParser#subexpression.ctx - the parse treevoid enterTemplate(@NotNull
HbsParser.TemplateContext ctx)
HbsParser.template().ctx - the parse treevoid exitTemplate(@NotNull
HbsParser.TemplateContext ctx)
HbsParser.template().ctx - the parse treevoid enterSpaces(@NotNull
HbsParser.SpacesContext ctx)
HbsParser.spaces().ctx - the parse treevoid exitSpaces(@NotNull
HbsParser.SpacesContext ctx)
HbsParser.spaces().ctx - the parse treevoid enterText(@NotNull
HbsParser.TextContext ctx)
HbsParser.text().ctx - the parse treevoid exitText(@NotNull
HbsParser.TextContext ctx)
HbsParser.text().ctx - the parse treevoid enterAmpvar(@NotNull
HbsParser.AmpvarContext ctx)
HbsParser.ampvar().ctx - the parse treevoid exitAmpvar(@NotNull
HbsParser.AmpvarContext ctx)
HbsParser.ampvar().ctx - the parse treevoid enterBoolParam(@NotNull
HbsParser.BoolParamContext ctx)
HbsParser#boolParam.ctx - the parse treevoid exitBoolParam(@NotNull
HbsParser.BoolParamContext ctx)
HbsParser#boolParam.ctx - the parse treevoid enterDelimiters(@NotNull
HbsParser.DelimitersContext ctx)
HbsParser.delimiters().ctx - the parse treevoid exitDelimiters(@NotNull
HbsParser.DelimitersContext ctx)
HbsParser.delimiters().ctx - the parse treevoid enterHash(@NotNull
HbsParser.HashContext ctx)
HbsParser.hash().ctx - the parse treevoid exitHash(@NotNull
HbsParser.HashContext ctx)
HbsParser.hash().ctx - the parse treevoid enterRefHash(@NotNull
HbsParser.RefHashContext ctx)
HbsParser#refHash.ctx - the parse treevoid exitRefHash(@NotNull
HbsParser.RefHashContext ctx)
HbsParser#refHash.ctx - the parse treevoid enterStringHash(@NotNull
HbsParser.StringHashContext ctx)
HbsParser#stringHash.ctx - the parse treevoid exitStringHash(@NotNull
HbsParser.StringHashContext ctx)
HbsParser#stringHash.ctx - the parse treevoid enterPartial(@NotNull
HbsParser.PartialContext ctx)
HbsParser.partial().ctx - the parse treevoid exitPartial(@NotNull
HbsParser.PartialContext ctx)
HbsParser.partial().ctx - the parse treevoid enterCharParam(@NotNull
HbsParser.CharParamContext ctx)
HbsParser#charParam.ctx - the parse treevoid exitCharParam(@NotNull
HbsParser.CharParamContext ctx)
HbsParser#charParam.ctx - the parse treevoid enterStatement(@NotNull
HbsParser.StatementContext ctx)
HbsParser.statement().ctx - the parse treevoid exitStatement(@NotNull
HbsParser.StatementContext ctx)
HbsParser.statement().ctx - the parse treevoid enterIntHash(@NotNull
HbsParser.IntHashContext ctx)
HbsParser#intHash.ctx - the parse treevoid exitIntHash(@NotNull
HbsParser.IntHashContext ctx)
HbsParser#intHash.ctx - the parse treevoid enterNewline(@NotNull
HbsParser.NewlineContext ctx)
HbsParser.newline().ctx - the parse treevoid exitNewline(@NotNull
HbsParser.NewlineContext ctx)
HbsParser.newline().ctx - the parse treevoid enterRefPram(@NotNull
HbsParser.RefPramContext ctx)
HbsParser#refPram.ctx - the parse treevoid exitRefPram(@NotNull
HbsParser.RefPramContext ctx)
HbsParser#refPram.ctx - the parse treevoid enterIntParam(@NotNull
HbsParser.IntParamContext ctx)
HbsParser#intParam.ctx - the parse treevoid exitIntParam(@NotNull
HbsParser.IntParamContext ctx)
HbsParser#intParam.ctx - the parse treevoid enterStringParam(@NotNull
HbsParser.StringParamContext ctx)
HbsParser#stringParam.ctx - the parse treevoid exitStringParam(@NotNull
HbsParser.StringParamContext ctx)
HbsParser#stringParam.ctx - the parse treevoid enterComment(@NotNull
HbsParser.CommentContext ctx)
HbsParser.comment().ctx - the parse treevoid exitComment(@NotNull
HbsParser.CommentContext ctx)
HbsParser.comment().ctx - the parse treeCopyright © 2014. All rights reserved.