| Package | Description |
|---|---|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
JSTypeRegistry.PropDefinitionKind |
JSTypeRegistry.canPropertyBeDefined(JSType type,
java.lang.String propertyName)
Returns whether the given property can possibly be set on the given type.
|
static JSTypeRegistry.PropDefinitionKind |
JSTypeRegistry.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.
|
Copyright © 2009-2019 Google. All Rights Reserved.