Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Node,RemoveUnusedVars.Assign> |
RemoveUnusedVars.assignsByNode
The assigns, indexed by the NAME node that they assign to.
|
private com.google.common.collect.Multimap<Var,RemoveUnusedVars.Assign> |
RemoveUnusedVars.assignsByVar
Keep track of assigns to variables that we haven't referenced.
|
Modifier and Type | Method and Description |
---|---|
(package private) static RemoveUnusedVars.Assign |
RemoveUnusedVars.Assign.maybeCreateAssign(Node assignNode)
If this is an assign to a variable or its property, return it.
|