Uses of Enum Class
com.google.javascript.rhino.jstype.JSTypeRegistry.PropDefinitionKind
Packages that use JSTypeRegistry.PropDefinitionKind
-
Uses of JSTypeRegistry.PropDefinitionKind in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return JSTypeRegistry.PropDefinitionKindModifier and TypeMethodDescriptionJSTypeRegistry.canPropertyBeDefined(JSType type, String propertyName) Returns whether the given property can possibly be set on the given type.Returns the enum constant of this class with the specified name.static JSTypeRegistry.PropDefinitionKind[]JSTypeRegistry.PropDefinitionKind.values()Returns an array containing the constants of this enum class, in the order they are declared.