Uses of Enum Class
com.google.javascript.rhino.jstype.JSType.HasPropertyKind
Packages that use JSType.HasPropertyKind
-
Uses of JSType.HasPropertyKind in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return JSType.HasPropertyKindModifier and TypeMethodDescriptionfinal JSType.HasPropertyKindObjectType.getOwnPropertyKind(Property.Key propertyName) Checks whether the property whose name is given is present directly on the object.final JSType.HasPropertyKindObjectType.getOwnPropertyKind(String propertyName) Checks whether the property whose name is given is present directly on the object.EnumElementType.getPropertyKind(Property.Key propertyName, boolean autobox) JSType.getPropertyKind(Property.Key pname) Checks whether the property is present on the object.JSType.getPropertyKind(Property.Key pname, boolean autobox) Checks whether the property is present on the object.final JSType.HasPropertyKindJSType.getPropertyKind(String pname) Checks whether the property is present on the object.final JSType.HasPropertyKindJSType.getPropertyKind(String pname, boolean autobox) Checks whether the property is present on the object.ObjectType.getPropertyKind(Property.Key propertyName, boolean autobox) final JSType.HasPropertyKindProxyObjectType.getPropertyKind(Property.Key propertyName, boolean autobox) UnionType.getPropertyKind(Property.Key pname, boolean autobox) static JSType.HasPropertyKindJSType.HasPropertyKind.of(boolean has) static JSType.HasPropertyKindReturns the enum constant of this class with the specified name.static JSType.HasPropertyKind[]JSType.HasPropertyKind.values()Returns an array containing the constants of this enum class, in the order they are declared.