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
This class provides an empty implementation ofFreemarkerParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description FreemarkerParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterTemplate
public void enterTemplate(FreemarkerParser.TemplateContext ctx)
Enter a parse tree produced byFreemarkerParser.template().The default implementation does nothing.
- Specified by:
enterTemplatein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitTemplate
public void exitTemplate(FreemarkerParser.TemplateContext ctx)
Exit a parse tree produced byFreemarkerParser.template().The default implementation does nothing.
- Specified by:
exitTemplatein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterElements
public void enterElements(FreemarkerParser.ElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.elements().The default implementation does nothing.
- Specified by:
enterElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitElements
public void exitElements(FreemarkerParser.ElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.elements().The default implementation does nothing.
- Specified by:
exitElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterRawTextElement
public void enterRawTextElement(FreemarkerParser.RawTextElementContext ctx)
Enter a parse tree produced by theRawTextElementlabeled alternative inFreemarkerParser.element().The default implementation does nothing.
- Specified by:
enterRawTextElementin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitRawTextElement
public void exitRawTextElement(FreemarkerParser.RawTextElementContext ctx)
Exit a parse tree produced by theRawTextElementlabeled alternative inFreemarkerParser.element().The default implementation does nothing.
- Specified by:
exitRawTextElementin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveElement
public void enterDirectiveElement(FreemarkerParser.DirectiveElementContext ctx)
Enter a parse tree produced by theDirectiveElementlabeled alternative inFreemarkerParser.element().The default implementation does nothing.
- Specified by:
enterDirectiveElementin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveElement
public void exitDirectiveElement(FreemarkerParser.DirectiveElementContext ctx)
Exit a parse tree produced by theDirectiveElementlabeled alternative inFreemarkerParser.element().The default implementation does nothing.
- Specified by:
exitDirectiveElementin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterInlineExprElement
public void enterInlineExprElement(FreemarkerParser.InlineExprElementContext ctx)
Enter a parse tree produced by theInlineExprElementlabeled alternative inFreemarkerParser.element().The default implementation does nothing.
- Specified by:
enterInlineExprElementin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitInlineExprElement
public void exitInlineExprElement(FreemarkerParser.InlineExprElementContext ctx)
Exit a parse tree produced by theInlineExprElementlabeled alternative inFreemarkerParser.element().The default implementation does nothing.
- Specified by:
exitInlineExprElementin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterRawText
public void enterRawText(FreemarkerParser.RawTextContext ctx)
Enter a parse tree produced byFreemarkerParser.rawText().The default implementation does nothing.
- Specified by:
enterRawTextin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitRawText
public void exitRawText(FreemarkerParser.RawTextContext ctx)
Exit a parse tree produced byFreemarkerParser.rawText().The default implementation does nothing.
- Specified by:
exitRawTextin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirective
public void enterDirective(FreemarkerParser.DirectiveContext ctx)
Enter a parse tree produced byFreemarkerParser.directive().The default implementation does nothing.
- Specified by:
enterDirectivein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirective
public void exitDirective(FreemarkerParser.DirectiveContext ctx)
Exit a parse tree produced byFreemarkerParser.directive().The default implementation does nothing.
- Specified by:
exitDirectivein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveIf
public void enterDirectiveIf(FreemarkerParser.DirectiveIfContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveIf().The default implementation does nothing.
- Specified by:
enterDirectiveIfin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveIf
public void exitDirectiveIf(FreemarkerParser.DirectiveIfContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveIf().The default implementation does nothing.
- Specified by:
exitDirectiveIfin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveIfTrueElements
public void enterDirectiveIfTrueElements(FreemarkerParser.DirectiveIfTrueElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveIfTrueElements().The default implementation does nothing.
- Specified by:
enterDirectiveIfTrueElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveIfTrueElements
public void exitDirectiveIfTrueElements(FreemarkerParser.DirectiveIfTrueElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveIfTrueElements().The default implementation does nothing.
- Specified by:
exitDirectiveIfTrueElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveIfElseIfElements
public void enterDirectiveIfElseIfElements(FreemarkerParser.DirectiveIfElseIfElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveIfElseIfElements().The default implementation does nothing.
- Specified by:
enterDirectiveIfElseIfElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveIfElseIfElements
public void exitDirectiveIfElseIfElements(FreemarkerParser.DirectiveIfElseIfElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveIfElseIfElements().The default implementation does nothing.
- Specified by:
exitDirectiveIfElseIfElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveIfElseElements
public void enterDirectiveIfElseElements(FreemarkerParser.DirectiveIfElseElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveIfElseElements().The default implementation does nothing.
- Specified by:
enterDirectiveIfElseElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveIfElseElements
public void exitDirectiveIfElseElements(FreemarkerParser.DirectiveIfElseElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveIfElseElements().The default implementation does nothing.
- Specified by:
exitDirectiveIfElseElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterTagExprElseIfs
public void enterTagExprElseIfs(FreemarkerParser.TagExprElseIfsContext ctx)
Enter a parse tree produced byFreemarkerParser.tagExprElseIfs().The default implementation does nothing.
- Specified by:
enterTagExprElseIfsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitTagExprElseIfs
public void exitTagExprElseIfs(FreemarkerParser.TagExprElseIfsContext ctx)
Exit a parse tree produced byFreemarkerParser.tagExprElseIfs().The default implementation does nothing.
- Specified by:
exitTagExprElseIfsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveAssign
public void enterDirectiveAssign(FreemarkerParser.DirectiveAssignContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveAssign().The default implementation does nothing.
- Specified by:
enterDirectiveAssignin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveAssign
public void exitDirectiveAssign(FreemarkerParser.DirectiveAssignContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveAssign().The default implementation does nothing.
- Specified by:
exitDirectiveAssignin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveList
public void enterDirectiveList(FreemarkerParser.DirectiveListContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveList().The default implementation does nothing.
- Specified by:
enterDirectiveListin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveList
public void exitDirectiveList(FreemarkerParser.DirectiveListContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveList().The default implementation does nothing.
- Specified by:
exitDirectiveListin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveListBodyElements
public void enterDirectiveListBodyElements(FreemarkerParser.DirectiveListBodyElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveListBodyElements().The default implementation does nothing.
- Specified by:
enterDirectiveListBodyElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveListBodyElements
public void exitDirectiveListBodyElements(FreemarkerParser.DirectiveListBodyElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveListBodyElements().The default implementation does nothing.
- Specified by:
exitDirectiveListBodyElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveListElseElements
public void enterDirectiveListElseElements(FreemarkerParser.DirectiveListElseElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveListElseElements().The default implementation does nothing.
- Specified by:
enterDirectiveListElseElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveListElseElements
public void exitDirectiveListElseElements(FreemarkerParser.DirectiveListElseElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveListElseElements().The default implementation does nothing.
- Specified by:
exitDirectiveListElseElementsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveInclude
public void enterDirectiveInclude(FreemarkerParser.DirectiveIncludeContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveInclude().The default implementation does nothing.
- Specified by:
enterDirectiveIncludein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveInclude
public void exitDirectiveInclude(FreemarkerParser.DirectiveIncludeContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveInclude().The default implementation does nothing.
- Specified by:
exitDirectiveIncludein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveImport
public void enterDirectiveImport(FreemarkerParser.DirectiveImportContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveImport().The default implementation does nothing.
- Specified by:
enterDirectiveImportin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveImport
public void exitDirectiveImport(FreemarkerParser.DirectiveImportContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveImport().The default implementation does nothing.
- Specified by:
exitDirectiveImportin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveMacro
public void enterDirectiveMacro(FreemarkerParser.DirectiveMacroContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveMacro().The default implementation does nothing.
- Specified by:
enterDirectiveMacroin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveMacro
public void exitDirectiveMacro(FreemarkerParser.DirectiveMacroContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveMacro().The default implementation does nothing.
- Specified by:
exitDirectiveMacroin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveNested
public void enterDirectiveNested(FreemarkerParser.DirectiveNestedContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveNested().The default implementation does nothing.
- Specified by:
enterDirectiveNestedin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveNested
public void exitDirectiveNested(FreemarkerParser.DirectiveNestedContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveNested().The default implementation does nothing.
- Specified by:
exitDirectiveNestedin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveReturn
public void enterDirectiveReturn(FreemarkerParser.DirectiveReturnContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveReturn().The default implementation does nothing.
- Specified by:
enterDirectiveReturnin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveReturn
public void exitDirectiveReturn(FreemarkerParser.DirectiveReturnContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveReturn().The default implementation does nothing.
- Specified by:
exitDirectiveReturnin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveUser
public void enterDirectiveUser(FreemarkerParser.DirectiveUserContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveUser().The default implementation does nothing.
- Specified by:
enterDirectiveUserin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveUser
public void exitDirectiveUser(FreemarkerParser.DirectiveUserContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveUser().The default implementation does nothing.
- Specified by:
exitDirectiveUserin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveUserId
public void enterDirectiveUserId(FreemarkerParser.DirectiveUserIdContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveUserId().The default implementation does nothing.
- Specified by:
enterDirectiveUserIdin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveUserId
public void exitDirectiveUserId(FreemarkerParser.DirectiveUserIdContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveUserId().The default implementation does nothing.
- Specified by:
exitDirectiveUserIdin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveUserParams
public void enterDirectiveUserParams(FreemarkerParser.DirectiveUserParamsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveUserParams().The default implementation does nothing.
- Specified by:
enterDirectiveUserParamsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveUserParams
public void exitDirectiveUserParams(FreemarkerParser.DirectiveUserParamsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveUserParams().The default implementation does nothing.
- Specified by:
exitDirectiveUserParamsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDirectiveUserLoopParams
public void enterDirectiveUserLoopParams(FreemarkerParser.DirectiveUserLoopParamsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveUserLoopParams().The default implementation does nothing.
- Specified by:
enterDirectiveUserLoopParamsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDirectiveUserLoopParams
public void exitDirectiveUserLoopParams(FreemarkerParser.DirectiveUserLoopParamsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveUserLoopParams().The default implementation does nothing.
- Specified by:
exitDirectiveUserLoopParamsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterTagExpr
public void enterTagExpr(FreemarkerParser.TagExprContext ctx)
Enter a parse tree produced byFreemarkerParser.tagExpr().The default implementation does nothing.
- Specified by:
enterTagExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitTagExpr
public void exitTagExpr(FreemarkerParser.TagExprContext ctx)
Exit a parse tree produced byFreemarkerParser.tagExpr().The default implementation does nothing.
- Specified by:
exitTagExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterInlineExpr
public void enterInlineExpr(FreemarkerParser.InlineExprContext ctx)
Enter a parse tree produced byFreemarkerParser.inlineExpr().The default implementation does nothing.
- Specified by:
enterInlineExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitInlineExpr
public void exitInlineExpr(FreemarkerParser.InlineExprContext ctx)
Exit a parse tree produced byFreemarkerParser.inlineExpr().The default implementation does nothing.
- Specified by:
exitInlineExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterSingleQuote
public void enterSingleQuote(FreemarkerParser.SingleQuoteContext ctx)
Enter a parse tree produced by theSingleQuotelabeled alternative inFreemarkerParser.string().The default implementation does nothing.
- Specified by:
enterSingleQuotein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitSingleQuote
public void exitSingleQuote(FreemarkerParser.SingleQuoteContext ctx)
Exit a parse tree produced by theSingleQuotelabeled alternative inFreemarkerParser.string().The default implementation does nothing.
- Specified by:
exitSingleQuotein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDoubleQuote
public void enterDoubleQuote(FreemarkerParser.DoubleQuoteContext ctx)
Enter a parse tree produced by theDoubleQuotelabeled alternative inFreemarkerParser.string().The default implementation does nothing.
- Specified by:
enterDoubleQuotein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDoubleQuote
public void exitDoubleQuote(FreemarkerParser.DoubleQuoteContext ctx)
Exit a parse tree produced by theDoubleQuotelabeled alternative inFreemarkerParser.string().The default implementation does nothing.
- Specified by:
exitDoubleQuotein interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprUnaryOp
public void enterExprUnaryOp(FreemarkerParser.ExprUnaryOpContext ctx)
Enter a parse tree produced by theExprUnaryOplabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprUnaryOpin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprUnaryOp
public void exitExprUnaryOp(FreemarkerParser.ExprUnaryOpContext ctx)
Exit a parse tree produced by theExprUnaryOplabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprUnaryOpin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprMulDivMod
public void enterExprMulDivMod(FreemarkerParser.ExprMulDivModContext ctx)
Enter a parse tree produced by theExprMulDivModlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprMulDivModin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprMulDivMod
public void exitExprMulDivMod(FreemarkerParser.ExprMulDivModContext ctx)
Exit a parse tree produced by theExprMulDivModlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprMulDivModin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterBoolExpr
public void enterBoolExpr(FreemarkerParser.BoolExprContext ctx)
Enter a parse tree produced by theBoolExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterBoolExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitBoolExpr
public void exitBoolExpr(FreemarkerParser.BoolExprContext ctx)
Exit a parse tree produced by theBoolExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitBoolExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterStringExpr
public void enterStringExpr(FreemarkerParser.StringExprContext ctx)
Enter a parse tree produced by theStringExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterStringExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitStringExpr
public void exitStringExpr(FreemarkerParser.StringExprContext ctx)
Exit a parse tree produced by theStringExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitStringExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprBoolRelational
public void enterExprBoolRelational(FreemarkerParser.ExprBoolRelationalContext ctx)
Enter a parse tree produced by theExprBoolRelationallabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprBoolRelationalin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprBoolRelational
public void exitExprBoolRelational(FreemarkerParser.ExprBoolRelationalContext ctx)
Exit a parse tree produced by theExprBoolRelationallabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprBoolRelationalin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprRoundParentheses
public void enterExprRoundParentheses(FreemarkerParser.ExprRoundParenthesesContext ctx)
Enter a parse tree produced by theExprRoundParentheseslabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprRoundParenthesesin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprRoundParentheses
public void exitExprRoundParentheses(FreemarkerParser.ExprRoundParenthesesContext ctx)
Exit a parse tree produced by theExprRoundParentheseslabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprRoundParenthesesin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprBoolAnd
public void enterExprBoolAnd(FreemarkerParser.ExprBoolAndContext ctx)
Enter a parse tree produced by theExprBoolAndlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprBoolAndin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprBoolAnd
public void exitExprBoolAnd(FreemarkerParser.ExprBoolAndContext ctx)
Exit a parse tree produced by theExprBoolAndlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprBoolAndin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterSymbolExpr
public void enterSymbolExpr(FreemarkerParser.SymbolExprContext ctx)
Enter a parse tree produced by theSymbolExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterSymbolExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitSymbolExpr
public void exitSymbolExpr(FreemarkerParser.SymbolExprContext ctx)
Exit a parse tree produced by theSymbolExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitSymbolExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprBuiltIn
public void enterExprBuiltIn(FreemarkerParser.ExprBuiltInContext ctx)
Enter a parse tree produced by theExprBuiltInlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprBuiltInin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprBuiltIn
public void exitExprBuiltIn(FreemarkerParser.ExprBuiltInContext ctx)
Exit a parse tree produced by theExprBuiltInlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprBuiltInin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterStructExpr
public void enterStructExpr(FreemarkerParser.StructExprContext ctx)
Enter a parse tree produced by theStructExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterStructExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitStructExpr
public void exitStructExpr(FreemarkerParser.StructExprContext ctx)
Exit a parse tree produced by theStructExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitStructExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprMissingTest
public void enterExprMissingTest(FreemarkerParser.ExprMissingTestContext ctx)
Enter a parse tree produced by theExprMissingTestlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprMissingTestin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprMissingTest
public void exitExprMissingTest(FreemarkerParser.ExprMissingTestContext ctx)
Exit a parse tree produced by theExprMissingTestlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprMissingTestin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprAddSub
public void enterExprAddSub(FreemarkerParser.ExprAddSubContext ctx)
Enter a parse tree produced by theExprAddSublabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprAddSubin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprAddSub
public void exitExprAddSub(FreemarkerParser.ExprAddSubContext ctx)
Exit a parse tree produced by theExprAddSublabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprAddSubin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprDotAccess
public void enterExprDotAccess(FreemarkerParser.ExprDotAccessContext ctx)
Enter a parse tree produced by theExprDotAccesslabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprDotAccessin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprDotAccess
public void exitExprDotAccess(FreemarkerParser.ExprDotAccessContext ctx)
Exit a parse tree produced by theExprDotAccesslabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprDotAccessin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprBoolEq
public void enterExprBoolEq(FreemarkerParser.ExprBoolEqContext ctx)
Enter a parse tree produced by theExprBoolEqlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprBoolEqin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprBoolEq
public void exitExprBoolEq(FreemarkerParser.ExprBoolEqContext ctx)
Exit a parse tree produced by theExprBoolEqlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprBoolEqin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprFunctionCall
public void enterExprFunctionCall(FreemarkerParser.ExprFunctionCallContext ctx)
Enter a parse tree produced by theExprFunctionCalllabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprFunctionCallin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprFunctionCall
public void exitExprFunctionCall(FreemarkerParser.ExprFunctionCallContext ctx)
Exit a parse tree produced by theExprFunctionCalllabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprFunctionCallin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterNumberExpr
public void enterNumberExpr(FreemarkerParser.NumberExprContext ctx)
Enter a parse tree produced by theNumberExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterNumberExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitNumberExpr
public void exitNumberExpr(FreemarkerParser.NumberExprContext ctx)
Exit a parse tree produced by theNumberExprlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitNumberExprin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprDefault
public void enterExprDefault(FreemarkerParser.ExprDefaultContext ctx)
Enter a parse tree produced by theExprDefaultlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprDefaultin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprDefault
public void exitExprDefault(FreemarkerParser.ExprDefaultContext ctx)
Exit a parse tree produced by theExprDefaultlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprDefaultin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprSquareParentheses
public void enterExprSquareParentheses(FreemarkerParser.ExprSquareParenthesesContext ctx)
Enter a parse tree produced by theExprSquareParentheseslabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprSquareParenthesesin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprSquareParentheses
public void exitExprSquareParentheses(FreemarkerParser.ExprSquareParenthesesContext ctx)
Exit a parse tree produced by theExprSquareParentheseslabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprSquareParenthesesin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterExprBoolOr
public void enterExprBoolOr(FreemarkerParser.ExprBoolOrContext ctx)
Enter a parse tree produced by theExprBoolOrlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
enterExprBoolOrin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitExprBoolOr
public void exitExprBoolOr(FreemarkerParser.ExprBoolOrContext ctx)
Exit a parse tree produced by theExprBoolOrlabeled alternative inFreemarkerParser.expr().The default implementation does nothing.
- Specified by:
exitExprBoolOrin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterFunctionParams
public void enterFunctionParams(FreemarkerParser.FunctionParamsContext ctx)
Enter a parse tree produced byFreemarkerParser.functionParams().The default implementation does nothing.
- Specified by:
enterFunctionParamsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitFunctionParams
public void exitFunctionParams(FreemarkerParser.FunctionParamsContext ctx)
Exit a parse tree produced byFreemarkerParser.functionParams().The default implementation does nothing.
- Specified by:
exitFunctionParamsin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterBooleanRelationalOperator
public void enterBooleanRelationalOperator(FreemarkerParser.BooleanRelationalOperatorContext ctx)
Enter a parse tree produced byFreemarkerParser.booleanRelationalOperator().The default implementation does nothing.
- Specified by:
enterBooleanRelationalOperatorin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitBooleanRelationalOperator
public void exitBooleanRelationalOperator(FreemarkerParser.BooleanRelationalOperatorContext ctx)
Exit a parse tree produced byFreemarkerParser.booleanRelationalOperator().The default implementation does nothing.
- Specified by:
exitBooleanRelationalOperatorin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterStruct
public void enterStruct(FreemarkerParser.StructContext ctx)
Enter a parse tree produced byFreemarkerParser.struct().The default implementation does nothing.
- Specified by:
enterStructin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitStruct
public void exitStruct(FreemarkerParser.StructContext ctx)
Exit a parse tree produced byFreemarkerParser.struct().The default implementation does nothing.
- Specified by:
exitStructin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterStruct_pair
public void enterStruct_pair(FreemarkerParser.Struct_pairContext ctx)
Enter a parse tree produced byFreemarkerParser.struct_pair().The default implementation does nothing.
- Specified by:
enterStruct_pairin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitStruct_pair
public void exitStruct_pair(FreemarkerParser.Struct_pairContext ctx)
Exit a parse tree produced byFreemarkerParser.struct_pair().The default implementation does nothing.
- Specified by:
exitStruct_pairin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterSingle_quote_string
public void enterSingle_quote_string(FreemarkerParser.Single_quote_stringContext ctx)
Enter a parse tree produced byFreemarkerParser.single_quote_string().The default implementation does nothing.
- Specified by:
enterSingle_quote_stringin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitSingle_quote_string
public void exitSingle_quote_string(FreemarkerParser.Single_quote_stringContext ctx)
Exit a parse tree produced byFreemarkerParser.single_quote_string().The default implementation does nothing.
- Specified by:
exitSingle_quote_stringin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterDouble_quote_string
public void enterDouble_quote_string(FreemarkerParser.Double_quote_stringContext ctx)
Enter a parse tree produced byFreemarkerParser.double_quote_string().The default implementation does nothing.
- Specified by:
enterDouble_quote_stringin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
exitDouble_quote_string
public void exitDouble_quote_string(FreemarkerParser.Double_quote_stringContext ctx)
Exit a parse tree produced byFreemarkerParser.double_quote_string().The default implementation does nothing.
- Specified by:
exitDouble_quote_stringin interfaceFreemarkerParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-