Uses of Class
com.google.javascript.rhino.jstype.JSTypeNative
-
Packages that use JSTypeNative Package Description com.google.javascript.rhino.jstype -
-
Uses of JSTypeNative in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return JSTypeNative Modifier and Type Method Description static JSTypeNativeJSTypeNative. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JSTypeNative[]JSTypeNative. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.rhino.jstype with parameters of type JSTypeNative Modifier and Type Method Description JSTypeJSTypeRegistry. createUnionType(JSTypeNative... variants)Creates a union type whose variants are the built-in types specified by the arguments.FunctionTypeJSTypeRegistry. getNativeFunctionType(JSTypeNative typeId)ObjectTypeJSTypeRegistry. getNativeObjectType(JSTypeNative typeId)JSTypeJSTypeRegistry. getNativeType(JSTypeNative typeId)
-