|
||||||||||
| 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.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(Context context)
|
| 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 GeneratorExpression(Generator<E> generator)
| Method Detail |
|---|
public E evaluate(Context context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||