org.apache.batik.script.rhino
protected static class RhinoInterpreter.Entry extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.mozilla.javascript.Script |
script
The compiled script.
|
java.lang.String |
str
The script string.
|
Constructor and Description |
---|
RhinoInterpreter.Entry(java.lang.String str,
org.mozilla.javascript.Script script)
Creates a new script cache entry object.
|
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.