org.databene.benerator.script
Class QNInvocationExpression

java.lang.Object
  extended by org.databene.commons.expression.DynamicExpression<java.lang.Object>
      extended by org.databene.benerator.script.QNInvocationExpression
All Implemented Interfaces:
org.databene.commons.Expression<java.lang.Object>

public class QNInvocationExpression
extends org.databene.commons.expression.DynamicExpression<java.lang.Object>

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

Since:
0.6.0
Author:
Volker Bergmann

Constructor Summary
QNInvocationExpression(java.lang.String[] qn, org.databene.commons.Expression<?>[] argExpressions)
           
 
Method Summary
 java.lang.Object evaluate(org.databene.commons.Context context)
           
 java.lang.String toString()
           
 
Methods inherited from class org.databene.commons.expression.DynamicExpression
isConstant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QNInvocationExpression

public QNInvocationExpression(java.lang.String[] qn,
                              org.databene.commons.Expression<?>[] argExpressions)
Method Detail

evaluate

public java.lang.Object evaluate(org.databene.commons.Context context)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.