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 | Class and Description |
---|---|
static class |
SelectionExpr.Default |
Modifier and Type | Method and Description |
---|---|
static SelectionExpr.Case |
ExpressionBuilder.CASE(Object value,
Expression expression) |
static SelectionExpr.Case |
ExpressionBuilder.CASE(Object value,
Type type) |
Modifier and Type | Method and Description |
---|---|
static SelectionExpr |
ExpressionBuilder.SELECT(Expression condition,
SelectionExpr.Case... cases) |
Constructor and Description |
---|
SelectionExpr(Expression condition,
SelectionExpr.Case[] cases) |
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.