Uses of Enum Class
com.google.javascript.rhino.jstype.JSType.SubtypingMode
Packages that use JSType.SubtypingMode
-
Uses of JSType.SubtypingMode in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return JSType.SubtypingModeModifier and TypeMethodDescriptionstatic JSType.SubtypingModeReturns the enum constant of this class with the specified name.static JSType.SubtypingMode[]JSType.SubtypingMode.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 JSType.SubtypingModeModifier and TypeMethodDescriptionfinal booleanJSType.isSubtype(JSType supertype, JSType.SubtypingMode mode) Deprecated.final booleanJSType.isSubtypeOf(JSType supertype, JSType.SubtypingMode mode)
JSType.isSubtype(JSType)instead.