Package one.gfw.antlr4.sql.freemarker
Interface FreemarkerParserVisitor<T>
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
FreemarkerParserBaseVisitor
public interface FreemarkerParserVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
-
-
Method Summary
-
-
-
Method Detail
-
visitTemplate
T visitTemplate(FreemarkerParser.TemplateContext ctx)
-
visitElements
T visitElements(FreemarkerParser.ElementsContext ctx)
-
visitRawTextElement
T visitRawTextElement(FreemarkerParser.RawTextElementContext ctx)
-
visitDirectiveElement
T visitDirectiveElement(FreemarkerParser.DirectiveElementContext ctx)
-
visitInlineExprElement
T visitInlineExprElement(FreemarkerParser.InlineExprElementContext ctx)
-
visitRawText
T visitRawText(FreemarkerParser.RawTextContext ctx)
-
visitDirective
T visitDirective(FreemarkerParser.DirectiveContext ctx)
-
visitDirectiveIf
T visitDirectiveIf(FreemarkerParser.DirectiveIfContext ctx)
-
visitDirectiveIfTrueElements
T visitDirectiveIfTrueElements(FreemarkerParser.DirectiveIfTrueElementsContext ctx)
-
visitDirectiveIfElseIfElements
T visitDirectiveIfElseIfElements(FreemarkerParser.DirectiveIfElseIfElementsContext ctx)
-
visitDirectiveIfElseElements
T visitDirectiveIfElseElements(FreemarkerParser.DirectiveIfElseElementsContext ctx)
-
visitTagExprElseIfs
T visitTagExprElseIfs(FreemarkerParser.TagExprElseIfsContext ctx)
-
visitDirectiveAssign
T visitDirectiveAssign(FreemarkerParser.DirectiveAssignContext ctx)
-
visitDirectiveList
T visitDirectiveList(FreemarkerParser.DirectiveListContext ctx)
-
visitDirectiveListBodyElements
T visitDirectiveListBodyElements(FreemarkerParser.DirectiveListBodyElementsContext ctx)
-
visitDirectiveListElseElements
T visitDirectiveListElseElements(FreemarkerParser.DirectiveListElseElementsContext ctx)
-
visitDirectiveInclude
T visitDirectiveInclude(FreemarkerParser.DirectiveIncludeContext ctx)
-
visitDirectiveImport
T visitDirectiveImport(FreemarkerParser.DirectiveImportContext ctx)
-
visitDirectiveMacro
T visitDirectiveMacro(FreemarkerParser.DirectiveMacroContext ctx)
-
visitDirectiveNested
T visitDirectiveNested(FreemarkerParser.DirectiveNestedContext ctx)
-
visitDirectiveReturn
T visitDirectiveReturn(FreemarkerParser.DirectiveReturnContext ctx)
-
visitDirectiveUser
T visitDirectiveUser(FreemarkerParser.DirectiveUserContext ctx)
-
visitDirectiveUserId
T visitDirectiveUserId(FreemarkerParser.DirectiveUserIdContext ctx)
-
visitDirectiveUserParams
T visitDirectiveUserParams(FreemarkerParser.DirectiveUserParamsContext ctx)
-
visitDirectiveUserLoopParams
T visitDirectiveUserLoopParams(FreemarkerParser.DirectiveUserLoopParamsContext ctx)
-
visitTagExpr
T visitTagExpr(FreemarkerParser.TagExprContext ctx)
-
visitInlineExpr
T visitInlineExpr(FreemarkerParser.InlineExprContext ctx)
-
visitSingleQuote
T visitSingleQuote(FreemarkerParser.SingleQuoteContext ctx)
-
visitDoubleQuote
T visitDoubleQuote(FreemarkerParser.DoubleQuoteContext ctx)
-
visitExprUnaryOp
T visitExprUnaryOp(FreemarkerParser.ExprUnaryOpContext ctx)
-
visitExprMulDivMod
T visitExprMulDivMod(FreemarkerParser.ExprMulDivModContext ctx)
-
visitBoolExpr
T visitBoolExpr(FreemarkerParser.BoolExprContext ctx)
-
visitStringExpr
T visitStringExpr(FreemarkerParser.StringExprContext ctx)
-
visitExprBoolRelational
T visitExprBoolRelational(FreemarkerParser.ExprBoolRelationalContext ctx)
-
visitExprRoundParentheses
T visitExprRoundParentheses(FreemarkerParser.ExprRoundParenthesesContext ctx)
-
visitExprBoolAnd
T visitExprBoolAnd(FreemarkerParser.ExprBoolAndContext ctx)
-
visitSymbolExpr
T visitSymbolExpr(FreemarkerParser.SymbolExprContext ctx)
-
visitExprBuiltIn
T visitExprBuiltIn(FreemarkerParser.ExprBuiltInContext ctx)
-
visitStructExpr
T visitStructExpr(FreemarkerParser.StructExprContext ctx)
-
visitExprMissingTest
T visitExprMissingTest(FreemarkerParser.ExprMissingTestContext ctx)
-
visitExprAddSub
T visitExprAddSub(FreemarkerParser.ExprAddSubContext ctx)
-
visitExprDotAccess
T visitExprDotAccess(FreemarkerParser.ExprDotAccessContext ctx)
-
visitExprBoolEq
T visitExprBoolEq(FreemarkerParser.ExprBoolEqContext ctx)
-
visitExprFunctionCall
T visitExprFunctionCall(FreemarkerParser.ExprFunctionCallContext ctx)
-
visitNumberExpr
T visitNumberExpr(FreemarkerParser.NumberExprContext ctx)
-
visitExprDefault
T visitExprDefault(FreemarkerParser.ExprDefaultContext ctx)
-
visitExprSquareParentheses
T visitExprSquareParentheses(FreemarkerParser.ExprSquareParenthesesContext ctx)
-
visitExprBoolOr
T visitExprBoolOr(FreemarkerParser.ExprBoolOrContext ctx)
-
visitFunctionParams
T visitFunctionParams(FreemarkerParser.FunctionParamsContext ctx)
-
visitBooleanRelationalOperator
T visitBooleanRelationalOperator(FreemarkerParser.BooleanRelationalOperatorContext ctx)
-
visitStruct
T visitStruct(FreemarkerParser.StructContext ctx)
-
visitStruct_pair
T visitStruct_pair(FreemarkerParser.Struct_pairContext ctx)
-
visitSingle_quote_string
T visitSingle_quote_string(FreemarkerParser.Single_quote_stringContext ctx)
-
visitDouble_quote_string
T visitDouble_quote_string(FreemarkerParser.Double_quote_stringContext ctx)
-
-