org.apache.batik.script.rhino
protected static class RhinoInterpreter.Entry extends Object
Field Summary | |
---|---|
Script | script
The compiled script. |
String | str
The script string. |
Constructor Summary | |
---|---|
Entry(String str, Script script)
Creates a new script cache entry object. |