Class JavaScriptEvaluatorScope.JSVariable

java.lang.Object
net.sf.jasperreports.javascript.JavaScriptEvaluatorScope.JSValue
net.sf.jasperreports.javascript.JavaScriptEvaluatorScope.JSVariable
Enclosing class:
JavaScriptEvaluatorScope

public static class JavaScriptEvaluatorScope.JSVariable extends JavaScriptEvaluatorScope.JSValue
Variable class used in JavaScript expressions.
  • Constructor Details

    • JSVariable

      public JSVariable(JRFillVariable variable, org.mozilla.javascript.ScriptableObject scope)
  • Method Details

    • getValue

      public Object getValue()
    • getOldValue

      public Object getOldValue()
    • getEstimatedValue

      public Object getEstimatedValue()