org.databene.benerator.engine.expression.context
Class ContextReference

java.lang.Object
  extended by org.databene.script.expression.DynamicExpression<java.lang.Object>
      extended by org.databene.benerator.engine.expression.context.ContextReference
All Implemented Interfaces:
org.databene.script.Expression<java.lang.Object>

public class ContextReference
extends org.databene.script.expression.DynamicExpression<java.lang.Object>

Represents and resolves a reference to an object in a Context.

Created: 25.10.2009 09:33:35

Since:
0.6.0
Author:
Volker Bergmann

Constructor Summary
ContextReference(java.lang.String ref)
           
 
Method Summary
 java.lang.Object evaluate(org.databene.commons.Context context)
           
 
Methods inherited from class org.databene.script.expression.DynamicExpression
isConstant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextReference

public ContextReference(java.lang.String ref)
Method Detail

evaluate

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


Copyright © 2013. All Rights Reserved.