Expression implementation which assembles other expression that evaluate to arrays
and joins their results to a single array.x.y = f.d + 3.Expression implementation that instantiates a JavaBean by default constructor and
calls its property setters for initializing state.Expression that evaluates to the bitwise complement of another expression's result.Expression that combines the results
of two other numerical expressions with a bitwise EXCLUSIVE OR.Expression that combines the results of two other numerical expressions
with a bitwise OR.Expression that concatenates the output of other String Expressions.Expression that combines the result
of two other boolean expressions with a logical AND.Expression implementation that evaluates a boolean (condition) expression
and, depending if the result was true or false, evaluates the first or second expression delegate.Expression that combines the results of two other
boolean expressions with a logical OR.Expression adapter that uses a Converter for converting
the result of a given expression (e.g. to a different type).TypeArithmetic implementation for the Date class.ScriptContext interface.Expression that performs a division.Expression.Expression that compares two terms for equality of their results.Expression that checks if the result of one
expressions is less than the result of another one.Filter implementation based on a boolean filter Expression.Expression-related utility methods.Expression that evaluates if the first term is greater than the second.Expression that evaluates
if term1 is greater than or equal to term2.Expression that evaluates an index argument.Expression that tells if a value lies within a given range.Expression implementation that evaluates a method on a class or object.true, if a source expression returns null,
else false.Expression that performs a left shift.Expression that checks if the result of one
expressions is less than the result of another one.Expression that checks if the results of two other expressions are less or equal.Expression that evaluates to the logical complement of another expression's result.Expression implementation that calculates the minimum of several values.Expression that performs a modulo operation.Expression that multiplies the results of two other numerical expressions.Expression that checks for inequality.Expression implementation that instantiates a Java object by constructor invocation.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']
Expression implementation that evaluates a qualified name as attributes of an object reference or
static fields of a Java class.Expression implementation that evaluates an invocation syntax on a qualified name
as static method call or call on an object reference.Expression that performs a right shift.Expression implementation that performs a static method call.Expression that performs a subtraction.TypeArithmetic implementation for Time objects.TypeArithmetic implementation for the Date type.Expression implementation that evaluates another expression and converts its results.Expression that serves as parent class for expressions that evaluate a single term.Expression which calculates the unary minus operation.Expression proxy which unescapes the output of its source.Expression that performs an unsigned right shift (>>>).Expression which tells if a value is contained in a given collection.Comparator which compares WeightedSample objects by their 'weight' property value.Expressions that wrap other expressions.Copyright © 2011–2014 Volker Bergmann. All rights reserved.