T - The return type of the visit operation. Use Void for
operations with no return type.public class HbsParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements HbsParserVisitor<T>
HbsParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
HbsParserBaseVisitor() |
| 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(). |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitBody(@NotNull HbsParser.BodyContext ctx)
HbsParser.body().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBody in interface HbsParserVisitor<T>ctx - the parse treepublic T visitBoolHash(@NotNull HbsParser.BoolHashContext ctx)
HbsParser#boolHash.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolHash in interface HbsParserVisitor<T>ctx - the parse treepublic T visitVar(@NotNull HbsParser.VarContext ctx)
HbsParser.var().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVar in interface HbsParserVisitor<T>ctx - the parse treepublic T visitCharHash(@NotNull HbsParser.CharHashContext ctx)
HbsParser#charHash.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharHash in interface HbsParserVisitor<T>ctx - the parse treepublic T visitElseBlock(@NotNull HbsParser.ElseBlockContext ctx)
HbsParser.elseBlock().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitElseBlock in interface HbsParserVisitor<T>ctx - the parse treepublic T visitSexpr(@NotNull HbsParser.SexprContext ctx)
HbsParser.sexpr().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSexpr in interface HbsParserVisitor<T>ctx - the parse treepublic T visitBlock(@NotNull HbsParser.BlockContext ctx)
HbsParser.block().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBlock in interface HbsParserVisitor<T>ctx - the parse treepublic T visitEscape(@NotNull HbsParser.EscapeContext ctx)
HbsParser.escape().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEscape in interface HbsParserVisitor<T>ctx - the parse treepublic T visitTvar(@NotNull HbsParser.TvarContext ctx)
HbsParser.tvar().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTvar in interface HbsParserVisitor<T>ctx - the parse treepublic T visitUnless(@NotNull HbsParser.UnlessContext ctx)
HbsParser.unless().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnless in interface HbsParserVisitor<T>ctx - the parse treepublic T visitSubexpression(@NotNull HbsParser.SubexpressionContext ctx)
HbsParser#subexpression.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSubexpression in interface HbsParserVisitor<T>ctx - the parse treepublic T visitTemplate(@NotNull HbsParser.TemplateContext ctx)
HbsParser.template().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTemplate in interface HbsParserVisitor<T>ctx - the parse treepublic T visitSpaces(@NotNull HbsParser.SpacesContext ctx)
HbsParser.spaces().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSpaces in interface HbsParserVisitor<T>ctx - the parse treepublic T visitText(@NotNull HbsParser.TextContext ctx)
HbsParser.text().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitText in interface HbsParserVisitor<T>ctx - the parse treepublic T visitAmpvar(@NotNull HbsParser.AmpvarContext ctx)
HbsParser.ampvar().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAmpvar in interface HbsParserVisitor<T>ctx - the parse treepublic T visitBoolParam(@NotNull HbsParser.BoolParamContext ctx)
HbsParser#boolParam.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolParam in interface HbsParserVisitor<T>ctx - the parse treepublic T visitDelimiters(@NotNull HbsParser.DelimitersContext ctx)
HbsParser.delimiters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelimiters in interface HbsParserVisitor<T>ctx - the parse treepublic T visitHash(@NotNull HbsParser.HashContext ctx)
HbsParser.hash().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitHash in interface HbsParserVisitor<T>ctx - the parse treepublic T visitRefHash(@NotNull HbsParser.RefHashContext ctx)
HbsParser#refHash.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefHash in interface HbsParserVisitor<T>ctx - the parse treepublic T visitStringHash(@NotNull HbsParser.StringHashContext ctx)
HbsParser#stringHash.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringHash in interface HbsParserVisitor<T>ctx - the parse treepublic T visitPartial(@NotNull HbsParser.PartialContext ctx)
HbsParser.partial().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartial in interface HbsParserVisitor<T>ctx - the parse treepublic T visitCharParam(@NotNull HbsParser.CharParamContext ctx)
HbsParser#charParam.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharParam in interface HbsParserVisitor<T>ctx - the parse treepublic T visitStatement(@NotNull HbsParser.StatementContext ctx)
HbsParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStatement in interface HbsParserVisitor<T>ctx - the parse treepublic T visitIntHash(@NotNull HbsParser.IntHashContext ctx)
HbsParser#intHash.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntHash in interface HbsParserVisitor<T>ctx - the parse treepublic T visitNewline(@NotNull HbsParser.NewlineContext ctx)
HbsParser.newline().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNewline in interface HbsParserVisitor<T>ctx - the parse treepublic T visitRefPram(@NotNull HbsParser.RefPramContext ctx)
HbsParser#refPram.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRefPram in interface HbsParserVisitor<T>ctx - the parse treepublic T visitIntParam(@NotNull HbsParser.IntParamContext ctx)
HbsParser#intParam.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIntParam in interface HbsParserVisitor<T>ctx - the parse treepublic T visitStringParam(@NotNull HbsParser.StringParamContext ctx)
HbsParser#stringParam.
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStringParam in interface HbsParserVisitor<T>ctx - the parse treepublic T visitComment(@NotNull HbsParser.CommentContext ctx)
HbsParser.comment().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComment in interface HbsParserVisitor<T>ctx - the parse treeCopyright © 2014. All rights reserved.