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, setParent
public CompoundExpr(String name, CompoundExpr.Member[] members)
public boolean isConstant()
public Object evaluate(CompoundData context) throws IOException
IOException
public static boolean isConstant(CompoundExpr.Member[] members)
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.