| Package | Description |
|---|---|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Field and Description |
|---|---|
private Property |
FunctionType.prototypeSlot
The
prototype property. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,Property> |
PropertyMap.properties |
| Modifier and Type | Method and Description |
|---|---|
Property |
Property.getDeclaration() |
(package private) Property |
PropertyMap.getOwnProperty(java.lang.String propertyName) |
Property |
ObjectType.getOwnSlot(java.lang.String name) |
Property |
FunctionType.getSlot(java.lang.String name) |
Property |
ObjectType.getSlot(java.lang.String name)
Default getSlot implementation.
|
(package private) Property |
PropertyMap.getSlot(java.lang.String name) |
Property |
Property.getSymbol() |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.Iterable<Property> |
PropertyMap.values() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
PropertyMap.putProperty(java.lang.String name,
Property newProp) |
| Constructor and Description |
|---|
PropertyMap(java.util.Map<java.lang.String,Property> underlyingMap) |