protected static class RhinoInterpreter.Entry extends Object
| Modifier and Type | Field and Description |
|---|---|
org.mozilla.javascript.Script |
script
The compiled script.
|
String |
str
The script string.
|
| Constructor and Description |
|---|
RhinoInterpreter.Entry(String str,
org.mozilla.javascript.Script script)
Creates a new script cache entry object.
|
Copyright © 2000–2019 Apache Software Foundation. All rights reserved.