Constructor and Description |
---|
LoopInRange(Variable loopVariable,
Expression low,
Expression high,
Statement statement) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression |
getHigh() |
Variable |
getLoopVariable() |
Expression |
getLow() |
Statement |
getStatement() |
int |
hashCode() |
void |
write(SourceWriter w) |
public LoopInRange(Variable loopVariable, Expression low, Expression high, Statement statement)
public void write(SourceWriter w)
public Statement getStatement()
public Variable getLoopVariable()
public Expression getLow()
public Expression getHigh()
Copyright © 2006–2018 GeoSolutions. All rights reserved.