| Package | Description |
|---|---|
| org.databene.script | |
| org.databene.script.expression |
| Modifier and Type | Class and Description |
|---|---|
class |
QNBeanSpecExpression
Expression instance that evaluates the Benerator script notation for Java object specification
as one of the following:
reference: myInstance
class name: com.my.SpecialClass
constructor invocation: new com.my.SpecialClass(3, 'test')
JavaBean property syntax: new com.my.SpecialClass[id=3, name='test']
Created at 08.10.2009 18:15:15 |
class |
QNExpression
Expression implementation that evaluates a qualified name as attributes of an object reference or
static fields of a Java class. |
class |
QNInvocationExpression
Expression implementation that evaluates an invocation syntax on a qualified name
as static method call or call on an object reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignmentExpression
Evaluates an assignment expression like
x.y = f.d + 3. |
class |
BeanConstruction<E>
Expression implementation that instantiates a JavaBean by default constructor and
calls its property setters for initializing state. |
class |
ConditionalExpression<E>
Expression implementation that evaluates a boolean (condition) expression
and, depending if the result was true or false, evaluates the first or second expression delegate. |
class |
Construction<E>
Common parent class for Expressions that instantiate a Java object.
|
class |
DefaultConstruction<E>
Instantiates a class by default constructor.
|
class |
FeatureAccessExpression<E>
Expression implementation that evaluates a feature value of an object.
|
class |
FieldExpression
Evaluates an attribute of an object or class.
|
class |
InvocationExpression
Expression implementation that evaluates a method on a class or object. |
class |
ParameterizedConstruction<E>
Expression implementation that instantiates a Java object by constructor invocation. |
class |
StaticMethodCallExpression
Expression implementation that performs a static method call. |
Copyright © 2011–2014 Volker Bergmann. All rights reserved.