Package | Description |
---|---|
it.geosolutions.jaiext.jiffle.parser.node |
Modifier and Type | Method and Description |
---|---|
SourceWriter |
SourceWriter.append(Node node) |
SourceWriter |
SourceWriter.append(String text)
Method to add text in the source, without any indentation or newline
|
SourceWriter |
SourceWriter.indent() |
SourceWriter |
SourceWriter.line(String line)
Method to add a line in the source code.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryExpression.appendName(SourceWriter w) |
void |
GlobalVars.listNames(SourceWriter w) |
void |
DefaultScalarValue.write(SourceWriter w) |
void |
Break.write(SourceWriter w) |
void |
ListAssignment.write(SourceWriter w) |
void |
ConFunction.write(SourceWriter w) |
void |
BinaryExpression.write(SourceWriter w) |
void |
SetDestValue.write(SourceWriter w) |
void |
Band.write(SourceWriter w) |
void |
GetSourceValue.write(SourceWriter w) |
void |
While.write(SourceWriter w) |
void |
Script.write(SourceWriter w) |
void |
Node.write(SourceWriter w) |
void |
Until.write(SourceWriter w) |
void |
PrefixUnaryExpression.write(SourceWriter w) |
void |
LoopInRange.write(SourceWriter w) |
void |
GlobalVars.write(SourceWriter writer) |
void |
ListAppend.write(SourceWriter w) |
void |
ParenExpression.write(SourceWriter w) |
void |
FunctionCall.write(SourceWriter w) |
void |
LoopInLiteralList.write(SourceWriter w) |
void |
IfElse.write(SourceWriter w) |
void |
ListLiteral.write(SourceWriter w) |
void |
ScalarLiteral.write(SourceWriter w) |
void |
ImagePos.write(SourceWriter w) |
void |
PostfixUnaryExpression.write(SourceWriter w) |
void |
SimpleStatement.write(SourceWriter w) |
void |
StatementList.write(SourceWriter w) |
void |
Pixel.write(SourceWriter w) |
void |
LoopInVariable.write(SourceWriter w) |
void |
BreakIf.write(SourceWriter w) |
void |
Variable.write(SourceWriter w) |
void |
BinaryExpression.writeDeclaration(SourceWriter w) |
void |
BinaryExpression.writeDefaultValue(SourceWriter w) |
void |
GlobalVars.writeFields(SourceWriter w) |
Copyright © 2006–2018 GeoSolutions. All rights reserved.