|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.expression.DynamicExpression<E>
org.databene.benerator.script.Construction<E>
org.databene.benerator.script.ParametrizedConstruction<E>
public class ParametrizedConstruction<E>
Expression implementation that instantiates a Java object by constructor invocation.
Created at 06.10.2009 11:48:59
| Field Summary |
|---|
| Fields inherited from class org.databene.benerator.script.Construction |
|---|
className |
| Constructor Summary | |
|---|---|
ParametrizedConstruction(java.lang.String className,
Expression<?>[] argumentExpressions)
|
|
| Method Summary | |
|---|---|
boolean |
classExists(Context context)
|
E |
evaluate(Context context)
|
| Methods inherited from class org.databene.benerator.script.Construction |
|---|
getClassName, getType |
| Methods inherited from class org.databene.commons.expression.DynamicExpression |
|---|
isConstant |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParametrizedConstruction(java.lang.String className,
Expression<?>[] argumentExpressions)
| Method Detail |
|---|
public E evaluate(Context context)
public boolean classExists(Context context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||