| 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,InlineFunctions.Reference> |
InlineFunctions.FunctionState.references |
| Modifier and Type | Method and Description |
|---|---|
InlineFunctions.Reference |
InlineFunctions.FunctionState.getReference(Node n) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InlineFunctions.Reference> |
InlineFunctions.FunctionState.getReferences() |
private java.util.Map<Node,InlineFunctions.Reference> |
InlineFunctions.FunctionState.getReferencesInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
InlineFunctions.FunctionState.addReference(InlineFunctions.Reference ref) |
private void |
InlineFunctions.Inline.inlineFunction(NodeTraversal t,
InlineFunctions.Reference ref,
InlineFunctions.FunctionState fs)
Inline a function into the call site.
|