Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Field and Description |
---|---|
private FunctionType.PropAccess |
FunctionType.propAccess
Whether the instances are structs, dicts, or unrestricted.
|
Modifier and Type | Method and Description |
---|---|
static FunctionType.PropAccess |
FunctionType.PropAccess.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FunctionType.PropAccess[] |
FunctionType.PropAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|