Constructor and Description |
---|
While(Expression condition,
Statement statement) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression |
getCondition() |
Statement |
getStatement() |
int |
hashCode() |
String |
toString() |
void |
write(SourceWriter w) |
public While(Expression condition, Statement statement)
public void write(SourceWriter w)
public Expression getCondition()
public Statement getStatement()
Copyright © 2006–2018 GeoSolutions. All rights reserved.