T - The return type of the visit operation. Use Void for
operations with no return type.public interface HbsParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
HbsParser.| Modifier and Type | Method and Description |
|---|---|
T |
visitAmpvar(HbsParser.AmpvarContext ctx)
Visit a parse tree produced by
HbsParser.ampvar(). |
T |
visitBlock(HbsParser.BlockContext ctx)
Visit a parse tree produced by
HbsParser.block(). |
T |
visitBody(HbsParser.BodyContext ctx)
Visit a parse tree produced by
HbsParser.body(). |
T |
visitBoolHash(HbsParser.BoolHashContext ctx)
Visit a parse tree produced by
HbsParser#boolHash. |
T |
visitBoolParam(HbsParser.BoolParamContext ctx)
Visit a parse tree produced by
HbsParser#boolParam. |
T |
visitCharHash(HbsParser.CharHashContext ctx)
Visit a parse tree produced by
HbsParser#charHash. |
T |
visitCharParam(HbsParser.CharParamContext ctx)
Visit a parse tree produced by
HbsParser#charParam. |
T |
visitComment(HbsParser.CommentContext ctx)
Visit a parse tree produced by
HbsParser.comment(). |
T |
visitDelimiters(HbsParser.DelimitersContext ctx)
Visit a parse tree produced by
HbsParser.delimiters(). |
T |
visitElseBlock(HbsParser.ElseBlockContext ctx)
Visit a parse tree produced by
HbsParser.elseBlock(). |
T |
visitEscape(HbsParser.EscapeContext ctx)
Visit a parse tree produced by
HbsParser.escape(). |
T |
visitHash(HbsParser.HashContext ctx)
Visit a parse tree produced by
HbsParser.hash(). |
T |
visitIntHash(HbsParser.IntHashContext ctx)
Visit a parse tree produced by
HbsParser#intHash. |
T |
visitIntParam(HbsParser.IntParamContext ctx)
Visit a parse tree produced by
HbsParser#intParam. |
T |
visitNewline(HbsParser.NewlineContext ctx)
Visit a parse tree produced by
HbsParser.newline(). |
T |
visitPartial(HbsParser.PartialContext ctx)
Visit a parse tree produced by
HbsParser.partial(). |
T |
visitRefHash(HbsParser.RefHashContext ctx)
Visit a parse tree produced by
HbsParser#refHash. |
T |
visitRefPram(HbsParser.RefPramContext ctx)
Visit a parse tree produced by
HbsParser#refPram. |
T |
visitSexpr(HbsParser.SexprContext ctx)
Visit a parse tree produced by
HbsParser.sexpr(). |
T |
visitSpaces(HbsParser.SpacesContext ctx)
Visit a parse tree produced by
HbsParser.spaces(). |
T |
visitStatement(HbsParser.StatementContext ctx)
Visit a parse tree produced by
HbsParser.statement(). |
T |
visitStringHash(HbsParser.StringHashContext ctx)
Visit a parse tree produced by
HbsParser#stringHash. |
T |
visitStringParam(HbsParser.StringParamContext ctx)
Visit a parse tree produced by
HbsParser#stringParam. |
T |
visitSubexpression(HbsParser.SubexpressionContext ctx)
Visit a parse tree produced by
HbsParser#subexpression. |
T |
visitTemplate(HbsParser.TemplateContext ctx)
Visit a parse tree produced by
HbsParser.template(). |
T |
visitText(HbsParser.TextContext ctx)
Visit a parse tree produced by
HbsParser.text(). |
T |
visitTvar(HbsParser.TvarContext ctx)
Visit a parse tree produced by
HbsParser.tvar(). |
T |
visitUnless(HbsParser.UnlessContext ctx)
Visit a parse tree produced by
HbsParser.unless(). |
T |
visitVar(HbsParser.VarContext ctx)
Visit a parse tree produced by
HbsParser.var(). |
T visitBody(@NotNull HbsParser.BodyContext ctx)
HbsParser.body().ctx - the parse treeT visitBoolHash(@NotNull HbsParser.BoolHashContext ctx)
HbsParser#boolHash.ctx - the parse treeT visitVar(@NotNull HbsParser.VarContext ctx)
HbsParser.var().ctx - the parse treeT visitCharHash(@NotNull HbsParser.CharHashContext ctx)
HbsParser#charHash.ctx - the parse treeT visitElseBlock(@NotNull HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock().ctx - the parse treeT visitSexpr(@NotNull HbsParser.SexprContext ctx)
HbsParser.sexpr().ctx - the parse treeT visitBlock(@NotNull HbsParser.BlockContext ctx)
HbsParser.block().ctx - the parse treeT visitEscape(@NotNull HbsParser.EscapeContext ctx)
HbsParser.escape().ctx - the parse treeT visitTvar(@NotNull HbsParser.TvarContext ctx)
HbsParser.tvar().ctx - the parse treeT visitUnless(@NotNull HbsParser.UnlessContext ctx)
HbsParser.unless().ctx - the parse treeT visitSubexpression(@NotNull HbsParser.SubexpressionContext ctx)
HbsParser#subexpression.ctx - the parse treeT visitTemplate(@NotNull HbsParser.TemplateContext ctx)
HbsParser.template().ctx - the parse treeT visitSpaces(@NotNull HbsParser.SpacesContext ctx)
HbsParser.spaces().ctx - the parse treeT visitText(@NotNull HbsParser.TextContext ctx)
HbsParser.text().ctx - the parse treeT visitAmpvar(@NotNull HbsParser.AmpvarContext ctx)
HbsParser.ampvar().ctx - the parse treeT visitBoolParam(@NotNull HbsParser.BoolParamContext ctx)
HbsParser#boolParam.ctx - the parse treeT visitDelimiters(@NotNull HbsParser.DelimitersContext ctx)
HbsParser.delimiters().ctx - the parse treeT visitHash(@NotNull HbsParser.HashContext ctx)
HbsParser.hash().ctx - the parse treeT visitRefHash(@NotNull HbsParser.RefHashContext ctx)
HbsParser#refHash.ctx - the parse treeT visitStringHash(@NotNull HbsParser.StringHashContext ctx)
HbsParser#stringHash.ctx - the parse treeT visitPartial(@NotNull HbsParser.PartialContext ctx)
HbsParser.partial().ctx - the parse treeT visitCharParam(@NotNull HbsParser.CharParamContext ctx)
HbsParser#charParam.ctx - the parse treeT visitStatement(@NotNull HbsParser.StatementContext ctx)
HbsParser.statement().ctx - the parse treeT visitIntHash(@NotNull HbsParser.IntHashContext ctx)
HbsParser#intHash.ctx - the parse treeT visitNewline(@NotNull HbsParser.NewlineContext ctx)
HbsParser.newline().ctx - the parse treeT visitRefPram(@NotNull HbsParser.RefPramContext ctx)
HbsParser#refPram.ctx - the parse treeT visitIntParam(@NotNull HbsParser.IntParamContext ctx)
HbsParser#intParam.ctx - the parse treeT visitStringParam(@NotNull HbsParser.StringParamContext ctx)
HbsParser#stringParam.ctx - the parse treeT visitComment(@NotNull HbsParser.CommentContext ctx)
HbsParser.comment().ctx - the parse treeCopyright © 2014. All rights reserved.