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(String propertyName) Checks whether the property whose name is given is present directly on the object.EnumElementType.getPropertyKind(String propertyName, boolean autobox) JSType.getPropertyKind(String pname) Checks whether the property is present on the object.JSType.getPropertyKind(String pname, boolean autobox) Checks whether the property is present on the object.ObjectType.getPropertyKind(String propertyName, boolean autobox) final JSType.HasPropertyKindProxyObjectType.getPropertyKind(String propertyName, boolean autobox) UnionType.getPropertyKind(String 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.