| Package | Description |
|---|---|
| dods.dap.parser |
This package contains JavaCC generated DAP parser classes.
|
| dods.dap.Server |
This package contains the DODS Server classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExprParser.constraint_expression(CEEvaluator ceEval,
dods.dap.BaseTypeFactory factory,
ClauseFactory clauseFactory)
This is the entry point for the Constraint expression parser.
|
| Constructor and Description |
|---|
CEEvaluator(ServerDDS dds,
ClauseFactory clauseFactory)
Construct a new
CEEvaluator with dds as the
DDS object with which to resolve all variable and function names, and
clauseFactory as a source of Clause objects . |