Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
static class |
JoinOp.BinaryJoinOp<L extends LatticeElement>
An implementation of
JoinOp that makes it easy to join to
lattice elements at a time. |
(package private) static class |
LinkedFlowScope.FlowScopeJoinOp
Join the two FlowScopes.
|
private static class |
LiveVariablesAnalysis.LiveVariableJoinOp |
private static class |
MaybeReachingVariableUse.ReachingUsesJoinOp
The join is a simple union because of the "may be" nature of the analysis.
|
private static class |
MustBeReachingVariableDef.MustDefJoin |
Modifier and Type | Field and Description |
---|---|
(package private) JoinOp<L> |
DataFlowAnalysis.joinOp |
Constructor and Description |
---|
BranchedForwardDataFlowAnalysis(ControlFlowGraph<N> targetCfg,
JoinOp<L> joinOp) |
DataFlowAnalysis(ControlFlowGraph<N> targetCfg,
JoinOp<L> joinOp)
Constructs a data flow analysis.
|