org.databene.benerator.script
Class FieldExpression

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

public class FieldExpression
extends DynamicExpression<java.lang.Object>

Evaluates an attribute of an object or class.

Created at 08.10.2009 10:20:10

Since:
0.6.0
Author:
Volker Bergmann

Constructor Summary
FieldExpression(Expression<?> targetEx, java.lang.String featureName)
           
 
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

FieldExpression

public FieldExpression(Expression<?> targetEx,
                       java.lang.String featureName)
Method Detail

evaluate

public java.lang.Object evaluate(Context context)


Copyright © 2010. All Rights Reserved.