|
||||||||||
| 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 | |
|---|---|
Script |
script
The compiled script. |
java.lang.String |
str
The script string. |
| Constructor Summary | |
|---|---|
RhinoInterpreter.Entry(java.lang.String str,
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 Script script
| Constructor Detail |
|---|
public RhinoInterpreter.Entry(java.lang.String str,
Script script)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||