Constructor and Description |
---|
IfElse(Expression condition,
Node ifStatement,
Node elseStatement) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression |
getCondition() |
Node |
getElseStatement() |
Node |
getIfStatement() |
int |
hashCode() |
void |
write(SourceWriter w) |
public IfElse(Expression condition, Node ifStatement, Node elseStatement)
public void write(SourceWriter w)
public Expression getCondition()
public Node getIfStatement()
public Node getElseStatement()
Copyright © 2006–2018 GeoSolutions. All rights reserved.