org.apache.batik.script.rhino
Class RhinoInterpreter.Entry
java.lang.Object
org.apache.batik.script.rhino.RhinoInterpreter.Entry
- Enclosing class:
- RhinoInterpreter
protected static class RhinoInterpreter.Entry
- extends Object
Class to store cached compiled scripts.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
str
public String str
- The script string.
script
public Script script
- The compiled script.
RhinoInterpreter.Entry
public RhinoInterpreter.Entry(String str,
Script script)
- Creates a new script cache entry object.
Copyright © 2008 Apache Software Foundation. All Rights Reserved.