Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
(package private) AmbiguateProperties.JSTypeBitSet |
AmbiguateProperties.PropertySubGraph.relatedTypes
Types related to properties referenced in this subgraph.
|
(package private) AmbiguateProperties.JSTypeBitSet |
AmbiguateProperties.Property.relatedTypes |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<JSType,AmbiguateProperties.JSTypeBitSet> |
AmbiguateProperties.relatedBitsets
A map from JSType to JSTypeBitSet representing the types related
to the type.
|
Modifier and Type | Method and Description |
---|---|
private void |
AmbiguateProperties.addRelatedInstance(FunctionType constructor,
AmbiguateProperties.JSTypeBitSet related)
Adds the instance of the given constructor, its implicit prototype and all
its related types to the given bit set.
|