Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DataFlowAnalysis.BranchedForwardDataFlowAnalysis<N,L extends LatticeElement> |
(package private) class |
LiveVariablesAnalysis
Compute the "liveness" of all local variables.
|
(package private) class |
MaybeReachingVariableUse
Computes "may be" reaching use for all definitions of each variables.
|
(package private) class |
MustBeReachingVariableDef
Computes reaching definition for all use of each variables.
|
(package private) class |
TypeInference
Type inference within a script node or a function body, using the data-flow
analysis framework.
|