Uses of Class
org.databene.commons.expression.DynamicExpression

Packages that use DynamicExpression
org.databene.benerator.engine.expression   
org.databene.benerator.engine.expression.context   
org.databene.benerator.engine.expression.xml   
org.databene.benerator.engine.parser.xml   
org.databene.benerator.script   
org.databene.commons.expression Provides implementation and framework for org.databene.model.Expression 
 

Uses of DynamicExpression in org.databene.benerator.engine.expression
 

Subclasses of DynamicExpression in org.databene.benerator.engine.expression
 class ErrorHandlerExpression
          Parses an onError attribute in an XML descriptor element.
 class GeneratorExpression<E>
          Expression implementation that evaluates to a Generator.
 class ScriptableExpression
          Evaluates a string which may be a script (indicated by {}).
 class ScriptExpression<E>
          Expression that evaluates a script.
 

Uses of DynamicExpression in org.databene.benerator.engine.expression.context
 

Subclasses of DynamicExpression in org.databene.benerator.engine.expression.context
 class ContextReference
          Represents and resolves a reference to an object in a Context.
 class DefaultPageSizeExpression
          Evaluates to the default page size of the BeneratorContext.
 class ExecutorServiceExpression
          Expression that returns the ExecutorService of the BeneratorContext.
 

Uses of DynamicExpression in org.databene.benerator.engine.expression.xml
 

Subclasses of DynamicExpression in org.databene.benerator.engine.expression.xml
 class XMLConsumerExpression
          Parses a Consumer specification in an XML element in a descriptor file.
 

Uses of DynamicExpression in org.databene.benerator.engine.parser.xml
 

Subclasses of DynamicExpression in org.databene.benerator.engine.parser.xml
static class PropertyParser.SourceExpression<E>
          Evaluates a 'source' expression to a Generator.
 

Uses of DynamicExpression in org.databene.benerator.script
 

Subclasses of DynamicExpression in org.databene.benerator.script
 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 FieldExpression
          Evaluates an attribute of an object or class.
 class InvocationExpression
          Expression implementation that evaluates a method on a class or object.
 class ParametrizedConstruction<E>
          Expression implementation that instantiates a Java object by constructor invocation.
 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.
 

Uses of DynamicExpression in org.databene.commons.expression
 

Subclasses of DynamicExpression in org.databene.commons.expression
 class FeatureAccessExpression<E>
          Expression implementation that evaluates a feature value of an object.
 class StaticMethodCallExpression
          Expression implementation that performs a static method call.
 



Copyright © 2010. All Rights Reserved.