| Package | Description |
|---|---|
| com.google.javascript.jscomp.deps |
Analyzes information about dependencies between files.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<JsFunctionParser.SymbolInfo> |
JsFunctionParser.symbols
Symbols parsed.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<JsFunctionParser.SymbolInfo> |
JsFunctionParser.parseFile(java.lang.String filePath,
java.lang.String fileContents)
Parses the given file and returns the dependency information that it
contained.
|
private java.util.Collection<JsFunctionParser.SymbolInfo> |
JsFunctionParser.parseReader(java.lang.String filePath,
java.io.Reader fileContents) |