Package one.gfw.antlr4.sql.freemarker
Class FreemarkerParserBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- one.gfw.antlr4.sql.freemarker.FreemarkerParserBaseVisitor<T>
-
- 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>
-
-
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)
- Specified by:
visitTemplatein interfaceFreemarkerParserVisitor<T>
-
visitElements
public T visitElements(FreemarkerParser.ElementsContext ctx)
- Specified by:
visitElementsin interfaceFreemarkerParserVisitor<T>
-
visitRawTextElement
public T visitRawTextElement(FreemarkerParser.RawTextElementContext ctx)
- Specified by:
visitRawTextElementin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveElement
public T visitDirectiveElement(FreemarkerParser.DirectiveElementContext ctx)
- Specified by:
visitDirectiveElementin interfaceFreemarkerParserVisitor<T>
-
visitInlineExprElement
public T visitInlineExprElement(FreemarkerParser.InlineExprElementContext ctx)
- Specified by:
visitInlineExprElementin interfaceFreemarkerParserVisitor<T>
-
visitRawText
public T visitRawText(FreemarkerParser.RawTextContext ctx)
- Specified by:
visitRawTextin interfaceFreemarkerParserVisitor<T>
-
visitDirective
public T visitDirective(FreemarkerParser.DirectiveContext ctx)
- Specified by:
visitDirectivein interfaceFreemarkerParserVisitor<T>
-
visitDirectiveIf
public T visitDirectiveIf(FreemarkerParser.DirectiveIfContext ctx)
- Specified by:
visitDirectiveIfin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveIfTrueElements
public T visitDirectiveIfTrueElements(FreemarkerParser.DirectiveIfTrueElementsContext ctx)
- Specified by:
visitDirectiveIfTrueElementsin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveIfElseIfElements
public T visitDirectiveIfElseIfElements(FreemarkerParser.DirectiveIfElseIfElementsContext ctx)
- Specified by:
visitDirectiveIfElseIfElementsin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveIfElseElements
public T visitDirectiveIfElseElements(FreemarkerParser.DirectiveIfElseElementsContext ctx)
- Specified by:
visitDirectiveIfElseElementsin interfaceFreemarkerParserVisitor<T>
-
visitTagExprElseIfs
public T visitTagExprElseIfs(FreemarkerParser.TagExprElseIfsContext ctx)
- Specified by:
visitTagExprElseIfsin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveAssign
public T visitDirectiveAssign(FreemarkerParser.DirectiveAssignContext ctx)
- Specified by:
visitDirectiveAssignin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveList
public T visitDirectiveList(FreemarkerParser.DirectiveListContext ctx)
- Specified by:
visitDirectiveListin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveListBodyElements
public T visitDirectiveListBodyElements(FreemarkerParser.DirectiveListBodyElementsContext ctx)
- Specified by:
visitDirectiveListBodyElementsin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveListElseElements
public T visitDirectiveListElseElements(FreemarkerParser.DirectiveListElseElementsContext ctx)
- Specified by:
visitDirectiveListElseElementsin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveInclude
public T visitDirectiveInclude(FreemarkerParser.DirectiveIncludeContext ctx)
- Specified by:
visitDirectiveIncludein interfaceFreemarkerParserVisitor<T>
-
visitDirectiveImport
public T visitDirectiveImport(FreemarkerParser.DirectiveImportContext ctx)
- Specified by:
visitDirectiveImportin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveMacro
public T visitDirectiveMacro(FreemarkerParser.DirectiveMacroContext ctx)
- Specified by:
visitDirectiveMacroin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveNested
public T visitDirectiveNested(FreemarkerParser.DirectiveNestedContext ctx)
- Specified by:
visitDirectiveNestedin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveReturn
public T visitDirectiveReturn(FreemarkerParser.DirectiveReturnContext ctx)
- Specified by:
visitDirectiveReturnin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveUser
public T visitDirectiveUser(FreemarkerParser.DirectiveUserContext ctx)
- Specified by:
visitDirectiveUserin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveUserId
public T visitDirectiveUserId(FreemarkerParser.DirectiveUserIdContext ctx)
- Specified by:
visitDirectiveUserIdin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveUserParams
public T visitDirectiveUserParams(FreemarkerParser.DirectiveUserParamsContext ctx)
- Specified by:
visitDirectiveUserParamsin interfaceFreemarkerParserVisitor<T>
-
visitDirectiveUserLoopParams
public T visitDirectiveUserLoopParams(FreemarkerParser.DirectiveUserLoopParamsContext ctx)
- Specified by:
visitDirectiveUserLoopParamsin interfaceFreemarkerParserVisitor<T>
-
visitTagExpr
public T visitTagExpr(FreemarkerParser.TagExprContext ctx)
- Specified by:
visitTagExprin interfaceFreemarkerParserVisitor<T>
-
visitInlineExpr
public T visitInlineExpr(FreemarkerParser.InlineExprContext ctx)
- Specified by:
visitInlineExprin interfaceFreemarkerParserVisitor<T>
-
visitSingleQuote
public T visitSingleQuote(FreemarkerParser.SingleQuoteContext ctx)
- Specified by:
visitSingleQuotein interfaceFreemarkerParserVisitor<T>
-
visitDoubleQuote
public T visitDoubleQuote(FreemarkerParser.DoubleQuoteContext ctx)
- Specified by:
visitDoubleQuotein interfaceFreemarkerParserVisitor<T>
-
visitExprUnaryOp
public T visitExprUnaryOp(FreemarkerParser.ExprUnaryOpContext ctx)
- Specified by:
visitExprUnaryOpin interfaceFreemarkerParserVisitor<T>
-
visitExprMulDivMod
public T visitExprMulDivMod(FreemarkerParser.ExprMulDivModContext ctx)
- Specified by:
visitExprMulDivModin interfaceFreemarkerParserVisitor<T>
-
visitBoolExpr
public T visitBoolExpr(FreemarkerParser.BoolExprContext ctx)
- Specified by:
visitBoolExprin interfaceFreemarkerParserVisitor<T>
-
visitStringExpr
public T visitStringExpr(FreemarkerParser.StringExprContext ctx)
- Specified by:
visitStringExprin interfaceFreemarkerParserVisitor<T>
-
visitExprBoolRelational
public T visitExprBoolRelational(FreemarkerParser.ExprBoolRelationalContext ctx)
- Specified by:
visitExprBoolRelationalin interfaceFreemarkerParserVisitor<T>
-
visitExprRoundParentheses
public T visitExprRoundParentheses(FreemarkerParser.ExprRoundParenthesesContext ctx)
- Specified by:
visitExprRoundParenthesesin interfaceFreemarkerParserVisitor<T>
-
visitExprBoolAnd
public T visitExprBoolAnd(FreemarkerParser.ExprBoolAndContext ctx)
- Specified by:
visitExprBoolAndin interfaceFreemarkerParserVisitor<T>
-
visitSymbolExpr
public T visitSymbolExpr(FreemarkerParser.SymbolExprContext ctx)
- Specified by:
visitSymbolExprin interfaceFreemarkerParserVisitor<T>
-
visitExprBuiltIn
public T visitExprBuiltIn(FreemarkerParser.ExprBuiltInContext ctx)
- Specified by:
visitExprBuiltInin interfaceFreemarkerParserVisitor<T>
-
visitStructExpr
public T visitStructExpr(FreemarkerParser.StructExprContext ctx)
- Specified by:
visitStructExprin interfaceFreemarkerParserVisitor<T>
-
visitExprMissingTest
public T visitExprMissingTest(FreemarkerParser.ExprMissingTestContext ctx)
- Specified by:
visitExprMissingTestin interfaceFreemarkerParserVisitor<T>
-
visitExprAddSub
public T visitExprAddSub(FreemarkerParser.ExprAddSubContext ctx)
- Specified by:
visitExprAddSubin interfaceFreemarkerParserVisitor<T>
-
visitExprDotAccess
public T visitExprDotAccess(FreemarkerParser.ExprDotAccessContext ctx)
- Specified by:
visitExprDotAccessin interfaceFreemarkerParserVisitor<T>
-
visitExprBoolEq
public T visitExprBoolEq(FreemarkerParser.ExprBoolEqContext ctx)
- Specified by:
visitExprBoolEqin interfaceFreemarkerParserVisitor<T>
-
visitExprFunctionCall
public T visitExprFunctionCall(FreemarkerParser.ExprFunctionCallContext ctx)
- Specified by:
visitExprFunctionCallin interfaceFreemarkerParserVisitor<T>
-
visitNumberExpr
public T visitNumberExpr(FreemarkerParser.NumberExprContext ctx)
- Specified by:
visitNumberExprin interfaceFreemarkerParserVisitor<T>
-
visitExprDefault
public T visitExprDefault(FreemarkerParser.ExprDefaultContext ctx)
- Specified by:
visitExprDefaultin interfaceFreemarkerParserVisitor<T>
-
visitExprSquareParentheses
public T visitExprSquareParentheses(FreemarkerParser.ExprSquareParenthesesContext ctx)
- Specified by:
visitExprSquareParenthesesin interfaceFreemarkerParserVisitor<T>
-
visitExprBoolOr
public T visitExprBoolOr(FreemarkerParser.ExprBoolOrContext ctx)
- Specified by:
visitExprBoolOrin interfaceFreemarkerParserVisitor<T>
-
visitFunctionParams
public T visitFunctionParams(FreemarkerParser.FunctionParamsContext ctx)
- Specified by:
visitFunctionParamsin interfaceFreemarkerParserVisitor<T>
-
visitBooleanRelationalOperator
public T visitBooleanRelationalOperator(FreemarkerParser.BooleanRelationalOperatorContext ctx)
- Specified by:
visitBooleanRelationalOperatorin interfaceFreemarkerParserVisitor<T>
-
visitStruct
public T visitStruct(FreemarkerParser.StructContext ctx)
- Specified by:
visitStructin interfaceFreemarkerParserVisitor<T>
-
visitStruct_pair
public T visitStruct_pair(FreemarkerParser.Struct_pairContext ctx)
- Specified by:
visitStruct_pairin interfaceFreemarkerParserVisitor<T>
-
visitSingle_quote_string
public T visitSingle_quote_string(FreemarkerParser.Single_quote_stringContext ctx)
- Specified by:
visitSingle_quote_stringin interfaceFreemarkerParserVisitor<T>
-
visitDouble_quote_string
public T visitDouble_quote_string(FreemarkerParser.Double_quote_stringContext ctx)
- Specified by:
visitDouble_quote_stringin interfaceFreemarkerParserVisitor<T>
-
-