Class RhinoInterpreter.Entry

java.lang.Object
org.apache.batik.bridge.RhinoInterpreter.Entry
Enclosing class:
RhinoInterpreter

protected static class RhinoInterpreter.Entry extends Object
Class to store cached compiled scripts.
  • Field Details

    • str

      public String str
      The script string.
    • script

      public org.mozilla.javascript.Script script
      The compiled script.
  • Constructor Details

    • Entry

      public Entry(String str, org.mozilla.javascript.Script script)
      Creates a new script cache entry object.