Package one.gfw.antlr4.sql.freemarker
Class FreemarkerParserBaseListener
- java.lang.Object
-
- one.gfw.antlr4.sql.freemarker.FreemarkerParserBaseListener
-
- All Implemented Interfaces:
FreemarkerParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class FreemarkerParserBaseListener extends Object implements FreemarkerParserListener
-
-
Constructor Summary
Constructors Constructor Description FreemarkerParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterTemplate
public void enterTemplate(FreemarkerParser.TemplateContext ctx)
- Specified by:
enterTemplatein interfaceFreemarkerParserListener
-
exitTemplate
public void exitTemplate(FreemarkerParser.TemplateContext ctx)
- Specified by:
exitTemplatein interfaceFreemarkerParserListener
-
enterElements
public void enterElements(FreemarkerParser.ElementsContext ctx)
- Specified by:
enterElementsin interfaceFreemarkerParserListener
-
exitElements
public void exitElements(FreemarkerParser.ElementsContext ctx)
- Specified by:
exitElementsin interfaceFreemarkerParserListener
-
enterRawTextElement
public void enterRawTextElement(FreemarkerParser.RawTextElementContext ctx)
- Specified by:
enterRawTextElementin interfaceFreemarkerParserListener
-
exitRawTextElement
public void exitRawTextElement(FreemarkerParser.RawTextElementContext ctx)
- Specified by:
exitRawTextElementin interfaceFreemarkerParserListener
-
enterDirectiveElement
public void enterDirectiveElement(FreemarkerParser.DirectiveElementContext ctx)
- Specified by:
enterDirectiveElementin interfaceFreemarkerParserListener
-
exitDirectiveElement
public void exitDirectiveElement(FreemarkerParser.DirectiveElementContext ctx)
- Specified by:
exitDirectiveElementin interfaceFreemarkerParserListener
-
enterInlineExprElement
public void enterInlineExprElement(FreemarkerParser.InlineExprElementContext ctx)
- Specified by:
enterInlineExprElementin interfaceFreemarkerParserListener
-
exitInlineExprElement
public void exitInlineExprElement(FreemarkerParser.InlineExprElementContext ctx)
- Specified by:
exitInlineExprElementin interfaceFreemarkerParserListener
-
enterRawText
public void enterRawText(FreemarkerParser.RawTextContext ctx)
- Specified by:
enterRawTextin interfaceFreemarkerParserListener
-
exitRawText
public void exitRawText(FreemarkerParser.RawTextContext ctx)
- Specified by:
exitRawTextin interfaceFreemarkerParserListener
-
enterDirective
public void enterDirective(FreemarkerParser.DirectiveContext ctx)
- Specified by:
enterDirectivein interfaceFreemarkerParserListener
-
exitDirective
public void exitDirective(FreemarkerParser.DirectiveContext ctx)
- Specified by:
exitDirectivein interfaceFreemarkerParserListener
-
enterDirectiveIf
public void enterDirectiveIf(FreemarkerParser.DirectiveIfContext ctx)
- Specified by:
enterDirectiveIfin interfaceFreemarkerParserListener
-
exitDirectiveIf
public void exitDirectiveIf(FreemarkerParser.DirectiveIfContext ctx)
- Specified by:
exitDirectiveIfin interfaceFreemarkerParserListener
-
enterDirectiveIfTrueElements
public void enterDirectiveIfTrueElements(FreemarkerParser.DirectiveIfTrueElementsContext ctx)
- Specified by:
enterDirectiveIfTrueElementsin interfaceFreemarkerParserListener
-
exitDirectiveIfTrueElements
public void exitDirectiveIfTrueElements(FreemarkerParser.DirectiveIfTrueElementsContext ctx)
- Specified by:
exitDirectiveIfTrueElementsin interfaceFreemarkerParserListener
-
enterDirectiveIfElseIfElements
public void enterDirectiveIfElseIfElements(FreemarkerParser.DirectiveIfElseIfElementsContext ctx)
- Specified by:
enterDirectiveIfElseIfElementsin interfaceFreemarkerParserListener
-
exitDirectiveIfElseIfElements
public void exitDirectiveIfElseIfElements(FreemarkerParser.DirectiveIfElseIfElementsContext ctx)
- Specified by:
exitDirectiveIfElseIfElementsin interfaceFreemarkerParserListener
-
enterDirectiveIfElseElements
public void enterDirectiveIfElseElements(FreemarkerParser.DirectiveIfElseElementsContext ctx)
- Specified by:
enterDirectiveIfElseElementsin interfaceFreemarkerParserListener
-
exitDirectiveIfElseElements
public void exitDirectiveIfElseElements(FreemarkerParser.DirectiveIfElseElementsContext ctx)
- Specified by:
exitDirectiveIfElseElementsin interfaceFreemarkerParserListener
-
enterTagExprElseIfs
public void enterTagExprElseIfs(FreemarkerParser.TagExprElseIfsContext ctx)
- Specified by:
enterTagExprElseIfsin interfaceFreemarkerParserListener
-
exitTagExprElseIfs
public void exitTagExprElseIfs(FreemarkerParser.TagExprElseIfsContext ctx)
- Specified by:
exitTagExprElseIfsin interfaceFreemarkerParserListener
-
enterDirectiveAssign
public void enterDirectiveAssign(FreemarkerParser.DirectiveAssignContext ctx)
- Specified by:
enterDirectiveAssignin interfaceFreemarkerParserListener
-
exitDirectiveAssign
public void exitDirectiveAssign(FreemarkerParser.DirectiveAssignContext ctx)
- Specified by:
exitDirectiveAssignin interfaceFreemarkerParserListener
-
enterDirectiveList
public void enterDirectiveList(FreemarkerParser.DirectiveListContext ctx)
- Specified by:
enterDirectiveListin interfaceFreemarkerParserListener
-
exitDirectiveList
public void exitDirectiveList(FreemarkerParser.DirectiveListContext ctx)
- Specified by:
exitDirectiveListin interfaceFreemarkerParserListener
-
enterDirectiveListBodyElements
public void enterDirectiveListBodyElements(FreemarkerParser.DirectiveListBodyElementsContext ctx)
- Specified by:
enterDirectiveListBodyElementsin interfaceFreemarkerParserListener
-
exitDirectiveListBodyElements
public void exitDirectiveListBodyElements(FreemarkerParser.DirectiveListBodyElementsContext ctx)
- Specified by:
exitDirectiveListBodyElementsin interfaceFreemarkerParserListener
-
enterDirectiveListElseElements
public void enterDirectiveListElseElements(FreemarkerParser.DirectiveListElseElementsContext ctx)
- Specified by:
enterDirectiveListElseElementsin interfaceFreemarkerParserListener
-
exitDirectiveListElseElements
public void exitDirectiveListElseElements(FreemarkerParser.DirectiveListElseElementsContext ctx)
- Specified by:
exitDirectiveListElseElementsin interfaceFreemarkerParserListener
-
enterDirectiveInclude
public void enterDirectiveInclude(FreemarkerParser.DirectiveIncludeContext ctx)
- Specified by:
enterDirectiveIncludein interfaceFreemarkerParserListener
-
exitDirectiveInclude
public void exitDirectiveInclude(FreemarkerParser.DirectiveIncludeContext ctx)
- Specified by:
exitDirectiveIncludein interfaceFreemarkerParserListener
-
enterDirectiveImport
public void enterDirectiveImport(FreemarkerParser.DirectiveImportContext ctx)
- Specified by:
enterDirectiveImportin interfaceFreemarkerParserListener
-
exitDirectiveImport
public void exitDirectiveImport(FreemarkerParser.DirectiveImportContext ctx)
- Specified by:
exitDirectiveImportin interfaceFreemarkerParserListener
-
enterDirectiveMacro
public void enterDirectiveMacro(FreemarkerParser.DirectiveMacroContext ctx)
- Specified by:
enterDirectiveMacroin interfaceFreemarkerParserListener
-
exitDirectiveMacro
public void exitDirectiveMacro(FreemarkerParser.DirectiveMacroContext ctx)
- Specified by:
exitDirectiveMacroin interfaceFreemarkerParserListener
-
enterDirectiveNested
public void enterDirectiveNested(FreemarkerParser.DirectiveNestedContext ctx)
- Specified by:
enterDirectiveNestedin interfaceFreemarkerParserListener
-
exitDirectiveNested
public void exitDirectiveNested(FreemarkerParser.DirectiveNestedContext ctx)
- Specified by:
exitDirectiveNestedin interfaceFreemarkerParserListener
-
enterDirectiveReturn
public void enterDirectiveReturn(FreemarkerParser.DirectiveReturnContext ctx)
- Specified by:
enterDirectiveReturnin interfaceFreemarkerParserListener
-
exitDirectiveReturn
public void exitDirectiveReturn(FreemarkerParser.DirectiveReturnContext ctx)
- Specified by:
exitDirectiveReturnin interfaceFreemarkerParserListener
-
enterDirectiveUser
public void enterDirectiveUser(FreemarkerParser.DirectiveUserContext ctx)
- Specified by:
enterDirectiveUserin interfaceFreemarkerParserListener
-
exitDirectiveUser
public void exitDirectiveUser(FreemarkerParser.DirectiveUserContext ctx)
- Specified by:
exitDirectiveUserin interfaceFreemarkerParserListener
-
enterDirectiveUserId
public void enterDirectiveUserId(FreemarkerParser.DirectiveUserIdContext ctx)
- Specified by:
enterDirectiveUserIdin interfaceFreemarkerParserListener
-
exitDirectiveUserId
public void exitDirectiveUserId(FreemarkerParser.DirectiveUserIdContext ctx)
- Specified by:
exitDirectiveUserIdin interfaceFreemarkerParserListener
-
enterDirectiveUserParams
public void enterDirectiveUserParams(FreemarkerParser.DirectiveUserParamsContext ctx)
- Specified by:
enterDirectiveUserParamsin interfaceFreemarkerParserListener
-
exitDirectiveUserParams
public void exitDirectiveUserParams(FreemarkerParser.DirectiveUserParamsContext ctx)
- Specified by:
exitDirectiveUserParamsin interfaceFreemarkerParserListener
-
enterDirectiveUserLoopParams
public void enterDirectiveUserLoopParams(FreemarkerParser.DirectiveUserLoopParamsContext ctx)
- Specified by:
enterDirectiveUserLoopParamsin interfaceFreemarkerParserListener
-
exitDirectiveUserLoopParams
public void exitDirectiveUserLoopParams(FreemarkerParser.DirectiveUserLoopParamsContext ctx)
- Specified by:
exitDirectiveUserLoopParamsin interfaceFreemarkerParserListener
-
enterTagExpr
public void enterTagExpr(FreemarkerParser.TagExprContext ctx)
- Specified by:
enterTagExprin interfaceFreemarkerParserListener
-
exitTagExpr
public void exitTagExpr(FreemarkerParser.TagExprContext ctx)
- Specified by:
exitTagExprin interfaceFreemarkerParserListener
-
enterInlineExpr
public void enterInlineExpr(FreemarkerParser.InlineExprContext ctx)
- Specified by:
enterInlineExprin interfaceFreemarkerParserListener
-
exitInlineExpr
public void exitInlineExpr(FreemarkerParser.InlineExprContext ctx)
- Specified by:
exitInlineExprin interfaceFreemarkerParserListener
-
enterSingleQuote
public void enterSingleQuote(FreemarkerParser.SingleQuoteContext ctx)
- Specified by:
enterSingleQuotein interfaceFreemarkerParserListener
-
exitSingleQuote
public void exitSingleQuote(FreemarkerParser.SingleQuoteContext ctx)
- Specified by:
exitSingleQuotein interfaceFreemarkerParserListener
-
enterDoubleQuote
public void enterDoubleQuote(FreemarkerParser.DoubleQuoteContext ctx)
- Specified by:
enterDoubleQuotein interfaceFreemarkerParserListener
-
exitDoubleQuote
public void exitDoubleQuote(FreemarkerParser.DoubleQuoteContext ctx)
- Specified by:
exitDoubleQuotein interfaceFreemarkerParserListener
-
enterExprUnaryOp
public void enterExprUnaryOp(FreemarkerParser.ExprUnaryOpContext ctx)
- Specified by:
enterExprUnaryOpin interfaceFreemarkerParserListener
-
exitExprUnaryOp
public void exitExprUnaryOp(FreemarkerParser.ExprUnaryOpContext ctx)
- Specified by:
exitExprUnaryOpin interfaceFreemarkerParserListener
-
enterExprMulDivMod
public void enterExprMulDivMod(FreemarkerParser.ExprMulDivModContext ctx)
- Specified by:
enterExprMulDivModin interfaceFreemarkerParserListener
-
exitExprMulDivMod
public void exitExprMulDivMod(FreemarkerParser.ExprMulDivModContext ctx)
- Specified by:
exitExprMulDivModin interfaceFreemarkerParserListener
-
enterBoolExpr
public void enterBoolExpr(FreemarkerParser.BoolExprContext ctx)
- Specified by:
enterBoolExprin interfaceFreemarkerParserListener
-
exitBoolExpr
public void exitBoolExpr(FreemarkerParser.BoolExprContext ctx)
- Specified by:
exitBoolExprin interfaceFreemarkerParserListener
-
enterStringExpr
public void enterStringExpr(FreemarkerParser.StringExprContext ctx)
- Specified by:
enterStringExprin interfaceFreemarkerParserListener
-
exitStringExpr
public void exitStringExpr(FreemarkerParser.StringExprContext ctx)
- Specified by:
exitStringExprin interfaceFreemarkerParserListener
-
enterExprBoolRelational
public void enterExprBoolRelational(FreemarkerParser.ExprBoolRelationalContext ctx)
- Specified by:
enterExprBoolRelationalin interfaceFreemarkerParserListener
-
exitExprBoolRelational
public void exitExprBoolRelational(FreemarkerParser.ExprBoolRelationalContext ctx)
- Specified by:
exitExprBoolRelationalin interfaceFreemarkerParserListener
-
enterExprRoundParentheses
public void enterExprRoundParentheses(FreemarkerParser.ExprRoundParenthesesContext ctx)
- Specified by:
enterExprRoundParenthesesin interfaceFreemarkerParserListener
-
exitExprRoundParentheses
public void exitExprRoundParentheses(FreemarkerParser.ExprRoundParenthesesContext ctx)
- Specified by:
exitExprRoundParenthesesin interfaceFreemarkerParserListener
-
enterExprBoolAnd
public void enterExprBoolAnd(FreemarkerParser.ExprBoolAndContext ctx)
- Specified by:
enterExprBoolAndin interfaceFreemarkerParserListener
-
exitExprBoolAnd
public void exitExprBoolAnd(FreemarkerParser.ExprBoolAndContext ctx)
- Specified by:
exitExprBoolAndin interfaceFreemarkerParserListener
-
enterSymbolExpr
public void enterSymbolExpr(FreemarkerParser.SymbolExprContext ctx)
- Specified by:
enterSymbolExprin interfaceFreemarkerParserListener
-
exitSymbolExpr
public void exitSymbolExpr(FreemarkerParser.SymbolExprContext ctx)
- Specified by:
exitSymbolExprin interfaceFreemarkerParserListener
-
enterExprBuiltIn
public void enterExprBuiltIn(FreemarkerParser.ExprBuiltInContext ctx)
- Specified by:
enterExprBuiltInin interfaceFreemarkerParserListener
-
exitExprBuiltIn
public void exitExprBuiltIn(FreemarkerParser.ExprBuiltInContext ctx)
- Specified by:
exitExprBuiltInin interfaceFreemarkerParserListener
-
enterStructExpr
public void enterStructExpr(FreemarkerParser.StructExprContext ctx)
- Specified by:
enterStructExprin interfaceFreemarkerParserListener
-
exitStructExpr
public void exitStructExpr(FreemarkerParser.StructExprContext ctx)
- Specified by:
exitStructExprin interfaceFreemarkerParserListener
-
enterExprMissingTest
public void enterExprMissingTest(FreemarkerParser.ExprMissingTestContext ctx)
- Specified by:
enterExprMissingTestin interfaceFreemarkerParserListener
-
exitExprMissingTest
public void exitExprMissingTest(FreemarkerParser.ExprMissingTestContext ctx)
- Specified by:
exitExprMissingTestin interfaceFreemarkerParserListener
-
enterExprAddSub
public void enterExprAddSub(FreemarkerParser.ExprAddSubContext ctx)
- Specified by:
enterExprAddSubin interfaceFreemarkerParserListener
-
exitExprAddSub
public void exitExprAddSub(FreemarkerParser.ExprAddSubContext ctx)
- Specified by:
exitExprAddSubin interfaceFreemarkerParserListener
-
enterExprDotAccess
public void enterExprDotAccess(FreemarkerParser.ExprDotAccessContext ctx)
- Specified by:
enterExprDotAccessin interfaceFreemarkerParserListener
-
exitExprDotAccess
public void exitExprDotAccess(FreemarkerParser.ExprDotAccessContext ctx)
- Specified by:
exitExprDotAccessin interfaceFreemarkerParserListener
-
enterExprBoolEq
public void enterExprBoolEq(FreemarkerParser.ExprBoolEqContext ctx)
- Specified by:
enterExprBoolEqin interfaceFreemarkerParserListener
-
exitExprBoolEq
public void exitExprBoolEq(FreemarkerParser.ExprBoolEqContext ctx)
- Specified by:
exitExprBoolEqin interfaceFreemarkerParserListener
-
enterExprFunctionCall
public void enterExprFunctionCall(FreemarkerParser.ExprFunctionCallContext ctx)
- Specified by:
enterExprFunctionCallin interfaceFreemarkerParserListener
-
exitExprFunctionCall
public void exitExprFunctionCall(FreemarkerParser.ExprFunctionCallContext ctx)
- Specified by:
exitExprFunctionCallin interfaceFreemarkerParserListener
-
enterNumberExpr
public void enterNumberExpr(FreemarkerParser.NumberExprContext ctx)
- Specified by:
enterNumberExprin interfaceFreemarkerParserListener
-
exitNumberExpr
public void exitNumberExpr(FreemarkerParser.NumberExprContext ctx)
- Specified by:
exitNumberExprin interfaceFreemarkerParserListener
-
enterExprDefault
public void enterExprDefault(FreemarkerParser.ExprDefaultContext ctx)
- Specified by:
enterExprDefaultin interfaceFreemarkerParserListener
-
exitExprDefault
public void exitExprDefault(FreemarkerParser.ExprDefaultContext ctx)
- Specified by:
exitExprDefaultin interfaceFreemarkerParserListener
-
enterExprSquareParentheses
public void enterExprSquareParentheses(FreemarkerParser.ExprSquareParenthesesContext ctx)
- Specified by:
enterExprSquareParenthesesin interfaceFreemarkerParserListener
-
exitExprSquareParentheses
public void exitExprSquareParentheses(FreemarkerParser.ExprSquareParenthesesContext ctx)
- Specified by:
exitExprSquareParenthesesin interfaceFreemarkerParserListener
-
enterExprBoolOr
public void enterExprBoolOr(FreemarkerParser.ExprBoolOrContext ctx)
- Specified by:
enterExprBoolOrin interfaceFreemarkerParserListener
-
exitExprBoolOr
public void exitExprBoolOr(FreemarkerParser.ExprBoolOrContext ctx)
- Specified by:
exitExprBoolOrin interfaceFreemarkerParserListener
-
enterFunctionParams
public void enterFunctionParams(FreemarkerParser.FunctionParamsContext ctx)
- Specified by:
enterFunctionParamsin interfaceFreemarkerParserListener
-
exitFunctionParams
public void exitFunctionParams(FreemarkerParser.FunctionParamsContext ctx)
- Specified by:
exitFunctionParamsin interfaceFreemarkerParserListener
-
enterBooleanRelationalOperator
public void enterBooleanRelationalOperator(FreemarkerParser.BooleanRelationalOperatorContext ctx)
- Specified by:
enterBooleanRelationalOperatorin interfaceFreemarkerParserListener
-
exitBooleanRelationalOperator
public void exitBooleanRelationalOperator(FreemarkerParser.BooleanRelationalOperatorContext ctx)
- Specified by:
exitBooleanRelationalOperatorin interfaceFreemarkerParserListener
-
enterStruct
public void enterStruct(FreemarkerParser.StructContext ctx)
- Specified by:
enterStructin interfaceFreemarkerParserListener
-
exitStruct
public void exitStruct(FreemarkerParser.StructContext ctx)
- Specified by:
exitStructin interfaceFreemarkerParserListener
-
enterStruct_pair
public void enterStruct_pair(FreemarkerParser.Struct_pairContext ctx)
- Specified by:
enterStruct_pairin interfaceFreemarkerParserListener
-
exitStruct_pair
public void exitStruct_pair(FreemarkerParser.Struct_pairContext ctx)
- Specified by:
exitStruct_pairin interfaceFreemarkerParserListener
-
enterSingle_quote_string
public void enterSingle_quote_string(FreemarkerParser.Single_quote_stringContext ctx)
- Specified by:
enterSingle_quote_stringin interfaceFreemarkerParserListener
-
exitSingle_quote_string
public void exitSingle_quote_string(FreemarkerParser.Single_quote_stringContext ctx)
- Specified by:
exitSingle_quote_stringin interfaceFreemarkerParserListener
-
enterDouble_quote_string
public void enterDouble_quote_string(FreemarkerParser.Double_quote_stringContext ctx)
- Specified by:
enterDouble_quote_stringin interfaceFreemarkerParserListener
-
exitDouble_quote_string
public void exitDouble_quote_string(FreemarkerParser.Double_quote_stringContext ctx)
- Specified by:
exitDouble_quote_stringin interfaceFreemarkerParserListener
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-