|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.script.rhino.RhinoInterpreter.Entry
protected static class RhinoInterpreter.Entry
Class to store cached compiled scripts.
Field Summary | |
---|---|
org.mozilla.javascript.Script |
script
The compiled script. |
java.lang.String |
str
The script string. |
Constructor Summary | |
---|---|
RhinoInterpreter.Entry(java.lang.String str,
org.mozilla.javascript.Script script)
Creates a new script cache entry object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String str
public org.mozilla.javascript.Script script
Constructor Detail |
---|
public RhinoInterpreter.Entry(java.lang.String str, org.mozilla.javascript.Script script)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |