public class QNInvocationExpression extends DynamicExpression<Object>
Expression implementation that evaluates an invocation syntax on a qualified name
as static method call or call on an object reference.| Constructor and Description |
|---|
QNInvocationExpression(String[] qn,
Expression<?>[] argExpressions) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(org.databene.commons.Context context) |
String |
toString() |
isConstantCopyright © 2011–2014 Volker Bergmann. All rights reserved.