| Package | Description |
|---|---|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
JSType.HasPropertyKind |
ObjectType.getOwnPropertyKind(java.lang.String propertyName)
Checks whether the property whose name is given is present directly on
the object.
|
JSType.HasPropertyKind |
JSType.getPropertyKind(java.lang.String pname)
Checks whether the property is present on the object.
|
JSType.HasPropertyKind |
UnionType.getPropertyKind(java.lang.String pname,
boolean autobox) |
JSType.HasPropertyKind |
ObjectType.getPropertyKind(java.lang.String propertyName,
boolean autobox) |
JSType.HasPropertyKind |
EnumElementType.getPropertyKind(java.lang.String propertyName,
boolean autobox) |
JSType.HasPropertyKind |
JSType.getPropertyKind(java.lang.String pname,
boolean autobox)
Checks whether the property is present on the object.
|
JSType.HasPropertyKind |
ProxyObjectType.getPropertyKind(java.lang.String propertyName,
boolean autobox) |
static JSType.HasPropertyKind |
JSType.HasPropertyKind.of(boolean has) |
static JSType.HasPropertyKind |
JSType.HasPropertyKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSType.HasPropertyKind[] |
JSType.HasPropertyKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009-2018 Google. All Rights Reserved.