|
|||||||||||
| 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
Class to store cached compiled scripts.
| Field Summary | |
Script |
script
The compiled script. |
String |
str
The script string. |
| Constructor Summary | |
RhinoInterpreter.Entry(String str,
Script script)
Creates a new script cache entry object. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public String str
public Script script
| Constructor Detail |
public RhinoInterpreter.Entry(String str,
Script script)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||