Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private LinkedFlowScope |
LinkedFlowScope.FlatFlowScopeCache.linkedEquivalent |
private LinkedFlowScope |
LinkedFlowScope.parent |
Modifier and Type | Method and Description |
---|---|
static LinkedFlowScope |
LinkedFlowScope.createEntryLattice(TypedScope scope)
Creates an entry lattice for the flow.
|
LinkedFlowScope |
LinkedFlowScope.optimize()
Remove flow scopes that add nothing to the flow.
|
Constructor and Description |
---|
FlatFlowScopeCache(LinkedFlowScope directParent) |
FlatFlowScopeCache(LinkedFlowScope joinedScopeA,
LinkedFlowScope joinedScopeB) |
LinkedFlowScope(LinkedFlowScope.FlatFlowScopeCache cache,
LinkedFlowScope directParent) |
LinkedFlowScope(LinkedFlowScope directParent) |