| 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,FunctionTypeBuilder.AstFunctionContents> |
TypedScopeCreator.FirstOrderFunctionAnalyzer.data |
private java.util.Map<Node,FunctionTypeBuilder.AstFunctionContents> |
TypedScopeCreator.functionAnalysisResults |
| Modifier and Type | Method and Description |
|---|---|
private FunctionTypeBuilder.AstFunctionContents |
TypedScopeCreator.getFunctionAnalysisResults(Node n) |
| Constructor and Description |
|---|
FirstOrderFunctionAnalyzer(AbstractCompiler compiler,
java.util.Map<Node,FunctionTypeBuilder.AstFunctionContents> outParam) |