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