Class FreemarkerParserBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- one.gfw.antlr4.sql.freemarker.FreemarkerParserBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
FreemarkerParserVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
public class FreemarkerParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements FreemarkerParserVisitor<T>
This class provides an empty implementation ofFreemarkerParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description FreemarkerParserBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitTemplate
public T visitTemplate(FreemarkerParser.TemplateContext ctx)
Visit a parse tree produced byFreemarkerParser.template().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTemplatein interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitElements
public T visitElements(FreemarkerParser.ElementsContext ctx)
Visit a parse tree produced byFreemarkerParser.elements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitElementsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRawTextElement
public T visitRawTextElement(FreemarkerParser.RawTextElementContext ctx)
Visit a parse tree produced by theRawTextElementlabeled alternative inFreemarkerParser.element().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRawTextElementin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveElement
public T visitDirectiveElement(FreemarkerParser.DirectiveElementContext ctx)
Visit a parse tree produced by theDirectiveElementlabeled alternative inFreemarkerParser.element().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveElementin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineExprElement
public T visitInlineExprElement(FreemarkerParser.InlineExprElementContext ctx)
Visit a parse tree produced by theInlineExprElementlabeled alternative inFreemarkerParser.element().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineExprElementin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRawText
public T visitRawText(FreemarkerParser.RawTextContext ctx)
Visit a parse tree produced byFreemarkerParser.rawText().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRawTextin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirective
public T visitDirective(FreemarkerParser.DirectiveContext ctx)
Visit a parse tree produced byFreemarkerParser.directive().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectivein interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveIf
public T visitDirectiveIf(FreemarkerParser.DirectiveIfContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveIf().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveIfin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveIfTrueElements
public T visitDirectiveIfTrueElements(FreemarkerParser.DirectiveIfTrueElementsContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveIfTrueElements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveIfTrueElementsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveIfElseIfElements
public T visitDirectiveIfElseIfElements(FreemarkerParser.DirectiveIfElseIfElementsContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveIfElseIfElements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveIfElseIfElementsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveIfElseElements
public T visitDirectiveIfElseElements(FreemarkerParser.DirectiveIfElseElementsContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveIfElseElements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveIfElseElementsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTagExprElseIfs
public T visitTagExprElseIfs(FreemarkerParser.TagExprElseIfsContext ctx)
Visit a parse tree produced byFreemarkerParser.tagExprElseIfs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTagExprElseIfsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveAssign
public T visitDirectiveAssign(FreemarkerParser.DirectiveAssignContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveAssign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveAssignin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveList
public T visitDirectiveList(FreemarkerParser.DirectiveListContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveList().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveListin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveListBodyElements
public T visitDirectiveListBodyElements(FreemarkerParser.DirectiveListBodyElementsContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveListBodyElements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveListBodyElementsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveListElseElements
public T visitDirectiveListElseElements(FreemarkerParser.DirectiveListElseElementsContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveListElseElements().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveListElseElementsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveInclude
public T visitDirectiveInclude(FreemarkerParser.DirectiveIncludeContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveInclude().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveIncludein interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveImport
public T visitDirectiveImport(FreemarkerParser.DirectiveImportContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveImport().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveImportin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveMacro
public T visitDirectiveMacro(FreemarkerParser.DirectiveMacroContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveMacro().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveMacroin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveNested
public T visitDirectiveNested(FreemarkerParser.DirectiveNestedContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveNested().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveNestedin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveReturn
public T visitDirectiveReturn(FreemarkerParser.DirectiveReturnContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveReturn().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveReturnin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveUser
public T visitDirectiveUser(FreemarkerParser.DirectiveUserContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveUser().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveUserin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveUserId
public T visitDirectiveUserId(FreemarkerParser.DirectiveUserIdContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveUserId().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveUserIdin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveUserParams
public T visitDirectiveUserParams(FreemarkerParser.DirectiveUserParamsContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveUserParams().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveUserParamsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDirectiveUserLoopParams
public T visitDirectiveUserLoopParams(FreemarkerParser.DirectiveUserLoopParamsContext ctx)
Visit a parse tree produced byFreemarkerParser.directiveUserLoopParams().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDirectiveUserLoopParamsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTagExpr
public T visitTagExpr(FreemarkerParser.TagExprContext ctx)
Visit a parse tree produced byFreemarkerParser.tagExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTagExprin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInlineExpr
public T visitInlineExpr(FreemarkerParser.InlineExprContext ctx)
Visit a parse tree produced byFreemarkerParser.inlineExpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInlineExprin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingleQuote
public T visitSingleQuote(FreemarkerParser.SingleQuoteContext ctx)
Visit a parse tree produced by theSingleQuotelabeled alternative inFreemarkerParser.string().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingleQuotein interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDoubleQuote
public T visitDoubleQuote(FreemarkerParser.DoubleQuoteContext ctx)
Visit a parse tree produced by theDoubleQuotelabeled alternative inFreemarkerParser.string().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDoubleQuotein interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprUnaryOp
public T visitExprUnaryOp(FreemarkerParser.ExprUnaryOpContext ctx)
Visit a parse tree produced by theExprUnaryOplabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprUnaryOpin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprMulDivMod
public T visitExprMulDivMod(FreemarkerParser.ExprMulDivModContext ctx)
Visit a parse tree produced by theExprMulDivModlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprMulDivModin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBoolExpr
public T visitBoolExpr(FreemarkerParser.BoolExprContext ctx)
Visit a parse tree produced by theBoolExprlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBoolExprin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStringExpr
public T visitStringExpr(FreemarkerParser.StringExprContext ctx)
Visit a parse tree produced by theStringExprlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStringExprin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprBoolRelational
public T visitExprBoolRelational(FreemarkerParser.ExprBoolRelationalContext ctx)
Visit a parse tree produced by theExprBoolRelationallabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprBoolRelationalin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprRoundParentheses
public T visitExprRoundParentheses(FreemarkerParser.ExprRoundParenthesesContext ctx)
Visit a parse tree produced by theExprRoundParentheseslabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprRoundParenthesesin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprBoolAnd
public T visitExprBoolAnd(FreemarkerParser.ExprBoolAndContext ctx)
Visit a parse tree produced by theExprBoolAndlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprBoolAndin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSymbolExpr
public T visitSymbolExpr(FreemarkerParser.SymbolExprContext ctx)
Visit a parse tree produced by theSymbolExprlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSymbolExprin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprBuiltIn
public T visitExprBuiltIn(FreemarkerParser.ExprBuiltInContext ctx)
Visit a parse tree produced by theExprBuiltInlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprBuiltInin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStructExpr
public T visitStructExpr(FreemarkerParser.StructExprContext ctx)
Visit a parse tree produced by theStructExprlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStructExprin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprMissingTest
public T visitExprMissingTest(FreemarkerParser.ExprMissingTestContext ctx)
Visit a parse tree produced by theExprMissingTestlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprMissingTestin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprAddSub
public T visitExprAddSub(FreemarkerParser.ExprAddSubContext ctx)
Visit a parse tree produced by theExprAddSublabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprAddSubin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprDotAccess
public T visitExprDotAccess(FreemarkerParser.ExprDotAccessContext ctx)
Visit a parse tree produced by theExprDotAccesslabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprDotAccessin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprBoolEq
public T visitExprBoolEq(FreemarkerParser.ExprBoolEqContext ctx)
Visit a parse tree produced by theExprBoolEqlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprBoolEqin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprFunctionCall
public T visitExprFunctionCall(FreemarkerParser.ExprFunctionCallContext ctx)
Visit a parse tree produced by theExprFunctionCalllabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprFunctionCallin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumberExpr
public T visitNumberExpr(FreemarkerParser.NumberExprContext ctx)
Visit a parse tree produced by theNumberExprlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumberExprin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprDefault
public T visitExprDefault(FreemarkerParser.ExprDefaultContext ctx)
Visit a parse tree produced by theExprDefaultlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprDefaultin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprSquareParentheses
public T visitExprSquareParentheses(FreemarkerParser.ExprSquareParenthesesContext ctx)
Visit a parse tree produced by theExprSquareParentheseslabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprSquareParenthesesin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExprBoolOr
public T visitExprBoolOr(FreemarkerParser.ExprBoolOrContext ctx)
Visit a parse tree produced by theExprBoolOrlabeled alternative inFreemarkerParser.expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExprBoolOrin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionParams
public T visitFunctionParams(FreemarkerParser.FunctionParamsContext ctx)
Visit a parse tree produced byFreemarkerParser.functionParams().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionParamsin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBooleanRelationalOperator
public T visitBooleanRelationalOperator(FreemarkerParser.BooleanRelationalOperatorContext ctx)
Visit a parse tree produced byFreemarkerParser.booleanRelationalOperator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBooleanRelationalOperatorin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStruct
public T visitStruct(FreemarkerParser.StructContext ctx)
Visit a parse tree produced byFreemarkerParser.struct().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStructin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStruct_pair
public T visitStruct_pair(FreemarkerParser.Struct_pairContext ctx)
Visit a parse tree produced byFreemarkerParser.struct_pair().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStruct_pairin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSingle_quote_string
public T visitSingle_quote_string(FreemarkerParser.Single_quote_stringContext ctx)
Visit a parse tree produced byFreemarkerParser.single_quote_string().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSingle_quote_stringin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDouble_quote_string
public T visitDouble_quote_string(FreemarkerParser.Double_quote_stringContext ctx)
Visit a parse tree produced byFreemarkerParser.double_quote_string().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDouble_quote_stringin interfaceFreemarkerParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-