| Package | Description |
|---|---|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectType.PropertyOptionality |
ObjectType.PropertyOptionality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjectType.PropertyOptionality[] |
ObjectType.PropertyOptionality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
ObjectType.isStructuralSubtypeHelper(ObjectType typeA,
ObjectType typeB,
com.google.javascript.rhino.jstype.JSType.ImplCache implicitImplCache,
JSType.SubtypingMode subtypingMode,
ObjectType.PropertyOptionality optionality) |
Copyright © 2009-2019 Google. All Rights Reserved.