Package one.gfw.antlr4.sql.freemarker
Interface FreemarkerParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
FreemarkerParserBaseListener
public interface FreemarkerParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byFreemarkerParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterTemplate
void enterTemplate(FreemarkerParser.TemplateContext ctx)
Enter a parse tree produced byFreemarkerParser.template().- Parameters:
ctx- the parse tree
-
exitTemplate
void exitTemplate(FreemarkerParser.TemplateContext ctx)
Exit a parse tree produced byFreemarkerParser.template().- Parameters:
ctx- the parse tree
-
enterElements
void enterElements(FreemarkerParser.ElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.elements().- Parameters:
ctx- the parse tree
-
exitElements
void exitElements(FreemarkerParser.ElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.elements().- Parameters:
ctx- the parse tree
-
enterRawTextElement
void enterRawTextElement(FreemarkerParser.RawTextElementContext ctx)
Enter a parse tree produced by theRawTextElementlabeled alternative inFreemarkerParser.element().- Parameters:
ctx- the parse tree
-
exitRawTextElement
void exitRawTextElement(FreemarkerParser.RawTextElementContext ctx)
Exit a parse tree produced by theRawTextElementlabeled alternative inFreemarkerParser.element().- Parameters:
ctx- the parse tree
-
enterDirectiveElement
void enterDirectiveElement(FreemarkerParser.DirectiveElementContext ctx)
Enter a parse tree produced by theDirectiveElementlabeled alternative inFreemarkerParser.element().- Parameters:
ctx- the parse tree
-
exitDirectiveElement
void exitDirectiveElement(FreemarkerParser.DirectiveElementContext ctx)
Exit a parse tree produced by theDirectiveElementlabeled alternative inFreemarkerParser.element().- Parameters:
ctx- the parse tree
-
enterInlineExprElement
void enterInlineExprElement(FreemarkerParser.InlineExprElementContext ctx)
Enter a parse tree produced by theInlineExprElementlabeled alternative inFreemarkerParser.element().- Parameters:
ctx- the parse tree
-
exitInlineExprElement
void exitInlineExprElement(FreemarkerParser.InlineExprElementContext ctx)
Exit a parse tree produced by theInlineExprElementlabeled alternative inFreemarkerParser.element().- Parameters:
ctx- the parse tree
-
enterRawText
void enterRawText(FreemarkerParser.RawTextContext ctx)
Enter a parse tree produced byFreemarkerParser.rawText().- Parameters:
ctx- the parse tree
-
exitRawText
void exitRawText(FreemarkerParser.RawTextContext ctx)
Exit a parse tree produced byFreemarkerParser.rawText().- Parameters:
ctx- the parse tree
-
enterDirective
void enterDirective(FreemarkerParser.DirectiveContext ctx)
Enter a parse tree produced byFreemarkerParser.directive().- Parameters:
ctx- the parse tree
-
exitDirective
void exitDirective(FreemarkerParser.DirectiveContext ctx)
Exit a parse tree produced byFreemarkerParser.directive().- Parameters:
ctx- the parse tree
-
enterDirectiveIf
void enterDirectiveIf(FreemarkerParser.DirectiveIfContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveIf().- Parameters:
ctx- the parse tree
-
exitDirectiveIf
void exitDirectiveIf(FreemarkerParser.DirectiveIfContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveIf().- Parameters:
ctx- the parse tree
-
enterDirectiveIfTrueElements
void enterDirectiveIfTrueElements(FreemarkerParser.DirectiveIfTrueElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveIfTrueElements().- Parameters:
ctx- the parse tree
-
exitDirectiveIfTrueElements
void exitDirectiveIfTrueElements(FreemarkerParser.DirectiveIfTrueElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveIfTrueElements().- Parameters:
ctx- the parse tree
-
enterDirectiveIfElseIfElements
void enterDirectiveIfElseIfElements(FreemarkerParser.DirectiveIfElseIfElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveIfElseIfElements().- Parameters:
ctx- the parse tree
-
exitDirectiveIfElseIfElements
void exitDirectiveIfElseIfElements(FreemarkerParser.DirectiveIfElseIfElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveIfElseIfElements().- Parameters:
ctx- the parse tree
-
enterDirectiveIfElseElements
void enterDirectiveIfElseElements(FreemarkerParser.DirectiveIfElseElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveIfElseElements().- Parameters:
ctx- the parse tree
-
exitDirectiveIfElseElements
void exitDirectiveIfElseElements(FreemarkerParser.DirectiveIfElseElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveIfElseElements().- Parameters:
ctx- the parse tree
-
enterTagExprElseIfs
void enterTagExprElseIfs(FreemarkerParser.TagExprElseIfsContext ctx)
Enter a parse tree produced byFreemarkerParser.tagExprElseIfs().- Parameters:
ctx- the parse tree
-
exitTagExprElseIfs
void exitTagExprElseIfs(FreemarkerParser.TagExprElseIfsContext ctx)
Exit a parse tree produced byFreemarkerParser.tagExprElseIfs().- Parameters:
ctx- the parse tree
-
enterDirectiveAssign
void enterDirectiveAssign(FreemarkerParser.DirectiveAssignContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveAssign().- Parameters:
ctx- the parse tree
-
exitDirectiveAssign
void exitDirectiveAssign(FreemarkerParser.DirectiveAssignContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveAssign().- Parameters:
ctx- the parse tree
-
enterDirectiveList
void enterDirectiveList(FreemarkerParser.DirectiveListContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveList().- Parameters:
ctx- the parse tree
-
exitDirectiveList
void exitDirectiveList(FreemarkerParser.DirectiveListContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveList().- Parameters:
ctx- the parse tree
-
enterDirectiveListBodyElements
void enterDirectiveListBodyElements(FreemarkerParser.DirectiveListBodyElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveListBodyElements().- Parameters:
ctx- the parse tree
-
exitDirectiveListBodyElements
void exitDirectiveListBodyElements(FreemarkerParser.DirectiveListBodyElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveListBodyElements().- Parameters:
ctx- the parse tree
-
enterDirectiveListElseElements
void enterDirectiveListElseElements(FreemarkerParser.DirectiveListElseElementsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveListElseElements().- Parameters:
ctx- the parse tree
-
exitDirectiveListElseElements
void exitDirectiveListElseElements(FreemarkerParser.DirectiveListElseElementsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveListElseElements().- Parameters:
ctx- the parse tree
-
enterDirectiveInclude
void enterDirectiveInclude(FreemarkerParser.DirectiveIncludeContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveInclude().- Parameters:
ctx- the parse tree
-
exitDirectiveInclude
void exitDirectiveInclude(FreemarkerParser.DirectiveIncludeContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveInclude().- Parameters:
ctx- the parse tree
-
enterDirectiveImport
void enterDirectiveImport(FreemarkerParser.DirectiveImportContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveImport().- Parameters:
ctx- the parse tree
-
exitDirectiveImport
void exitDirectiveImport(FreemarkerParser.DirectiveImportContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveImport().- Parameters:
ctx- the parse tree
-
enterDirectiveMacro
void enterDirectiveMacro(FreemarkerParser.DirectiveMacroContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveMacro().- Parameters:
ctx- the parse tree
-
exitDirectiveMacro
void exitDirectiveMacro(FreemarkerParser.DirectiveMacroContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveMacro().- Parameters:
ctx- the parse tree
-
enterDirectiveNested
void enterDirectiveNested(FreemarkerParser.DirectiveNestedContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveNested().- Parameters:
ctx- the parse tree
-
exitDirectiveNested
void exitDirectiveNested(FreemarkerParser.DirectiveNestedContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveNested().- Parameters:
ctx- the parse tree
-
enterDirectiveReturn
void enterDirectiveReturn(FreemarkerParser.DirectiveReturnContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveReturn().- Parameters:
ctx- the parse tree
-
exitDirectiveReturn
void exitDirectiveReturn(FreemarkerParser.DirectiveReturnContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveReturn().- Parameters:
ctx- the parse tree
-
enterDirectiveUser
void enterDirectiveUser(FreemarkerParser.DirectiveUserContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveUser().- Parameters:
ctx- the parse tree
-
exitDirectiveUser
void exitDirectiveUser(FreemarkerParser.DirectiveUserContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveUser().- Parameters:
ctx- the parse tree
-
enterDirectiveUserId
void enterDirectiveUserId(FreemarkerParser.DirectiveUserIdContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveUserId().- Parameters:
ctx- the parse tree
-
exitDirectiveUserId
void exitDirectiveUserId(FreemarkerParser.DirectiveUserIdContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveUserId().- Parameters:
ctx- the parse tree
-
enterDirectiveUserParams
void enterDirectiveUserParams(FreemarkerParser.DirectiveUserParamsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveUserParams().- Parameters:
ctx- the parse tree
-
exitDirectiveUserParams
void exitDirectiveUserParams(FreemarkerParser.DirectiveUserParamsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveUserParams().- Parameters:
ctx- the parse tree
-
enterDirectiveUserLoopParams
void enterDirectiveUserLoopParams(FreemarkerParser.DirectiveUserLoopParamsContext ctx)
Enter a parse tree produced byFreemarkerParser.directiveUserLoopParams().- Parameters:
ctx- the parse tree
-
exitDirectiveUserLoopParams
void exitDirectiveUserLoopParams(FreemarkerParser.DirectiveUserLoopParamsContext ctx)
Exit a parse tree produced byFreemarkerParser.directiveUserLoopParams().- Parameters:
ctx- the parse tree
-
enterTagExpr
void enterTagExpr(FreemarkerParser.TagExprContext ctx)
Enter a parse tree produced byFreemarkerParser.tagExpr().- Parameters:
ctx- the parse tree
-
exitTagExpr
void exitTagExpr(FreemarkerParser.TagExprContext ctx)
Exit a parse tree produced byFreemarkerParser.tagExpr().- Parameters:
ctx- the parse tree
-
enterInlineExpr
void enterInlineExpr(FreemarkerParser.InlineExprContext ctx)
Enter a parse tree produced byFreemarkerParser.inlineExpr().- Parameters:
ctx- the parse tree
-
exitInlineExpr
void exitInlineExpr(FreemarkerParser.InlineExprContext ctx)
Exit a parse tree produced byFreemarkerParser.inlineExpr().- Parameters:
ctx- the parse tree
-
enterSingleQuote
void enterSingleQuote(FreemarkerParser.SingleQuoteContext ctx)
Enter a parse tree produced by theSingleQuotelabeled alternative inFreemarkerParser.string().- Parameters:
ctx- the parse tree
-
exitSingleQuote
void exitSingleQuote(FreemarkerParser.SingleQuoteContext ctx)
Exit a parse tree produced by theSingleQuotelabeled alternative inFreemarkerParser.string().- Parameters:
ctx- the parse tree
-
enterDoubleQuote
void enterDoubleQuote(FreemarkerParser.DoubleQuoteContext ctx)
Enter a parse tree produced by theDoubleQuotelabeled alternative inFreemarkerParser.string().- Parameters:
ctx- the parse tree
-
exitDoubleQuote
void exitDoubleQuote(FreemarkerParser.DoubleQuoteContext ctx)
Exit a parse tree produced by theDoubleQuotelabeled alternative inFreemarkerParser.string().- Parameters:
ctx- the parse tree
-
enterExprUnaryOp
void enterExprUnaryOp(FreemarkerParser.ExprUnaryOpContext ctx)
Enter a parse tree produced by theExprUnaryOplabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprUnaryOp
void exitExprUnaryOp(FreemarkerParser.ExprUnaryOpContext ctx)
Exit a parse tree produced by theExprUnaryOplabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprMulDivMod
void enterExprMulDivMod(FreemarkerParser.ExprMulDivModContext ctx)
Enter a parse tree produced by theExprMulDivModlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprMulDivMod
void exitExprMulDivMod(FreemarkerParser.ExprMulDivModContext ctx)
Exit a parse tree produced by theExprMulDivModlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterBoolExpr
void enterBoolExpr(FreemarkerParser.BoolExprContext ctx)
Enter a parse tree produced by theBoolExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitBoolExpr
void exitBoolExpr(FreemarkerParser.BoolExprContext ctx)
Exit a parse tree produced by theBoolExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterStringExpr
void enterStringExpr(FreemarkerParser.StringExprContext ctx)
Enter a parse tree produced by theStringExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitStringExpr
void exitStringExpr(FreemarkerParser.StringExprContext ctx)
Exit a parse tree produced by theStringExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprBoolRelational
void enterExprBoolRelational(FreemarkerParser.ExprBoolRelationalContext ctx)
Enter a parse tree produced by theExprBoolRelationallabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprBoolRelational
void exitExprBoolRelational(FreemarkerParser.ExprBoolRelationalContext ctx)
Exit a parse tree produced by theExprBoolRelationallabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprRoundParentheses
void enterExprRoundParentheses(FreemarkerParser.ExprRoundParenthesesContext ctx)
Enter a parse tree produced by theExprRoundParentheseslabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprRoundParentheses
void exitExprRoundParentheses(FreemarkerParser.ExprRoundParenthesesContext ctx)
Exit a parse tree produced by theExprRoundParentheseslabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprBoolAnd
void enterExprBoolAnd(FreemarkerParser.ExprBoolAndContext ctx)
Enter a parse tree produced by theExprBoolAndlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprBoolAnd
void exitExprBoolAnd(FreemarkerParser.ExprBoolAndContext ctx)
Exit a parse tree produced by theExprBoolAndlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterSymbolExpr
void enterSymbolExpr(FreemarkerParser.SymbolExprContext ctx)
Enter a parse tree produced by theSymbolExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitSymbolExpr
void exitSymbolExpr(FreemarkerParser.SymbolExprContext ctx)
Exit a parse tree produced by theSymbolExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprBuiltIn
void enterExprBuiltIn(FreemarkerParser.ExprBuiltInContext ctx)
Enter a parse tree produced by theExprBuiltInlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprBuiltIn
void exitExprBuiltIn(FreemarkerParser.ExprBuiltInContext ctx)
Exit a parse tree produced by theExprBuiltInlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterStructExpr
void enterStructExpr(FreemarkerParser.StructExprContext ctx)
Enter a parse tree produced by theStructExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitStructExpr
void exitStructExpr(FreemarkerParser.StructExprContext ctx)
Exit a parse tree produced by theStructExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprMissingTest
void enterExprMissingTest(FreemarkerParser.ExprMissingTestContext ctx)
Enter a parse tree produced by theExprMissingTestlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprMissingTest
void exitExprMissingTest(FreemarkerParser.ExprMissingTestContext ctx)
Exit a parse tree produced by theExprMissingTestlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprAddSub
void enterExprAddSub(FreemarkerParser.ExprAddSubContext ctx)
Enter a parse tree produced by theExprAddSublabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprAddSub
void exitExprAddSub(FreemarkerParser.ExprAddSubContext ctx)
Exit a parse tree produced by theExprAddSublabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprDotAccess
void enterExprDotAccess(FreemarkerParser.ExprDotAccessContext ctx)
Enter a parse tree produced by theExprDotAccesslabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprDotAccess
void exitExprDotAccess(FreemarkerParser.ExprDotAccessContext ctx)
Exit a parse tree produced by theExprDotAccesslabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprBoolEq
void enterExprBoolEq(FreemarkerParser.ExprBoolEqContext ctx)
Enter a parse tree produced by theExprBoolEqlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprBoolEq
void exitExprBoolEq(FreemarkerParser.ExprBoolEqContext ctx)
Exit a parse tree produced by theExprBoolEqlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprFunctionCall
void enterExprFunctionCall(FreemarkerParser.ExprFunctionCallContext ctx)
Enter a parse tree produced by theExprFunctionCalllabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprFunctionCall
void exitExprFunctionCall(FreemarkerParser.ExprFunctionCallContext ctx)
Exit a parse tree produced by theExprFunctionCalllabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterNumberExpr
void enterNumberExpr(FreemarkerParser.NumberExprContext ctx)
Enter a parse tree produced by theNumberExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitNumberExpr
void exitNumberExpr(FreemarkerParser.NumberExprContext ctx)
Exit a parse tree produced by theNumberExprlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprDefault
void enterExprDefault(FreemarkerParser.ExprDefaultContext ctx)
Enter a parse tree produced by theExprDefaultlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprDefault
void exitExprDefault(FreemarkerParser.ExprDefaultContext ctx)
Exit a parse tree produced by theExprDefaultlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprSquareParentheses
void enterExprSquareParentheses(FreemarkerParser.ExprSquareParenthesesContext ctx)
Enter a parse tree produced by theExprSquareParentheseslabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprSquareParentheses
void exitExprSquareParentheses(FreemarkerParser.ExprSquareParenthesesContext ctx)
Exit a parse tree produced by theExprSquareParentheseslabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterExprBoolOr
void enterExprBoolOr(FreemarkerParser.ExprBoolOrContext ctx)
Enter a parse tree produced by theExprBoolOrlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
exitExprBoolOr
void exitExprBoolOr(FreemarkerParser.ExprBoolOrContext ctx)
Exit a parse tree produced by theExprBoolOrlabeled alternative inFreemarkerParser.expr().- Parameters:
ctx- the parse tree
-
enterFunctionParams
void enterFunctionParams(FreemarkerParser.FunctionParamsContext ctx)
Enter a parse tree produced byFreemarkerParser.functionParams().- Parameters:
ctx- the parse tree
-
exitFunctionParams
void exitFunctionParams(FreemarkerParser.FunctionParamsContext ctx)
Exit a parse tree produced byFreemarkerParser.functionParams().- Parameters:
ctx- the parse tree
-
enterBooleanRelationalOperator
void enterBooleanRelationalOperator(FreemarkerParser.BooleanRelationalOperatorContext ctx)
Enter a parse tree produced byFreemarkerParser.booleanRelationalOperator().- Parameters:
ctx- the parse tree
-
exitBooleanRelationalOperator
void exitBooleanRelationalOperator(FreemarkerParser.BooleanRelationalOperatorContext ctx)
Exit a parse tree produced byFreemarkerParser.booleanRelationalOperator().- Parameters:
ctx- the parse tree
-
enterStruct
void enterStruct(FreemarkerParser.StructContext ctx)
Enter a parse tree produced byFreemarkerParser.struct().- Parameters:
ctx- the parse tree
-
exitStruct
void exitStruct(FreemarkerParser.StructContext ctx)
Exit a parse tree produced byFreemarkerParser.struct().- Parameters:
ctx- the parse tree
-
enterStruct_pair
void enterStruct_pair(FreemarkerParser.Struct_pairContext ctx)
Enter a parse tree produced byFreemarkerParser.struct_pair().- Parameters:
ctx- the parse tree
-
exitStruct_pair
void exitStruct_pair(FreemarkerParser.Struct_pairContext ctx)
Exit a parse tree produced byFreemarkerParser.struct_pair().- Parameters:
ctx- the parse tree
-
enterSingle_quote_string
void enterSingle_quote_string(FreemarkerParser.Single_quote_stringContext ctx)
Enter a parse tree produced byFreemarkerParser.single_quote_string().- Parameters:
ctx- the parse tree
-
exitSingle_quote_string
void exitSingle_quote_string(FreemarkerParser.Single_quote_stringContext ctx)
Exit a parse tree produced byFreemarkerParser.single_quote_string().- Parameters:
ctx- the parse tree
-
enterDouble_quote_string
void enterDouble_quote_string(FreemarkerParser.Double_quote_stringContext ctx)
Enter a parse tree produced byFreemarkerParser.double_quote_string().- Parameters:
ctx- the parse tree
-
exitDouble_quote_string
void exitDouble_quote_string(FreemarkerParser.Double_quote_stringContext ctx)
Exit a parse tree produced byFreemarkerParser.double_quote_string().- Parameters:
ctx- the parse tree
-
-