Uses of Class
org.mozilla.javascript.NativePromise.State
-
Packages that use NativePromise.State Package Description org.mozilla.javascript -
-
Uses of NativePromise.State in org.mozilla.javascript
Fields in org.mozilla.javascript declared as NativePromise.State Modifier and Type Field Description private NativePromise.State
NativePromise. state
Methods in org.mozilla.javascript that return NativePromise.State Modifier and Type Method Description static NativePromise.State
NativePromise.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NativePromise.State[]
NativePromise.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-