Package | Description |
---|---|
opendap.dap.parser |
This package contains Bison 2.4.2 generated DAP parser classes.
|
opendap.dap.Server |
This package contains the OPeNDAP Server classes.
|
Modifier and Type | Method and Description |
---|---|
Clause |
ExprParser.bool_function() |
Clause |
ExprParser.clause() |
Modifier and Type | Interface and Description |
---|---|
interface |
SubClause
Represents a sub-clause of the selection portion of a constraint
expression.
|
interface |
TopLevelClause
Represents a top-level clause in the selection portion of a
constraint expression (CE).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClause
Provides default implementations for the Clause interface methods.
|
class |
BoolFunctionClause
Represents a clause which invokes a function that returns a boolean value.
|
class |
BTFunctionClause
Represents a clause which invokes a function that returns a BaseType.
|
class |
DereferenceClause
Represents a sub-clause that is a URL reference to remote data.
|
class |
RelOpClause
Represents a clause which compares subclauses, using one of the
relative operators supported by the Operator class.
|
class |
ValueClause
Represents a clause containing a simple value.
|
Modifier and Type | Field and Description |
---|---|
protected Clause |
BTFunctionClause.parent |
protected Clause |
DereferenceClause.parent |
protected Clause |
ValueClause.parent |
Modifier and Type | Method and Description |
---|---|
Clause |
BTFunctionClause.getParent() |
Clause |
DereferenceClause.getParent() |
Clause |
SubClause.getParent()
Returns the Clause which contains this subclause.
|
Clause |
ValueClause.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
CEEvaluator.appendClause(Clause c)
Add a clause to the constraint expression.
|
boolean |
CEEvaluator.removeClause(Clause c)
Remove a clause from the constraint expression.
|
void |
BTFunctionClause.setParent(Clause parent) |
void |
DereferenceClause.setParent(Clause parent) |
void |
SubClause.setParent(Clause parent)
Sets the parent of this subclause.
|
void |
ValueClause.setParent(Clause parent) |