Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Field and Description |
---|---|
private static PropertyMap |
PropertyMap.EMPTY_MAP |
private PropertyMap |
PrototypeObjectType.properties |
Modifier and Type | Field and Description |
---|---|
private static com.google.common.base.Function<ObjectType,PropertyMap> |
PropertyMap.PROP_MAP_FROM_TYPE |
Modifier and Type | Method and Description |
---|---|
(package private) PropertyMap |
PropertyMap.getPrimaryParent()
Returns the direct parent of this property map.
|
(package private) PropertyMap |
PrototypeObjectType.getPropertyMap() |
(package private) PropertyMap |
ProxyObjectType.getPropertyMap() |
(package private) PropertyMap |
ObjectType.getPropertyMap()
Returns the property map that manages the set of properties for an object.
|
PropertyMap |
EnumElementType.getPropertyMap() |
(package private) static PropertyMap |
PropertyMap.immutableEmptyMap() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Iterable<PropertyMap> |
PropertyMap.getSecondaryParents()
Returns the secondary parents of this property map, for interfaces that
need multiple inheritance.
|