public class CompoundExpr extends AbstractExpression
| Modifier and Type | Class and Description |
|---|---|
static class |
CompoundExpr.Member |
| Constructor and Description |
|---|
CompoundExpr(String name,
CompoundExpr.Member[] members) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(CompoundData context) |
boolean |
isConstant() |
static boolean |
isConstant(CompoundExpr.Member[] members) |
getParent, setParentpublic CompoundExpr(String name, CompoundExpr.Member[] members)
public boolean isConstant()
public Object evaluate(CompoundData context) throws IOException
IOExceptionpublic static boolean isConstant(CompoundExpr.Member[] members)
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.