|
||||||||||
| 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.QNInvocationExpression
public class QNInvocationExpression
Expression implementation that evaluates an invocation syntax on a qualified name
as static method call or call on an object reference.
Created at 07.10.2009 22:27:26
| Constructor Summary | |
|---|---|
QNInvocationExpression(java.lang.String[] qn,
Expression<?>[] argExpressions)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
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 QNInvocationExpression(java.lang.String[] qn,
Expression<?>[] argExpressions)
| Method Detail |
|---|
public java.lang.Object evaluate(Context context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||