org.apache.batik.bridge
Class RhinoInterpreter.Entry
java.lang.Object
org.apache.batik.bridge.RhinoInterpreter.Entry
- Enclosing class:
- RhinoInterpreter
protected static class RhinoInterpreter.Entry
- extends Object
Class to store cached compiled scripts.
Field Summary |
org.mozilla.javascript.Script |
script
The compiled script. |
String |
str
The script string. |
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 org.mozilla.javascript.Script script
- The compiled script.
RhinoInterpreter.Entry
public RhinoInterpreter.Entry(String str,
org.mozilla.javascript.Script script)
- Creates a new script cache entry object.
Copyright © 2017 Apache Software Foundation. All Rights Reserved.