public class InvocationExpression extends DynamicExpression<Object>
Expression implementation that evaluates a method on a class or object.| Constructor and Description |
|---|
InvocationExpression(Expression<?> target,
String methodMame,
Expression<?>[] argExpressions) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(org.databene.commons.Context context) |
isConstantpublic InvocationExpression(Expression<?> target, String methodMame, Expression<?>[] argExpressions)
public Object evaluate(org.databene.commons.Context context)
Copyright © 2011–2014 Volker Bergmann. All rights reserved.