net.sf.jasperreports.compilers
Class JavaScriptEvaluatorScope.JSVariable

java.lang.Object
  extended by net.sf.jasperreports.compilers.JavaScriptEvaluatorScope.JSValue
      extended by net.sf.jasperreports.compilers.JavaScriptEvaluatorScope.JSVariable
Enclosing class:
JavaScriptEvaluatorScope

public static class JavaScriptEvaluatorScope.JSVariable
extends JavaScriptEvaluatorScope.JSValue

Variable class used in JavaScript expressions.


Constructor Summary
JavaScriptEvaluatorScope.JSVariable(JRFillVariable variable, org.mozilla.javascript.ScriptableObject scope)
           
 
Method Summary
 java.lang.Object getEstimatedValue()
           
 java.lang.Object getOldValue()
           
 java.lang.Object getValue()
           
 
Methods inherited from class net.sf.jasperreports.compilers.JavaScriptEvaluatorScope.JSValue
toJSValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptEvaluatorScope.JSVariable

public JavaScriptEvaluatorScope.JSVariable(JRFillVariable variable,
                                           org.mozilla.javascript.ScriptableObject scope)
Method Detail

getValue

public java.lang.Object getValue()

getOldValue

public java.lang.Object getOldValue()

getEstimatedValue

public java.lang.Object getEstimatedValue()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com