public class SelectionExpr extends AbstractExpression
| Modifier and Type | Class and Description |
|---|---|
static class |
SelectionExpr.Case |
static class |
SelectionExpr.Default |
| Constructor and Description |
|---|
SelectionExpr(Expression condition,
SelectionExpr.Case[] cases) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(CompoundData context) |
boolean |
isConstant() |
getParent, setParentpublic SelectionExpr(Expression condition, SelectionExpr.Case[] cases)
public boolean isConstant()
public Object evaluate(CompoundData context) throws IOException
IOExceptionCopyright © 2014–2015 European Space Agency (ESA). All rights reserved.