public interface Expression
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Expression.ExpressionResolverFunction<E extends Expression,R extends Expression>
A function to translate an
Expression into another Expression type. |
static class |
Expression.InvalidExpressionException
Exception related to {Expression} validation or resolution failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validate this expression.
|
void validate()
throws Expression.InvalidExpressionException
Expression.InvalidExpressionException - If the expression is not validCopyright © 2019 The Holon Platform. All rights reserved.