Package org.apache.batik.bridge
Class RhinoInterpreter.Entry
java.lang.Object
org.apache.batik.bridge.RhinoInterpreter.Entry
- Enclosing class:
- RhinoInterpreter
Class to store cached compiled scripts.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
str
The script string. -
script
public org.mozilla.javascript.Script scriptThe compiled script.
-
-
Constructor Details
-
Entry
Creates a new script cache entry object.
-