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