Package | Description |
---|---|
it.geosolutions.jaiext.jiffle.parser.node |
Modifier and Type | Interface and Description |
---|---|
interface |
Statement |
Modifier and Type | Class and Description |
---|---|
class |
Band |
class |
BinaryExpression |
class |
Break |
class |
BreakIf |
class |
ConFunction
Separate node type for con functions which are implemented as directly
injected source fragments in the runtime class rather than by the
function lookup mechanism.
|
class |
ConstantLiteral |
class |
DefaultScalarValue
A placeholder node representing a default value for some
scalar variable.
|
class |
DoubleLiteral |
class |
Expression |
class |
FunctionCall |
class |
GetSourceValue |
class |
GlobalVars |
class |
IfElse |
class |
ImagePos |
class |
IntLiteral |
class |
ListAppend |
class |
ListAssignment |
class |
ListLiteral |
class |
LoopInLiteralList |
class |
LoopInRange |
class |
LoopInVariable |
class |
ParenExpression |
class |
Pixel |
class |
PostfixUnaryExpression |
class |
PrefixUnaryExpression |
class |
ScalarLiteral |
class |
Script |
class |
SetDestValue |
class |
SimpleStatement |
class |
StatementList |
class |
Until |
class |
Variable |
class |
While |
Modifier and Type | Method and Description |
---|---|
Node |
IfElse.getElseStatement() |
Node |
IfElse.getIfStatement() |
Modifier and Type | Method and Description |
---|---|
SourceWriter |
SourceWriter.append(Node node) |
Constructor and Description |
---|
IfElse(Expression condition,
Node ifStatement,
Node elseStatement) |
Copyright © 2006–2018 GeoSolutions. All rights reserved.