| Package | Description |
|---|---|
| org.databene.script | |
| org.databene.script.expression |
| Class and Description |
|---|
| DynamicExpression
Non-constant
Expression. |
| Class and Description |
|---|
| BinaryExpression
Abstract parent class for expression that evaluate two terms.
|
| CompositeExpression
Expression that evaluates the results of other Expressions.
|
| ConstantExpression
Expression that represents and returns a constant value.
|
| Construction
Common parent class for Expressions that instantiate a Java object.
|
| DynamicExpression
Non-constant
Expression. |
| ExpressionAdapter
Adapter that makes use of a 'source' expression of one type
to calculate and return a result of a possibly different type.
|
| ExpressionProxy
Parent class for all expression classes that act as proxy of another class.
|
| UnaryExpression
Abstract
Expression that serves as parent class for expressions that evaluate a single term. |
| WrapperExpression
New common interface for scanning through
Expressions that wrap other expressions. |
Copyright © 2011–2014 Volker Bergmann. All rights reserved.