Uses of Enum Class
com.google.javascript.rhino.jstype.JSTypeNative
Packages that use JSTypeNative
-
Uses of JSTypeNative in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return JSTypeNativeModifier and TypeMethodDescriptionstatic JSTypeNativeReturns the enum constant of this class with the specified name.static JSTypeNative[]JSTypeNative.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.rhino.jstype with parameters of type JSTypeNativeModifier and TypeMethodDescriptionJSTypeRegistry.createUnionType(JSTypeNative... variants) Creates a union type whose variants are the built-in types specified by the arguments.JSTypeRegistry.getNativeFunctionType(JSTypeNative typeId) JSTypeRegistry.getNativeObjectType(JSTypeNative typeId) JSTypeRegistry.getNativeType(JSTypeNative typeId)