Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
MaybeReachingVariableUse.ReachingUses |
MaybeReachingVariableUse.ReachingUsesJoinOp.apply(java.util.List<MaybeReachingVariableUse.ReachingUses> from) |
(package private) MaybeReachingVariableUse.ReachingUses |
MaybeReachingVariableUse.createEntryLattice() |
(package private) MaybeReachingVariableUse.ReachingUses |
MaybeReachingVariableUse.createInitialEstimateLattice() |
(package private) MaybeReachingVariableUse.ReachingUses |
MaybeReachingVariableUse.flowThrough(Node n,
MaybeReachingVariableUse.ReachingUses input) |
Modifier and Type | Method and Description |
---|---|
private void |
MaybeReachingVariableUse.addToUseIfLocal(java.lang.String name,
Node node,
MaybeReachingVariableUse.ReachingUses use)
Sets the variable for the given name to the node value in the upward
exposed lattice.
|
private void |
MaybeReachingVariableUse.computeMayUse(Node n,
Node cfgNode,
MaybeReachingVariableUse.ReachingUses output,
boolean conditional) |
(package private) MaybeReachingVariableUse.ReachingUses |
MaybeReachingVariableUse.flowThrough(Node n,
MaybeReachingVariableUse.ReachingUses input) |
private void |
MaybeReachingVariableUse.removeFromUseIfLocal(java.lang.String name,
MaybeReachingVariableUse.ReachingUses use)
Removes the variable for the given name from the node value in the upward
exposed lattice.
|
Modifier and Type | Method and Description |
---|---|
MaybeReachingVariableUse.ReachingUses |
MaybeReachingVariableUse.ReachingUsesJoinOp.apply(java.util.List<MaybeReachingVariableUse.ReachingUses> from) |
Constructor and Description |
---|
ReachingUses(MaybeReachingVariableUse.ReachingUses other)
Copy constructor.
|