|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.databene.script.expression.DynamicExpression<E>
org.databene.benerator.engine.expression.GeneratorExpression<E>
public class GeneratorExpression<E>
Expression
implementation that evaluates to a Generator
.
Created at 23.07.2009 15:17:04
Constructor Summary | |
---|---|
GeneratorExpression(Generator<E> generator)
|
Method Summary | |
---|---|
E |
evaluate(org.databene.commons.Context context)
|
Methods inherited from class org.databene.script.expression.DynamicExpression |
---|
isConstant |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneratorExpression(Generator<E> generator)
Method Detail |
---|
public E evaluate(org.databene.commons.Context context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |