/**
 * $Id: BSHExpressionHeader.txt,v 1.4 2003/05/07 20:27:26 taqua Exp $
 */
import com.jrefinery.report.*;
import com.jrefinery.report.util.Log;
import java.util.Properties;

/**
 * The datarow is set before evaluation is started, use this as source for all evaluations.
 */
DataRow dataRow;
Properties properties;

Object getValue ()
{
  return null;
}
