public interface Expression
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(CompoundData context) |
Expression |
getParent() |
boolean |
isConstant() |
void |
setParent(Expression parent) |
boolean isConstant()
Object evaluate(CompoundData context) throws IOException
IOException
Expression getParent()
void setParent(Expression parent)
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.