Package | Description |
---|---|
com.bc.ceres.binio.expr |
Contains interfaces and classes which shall enable users to describe their data formats
using an interpreted language by constructing an evaluatable tree of expressions.
|
Modifier and Type | Method and Description |
---|---|
static CompoundExpr.Member |
ExpressionBuilder.MEMBER(String name,
Expression expression) |
static CompoundExpr.Member |
ExpressionBuilder.MEMBER(String name,
Type type) |
Modifier and Type | Method and Description |
---|---|
static CompoundExpr |
ExpressionBuilder.COMP(String name,
CompoundExpr.Member... members) |
static boolean |
CompoundExpr.isConstant(CompoundExpr.Member[] members) |
Constructor and Description |
---|
CompoundExpr(String name,
CompoundExpr.Member[] members) |
Copyright © 2014–2016 European Space Agency (ESA). All rights reserved.