org.apache.batik.script.rhino

Class RhinoInterpreter.Entry

protected static class RhinoInterpreter.Entry extends Object

Class to store cached compiled scripts.
Field Summary
Scriptscript
The compiled script.
Stringstr
The script string.
Constructor Summary
Entry(String str, Script script)
Creates a new script cache entry object.

Field Detail

script

public Script script
The compiled script.

str

public String str
The script string.

Constructor Detail

Entry

public Entry(String str, Script script)
Creates a new script cache entry object.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.