public class StaticMethodCallExpression extends DynamicExpression<Object>
| Constructor and Description |
|---|
StaticMethodCallExpression(Class<?> targetClass,
String methodName,
Expression<?>... argExpressions) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(org.databene.commons.Context context) |
isConstantpublic StaticMethodCallExpression(Class<?> targetClass, String methodName, Expression<?>... argExpressions)
public Object evaluate(org.databene.commons.Context context)
Copyright © 2011–2014 Volker Bergmann. All rights reserved.