|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.expression.DynamicExpression<java.lang.Object>
org.databene.benerator.script.InvocationExpression
public class InvocationExpression
Expression implementation that evaluates a method on a class or object.
Created at 07.10.2009 22:10:06
| Constructor Summary | |
|---|---|
InvocationExpression(org.databene.commons.Expression<?> target,
java.lang.String methodMame,
org.databene.commons.Expression<?>[] argExpressions)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(org.databene.commons.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 InvocationExpression(org.databene.commons.Expression<?> target,
java.lang.String methodMame,
org.databene.commons.Expression<?>[] argExpressions)
| Method Detail |
|---|
public java.lang.Object evaluate(org.databene.commons.Context context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||