Package | Description |
---|---|
it.geosolutions.jaiext.jiffle.parser.node |
Modifier and Type | Class and Description |
---|---|
class |
Break |
class |
BreakIf |
class |
IfElse |
class |
ListAppend |
class |
LoopInLiteralList |
class |
LoopInRange |
class |
LoopInVariable |
class |
SimpleStatement |
class |
StatementList |
class |
Until |
class |
While |
Modifier and Type | Method and Description |
---|---|
Statement |
While.getStatement() |
Statement |
Until.getStatement() |
Statement |
LoopInRange.getStatement() |
Statement |
LoopInLiteralList.getStatement() |
Statement |
LoopInVariable.getStatement() |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
StatementList.getStmts() |
Constructor and Description |
---|
LoopInLiteralList(Variable loopVariable,
ListLiteral listLiteral,
Statement statement) |
LoopInRange(Variable loopVariable,
Expression low,
Expression high,
Statement statement) |
LoopInVariable(Variable loopVariable,
Variable listVariable,
Statement statement) |
Until(Expression condition,
Statement statement) |
While(Expression condition,
Statement statement) |
Constructor and Description |
---|
StatementList(List<Statement> stmts) |
Copyright © 2006–2018 GeoSolutions. All rights reserved.