Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
Modifier and Type | Field and Description |
---|---|
private UnionFind<JSType> |
DisambiguateProperties.Property.types
All top types on which the field exists, grouped together if related.
|
Modifier and Type | Method and Description |
---|---|
(package private) UnionFind<JSType> |
DisambiguateProperties.Property.getTypes()
Returns the types on which this field is referenced.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardUnionFind<E>
A Union-Find implementation.
|
Constructor and Description |
---|
StandardUnionFind(UnionFind<E> other)
Creates an UnionFind structure being a copy of other structure.
|