| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| java.util |
| Modifier and Type | Class and Description |
|---|---|
private class |
AmbiguateProperties.JSTypeBitSet |
| Modifier and Type | Field and Description |
|---|---|
private BitSet |
FileInstrumentationData.instrumentedBits |
private BitSet |
LiveVariablesAnalysis.LiveVariableLattice.liveSet |
| Modifier and Type | Method and Description |
|---|---|
private BitSet |
AmbiguateProperties.getRelatedTypesOnNonUnion(JSType type) |
| Modifier and Type | Method and Description |
|---|---|
private void |
LiveVariablesAnalysis.addToSetIfLocal(Node node,
BitSet set) |
private void |
LiveVariablesAnalysis.computeGenKill(Node n,
BitSet gen,
BitSet kill,
boolean conditional)
Computes the GEN and KILL set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BitSet.and(BitSet set) |
void |
BitSet.andNot(BitSet set) |
boolean |
BitSet.intersects(BitSet set) |
void |
BitSet.or(BitSet set) |
void |
BitSet.xor(BitSet set) |