Uses of Class
com.google.javascript.rhino.jstype.JSType.SubtypingMode
-
Packages that use JSType.SubtypingMode Package Description com.google.javascript.rhino.jstype -
-
Uses of JSType.SubtypingMode in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return JSType.SubtypingMode Modifier and Type Method Description static JSType.SubtypingModeJSType.SubtypingMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JSType.SubtypingMode[]JSType.SubtypingMode. 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 JSType.SubtypingMode Modifier and Type Method Description booleanJSType. isSubtype(JSType supertype, JSType.SubtypingMode mode)Deprecated.PreferJSType.isSubtype(JSType)instead.booleanJSType. isSubtypeOf(JSType supertype, JSType.SubtypingMode mode)
-