Uses of Enum Class
org.mozilla.javascript.NativePromise.ReactionType
Packages that use NativePromise.ReactionType
-
Uses of NativePromise.ReactionType in org.mozilla.javascript
Fields in org.mozilla.javascript declared as NativePromise.ReactionTypeModifier and TypeFieldDescription(package private) NativePromise.ReactionType
NativePromise.Reaction.reaction
Methods in org.mozilla.javascript that return NativePromise.ReactionTypeModifier and TypeMethodDescriptionstatic NativePromise.ReactionType
Returns the enum constant of this class with the specified name.static NativePromise.ReactionType[]
NativePromise.ReactionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mozilla.javascript with parameters of type NativePromise.ReactionTypeModifierConstructorDescription(package private)
Reaction
(NativePromise.Capability cap, NativePromise.ReactionType type, Callable handler)