Uses of Class
org.mozilla.javascript.ScriptRuntime.StringIdOrIndex
-
Packages that use ScriptRuntime.StringIdOrIndex Package Description org.mozilla.javascript -
-
Uses of ScriptRuntime.StringIdOrIndex in org.mozilla.javascript
Methods in org.mozilla.javascript that return ScriptRuntime.StringIdOrIndex Modifier and Type Method Description static ScriptRuntime.StringIdOrIndex
ScriptRuntime. toStringIdOrIndex(java.lang.Object id)
If id is a number or a string presentation of an int32 value, then id the returning StringIdOrIndex has the index set, otherwise the stringId is set.
-