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