Package org.databene.benerator.engine.expression

Class Summary
BeneratorLocaleExpression Evaluates a string expression for a Locale string, if none is set, it picks Benerator's default Locale.
CachedExpression<E> Caches the result of another expression and returns it on subsequent calls without evaluating the other expression again.
ErrorHandlerExpression Parses an onError attribute in an XML descriptor element.
GeneratorExpression<E> Expression implementation that evaluates to a Generator.
ScriptableExpression Evaluates a string which may be a script (indicated by {}).
ScriptableLiteral Expression that evaluates a text as a literal; if it encounters a script expression (like {settings.base}) it evaluates the script and parses its result.
ScriptExpression<E> Expression that evaluates a script.
StringScriptExpression Expression that resolves a script as String.
TypedScriptExpression<E> Expression implementation that evaluates a script.
 



Copyright © 2013. All Rights Reserved.