protected static class RhinoInterpreter.Entry
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
org.mozilla.javascript.Script |
script |
The compiled script.
|
java.lang.String |
str |
The script string.
|
| Constructor | Description |
|---|---|
Entry(java.lang.String str,
org.mozilla.javascript.Script script) |
Creates a new script cache entry object.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.