public interface JiffleListener
extends ParseTreeListener
JiffleParser
.void enterScript(JiffleParser.ScriptContext ctx)
JiffleParser.script()
.ctx
- the parse treevoid exitScript(JiffleParser.ScriptContext ctx)
JiffleParser.script()
.ctx
- the parse treevoid enterSpecialBlock(JiffleParser.SpecialBlockContext ctx)
JiffleParser.specialBlock()
.ctx
- the parse treevoid exitSpecialBlock(JiffleParser.SpecialBlockContext ctx)
JiffleParser.specialBlock()
.ctx
- the parse treevoid enterOptionsBlock(JiffleParser.OptionsBlockContext ctx)
JiffleParser.optionsBlock()
.ctx
- the parse treevoid exitOptionsBlock(JiffleParser.OptionsBlockContext ctx)
JiffleParser.optionsBlock()
.ctx
- the parse treevoid enterOption(JiffleParser.OptionContext ctx)
JiffleParser.option()
.ctx
- the parse treevoid exitOption(JiffleParser.OptionContext ctx)
JiffleParser.option()
.ctx
- the parse treevoid enterOptionValue(JiffleParser.OptionValueContext ctx)
JiffleParser.optionValue()
.ctx
- the parse treevoid exitOptionValue(JiffleParser.OptionValueContext ctx)
JiffleParser.optionValue()
.ctx
- the parse treevoid enterImagesBlock(JiffleParser.ImagesBlockContext ctx)
JiffleParser.imagesBlock()
.ctx
- the parse treevoid exitImagesBlock(JiffleParser.ImagesBlockContext ctx)
JiffleParser.imagesBlock()
.ctx
- the parse treevoid enterImageVarDeclaration(JiffleParser.ImageVarDeclarationContext ctx)
JiffleParser.imageVarDeclaration()
.ctx
- the parse treevoid exitImageVarDeclaration(JiffleParser.ImageVarDeclarationContext ctx)
JiffleParser.imageVarDeclaration()
.ctx
- the parse treevoid enterRole(JiffleParser.RoleContext ctx)
JiffleParser.role()
.ctx
- the parse treevoid exitRole(JiffleParser.RoleContext ctx)
JiffleParser.role()
.ctx
- the parse treevoid enterInitBlock(JiffleParser.InitBlockContext ctx)
JiffleParser.initBlock()
.ctx
- the parse treevoid exitInitBlock(JiffleParser.InitBlockContext ctx)
JiffleParser.initBlock()
.ctx
- the parse treevoid enterVarDeclaration(JiffleParser.VarDeclarationContext ctx)
JiffleParser.varDeclaration()
.ctx
- the parse treevoid exitVarDeclaration(JiffleParser.VarDeclarationContext ctx)
JiffleParser.varDeclaration()
.ctx
- the parse treevoid enterBlock(JiffleParser.BlockContext ctx)
JiffleParser.block()
.ctx
- the parse treevoid exitBlock(JiffleParser.BlockContext ctx)
JiffleParser.block()
.ctx
- the parse treevoid enterBody(JiffleParser.BodyContext ctx)
JiffleParser.body()
.ctx
- the parse treevoid exitBody(JiffleParser.BodyContext ctx)
JiffleParser.body()
.ctx
- the parse treevoid enterBlockStmt(JiffleParser.BlockStmtContext ctx)
blockStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitBlockStmt(JiffleParser.BlockStmtContext ctx)
blockStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterIfStmt(JiffleParser.IfStmtContext ctx)
ifStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitIfStmt(JiffleParser.IfStmtContext ctx)
ifStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterWhileStmt(JiffleParser.WhileStmtContext ctx)
whileStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitWhileStmt(JiffleParser.WhileStmtContext ctx)
whileStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterUntilStmt(JiffleParser.UntilStmtContext ctx)
untilStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitUntilStmt(JiffleParser.UntilStmtContext ctx)
untilStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterForeachStmt(JiffleParser.ForeachStmtContext ctx)
foreachStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitForeachStmt(JiffleParser.ForeachStmtContext ctx)
foreachStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterBreakifStmt(JiffleParser.BreakifStmtContext ctx)
breakifStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitBreakifStmt(JiffleParser.BreakifStmtContext ctx)
breakifStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterBreakStmt(JiffleParser.BreakStmtContext ctx)
breakStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitBreakStmt(JiffleParser.BreakStmtContext ctx)
breakStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterListAppendStmt(JiffleParser.ListAppendStmtContext ctx)
listAppendStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitListAppendStmt(JiffleParser.ListAppendStmtContext ctx)
listAppendStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterExprStmt(JiffleParser.ExprStmtContext ctx)
exprStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitExprStmt(JiffleParser.ExprStmtContext ctx)
exprStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterEmptyStmt(JiffleParser.EmptyStmtContext ctx)
emptyStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid exitEmptyStmt(JiffleParser.EmptyStmtContext ctx)
emptyStmt
labeled alternative in JiffleParser.statement()
.ctx
- the parse treevoid enterLoopSet(JiffleParser.LoopSetContext ctx)
JiffleParser.loopSet()
.ctx
- the parse treevoid exitLoopSet(JiffleParser.LoopSetContext ctx)
JiffleParser.loopSet()
.ctx
- the parse treevoid enterExpressionList(JiffleParser.ExpressionListContext ctx)
JiffleParser.expressionList()
.ctx
- the parse treevoid exitExpressionList(JiffleParser.ExpressionListContext ctx)
JiffleParser.expressionList()
.ctx
- the parse treevoid enterRange(JiffleParser.RangeContext ctx)
JiffleParser.range()
.ctx
- the parse treevoid exitRange(JiffleParser.RangeContext ctx)
JiffleParser.range()
.ctx
- the parse treevoid enterTimesDivModExpr(JiffleParser.TimesDivModExprContext ctx)
timesDivModExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitTimesDivModExpr(JiffleParser.TimesDivModExprContext ctx)
timesDivModExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterPlusMinusExpr(JiffleParser.PlusMinusExprContext ctx)
plusMinusExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitPlusMinusExpr(JiffleParser.PlusMinusExprContext ctx)
plusMinusExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterAtomExpr(JiffleParser.AtomExprContext ctx)
atomExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitAtomExpr(JiffleParser.AtomExprContext ctx)
atomExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterOrExpr(JiffleParser.OrExprContext ctx)
orExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitOrExpr(JiffleParser.OrExprContext ctx)
orExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterPreExpr(JiffleParser.PreExprContext ctx)
preExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitPreExpr(JiffleParser.PreExprContext ctx)
preExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterXorExpr(JiffleParser.XorExprContext ctx)
xorExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitXorExpr(JiffleParser.XorExprContext ctx)
xorExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterPostExpr(JiffleParser.PostExprContext ctx)
postExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitPostExpr(JiffleParser.PostExprContext ctx)
postExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterEqExpr(JiffleParser.EqExprContext ctx)
eqExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitEqExpr(JiffleParser.EqExprContext ctx)
eqExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterNotExpr(JiffleParser.NotExprContext ctx)
notExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitNotExpr(JiffleParser.NotExprContext ctx)
notExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterTernaryExpr(JiffleParser.TernaryExprContext ctx)
ternaryExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitTernaryExpr(JiffleParser.TernaryExprContext ctx)
ternaryExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterPowExpr(JiffleParser.PowExprContext ctx)
powExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitPowExpr(JiffleParser.PowExprContext ctx)
powExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterAssignExpr(JiffleParser.AssignExprContext ctx)
assignExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitAssignExpr(JiffleParser.AssignExprContext ctx)
assignExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterCompareExpr(JiffleParser.CompareExprContext ctx)
compareExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitCompareExpr(JiffleParser.CompareExprContext ctx)
compareExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterAndExpr(JiffleParser.AndExprContext ctx)
andExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid exitAndExpr(JiffleParser.AndExprContext ctx)
andExpr
labeled alternative in JiffleParser.expression()
.ctx
- the parse treevoid enterAssignment(JiffleParser.AssignmentContext ctx)
JiffleParser.assignment()
.ctx
- the parse treevoid exitAssignment(JiffleParser.AssignmentContext ctx)
JiffleParser.assignment()
.ctx
- the parse treevoid enterAtom(JiffleParser.AtomContext ctx)
JiffleParser.atom()
.ctx
- the parse treevoid exitAtom(JiffleParser.AtomContext ctx)
JiffleParser.atom()
.ctx
- the parse treevoid enterParenExpression(JiffleParser.ParenExpressionContext ctx)
JiffleParser.parenExpression()
.ctx
- the parse treevoid exitParenExpression(JiffleParser.ParenExpressionContext ctx)
JiffleParser.parenExpression()
.ctx
- the parse treevoid enterConCall(JiffleParser.ConCallContext ctx)
JiffleParser.conCall()
.ctx
- the parse treevoid exitConCall(JiffleParser.ConCallContext ctx)
JiffleParser.conCall()
.ctx
- the parse treevoid enterFunctionCall(JiffleParser.FunctionCallContext ctx)
functionCall
labeled alternative in JiffleParser.identifiedAtom()
.ctx
- the parse treevoid exitFunctionCall(JiffleParser.FunctionCallContext ctx)
functionCall
labeled alternative in JiffleParser.identifiedAtom()
.ctx
- the parse treevoid enterImageCall(JiffleParser.ImageCallContext ctx)
imageCall
labeled alternative in JiffleParser.identifiedAtom()
.ctx
- the parse treevoid exitImageCall(JiffleParser.ImageCallContext ctx)
imageCall
labeled alternative in JiffleParser.identifiedAtom()
.ctx
- the parse treevoid enterVarID(JiffleParser.VarIDContext ctx)
varID
labeled alternative in JiffleParser.identifiedAtom()
.ctx
- the parse treevoid exitVarID(JiffleParser.VarIDContext ctx)
varID
labeled alternative in JiffleParser.identifiedAtom()
.ctx
- the parse treevoid enterArgumentList(JiffleParser.ArgumentListContext ctx)
JiffleParser.argumentList()
.ctx
- the parse treevoid exitArgumentList(JiffleParser.ArgumentListContext ctx)
JiffleParser.argumentList()
.ctx
- the parse treevoid enterImagePos(JiffleParser.ImagePosContext ctx)
JiffleParser.imagePos()
.ctx
- the parse treevoid exitImagePos(JiffleParser.ImagePosContext ctx)
JiffleParser.imagePos()
.ctx
- the parse treevoid enterPixelSpecifier(JiffleParser.PixelSpecifierContext ctx)
JiffleParser.pixelSpecifier()
.ctx
- the parse treevoid exitPixelSpecifier(JiffleParser.PixelSpecifierContext ctx)
JiffleParser.pixelSpecifier()
.ctx
- the parse treevoid enterBandSpecifier(JiffleParser.BandSpecifierContext ctx)
JiffleParser.bandSpecifier()
.ctx
- the parse treevoid exitBandSpecifier(JiffleParser.BandSpecifierContext ctx)
JiffleParser.bandSpecifier()
.ctx
- the parse treevoid enterPixelPos(JiffleParser.PixelPosContext ctx)
JiffleParser.pixelPos()
.ctx
- the parse treevoid exitPixelPos(JiffleParser.PixelPosContext ctx)
JiffleParser.pixelPos()
.ctx
- the parse treevoid enterLiteral(JiffleParser.LiteralContext ctx)
JiffleParser.literal()
.ctx
- the parse treevoid exitLiteral(JiffleParser.LiteralContext ctx)
JiffleParser.literal()
.ctx
- the parse treevoid enterListLiteral(JiffleParser.ListLiteralContext ctx)
JiffleParser.listLiteral()
.ctx
- the parse treevoid exitListLiteral(JiffleParser.ListLiteralContext ctx)
JiffleParser.listLiteral()
.ctx
- the parse treeCopyright © 2006–2018 GeoSolutions. All rights reserved.