Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<CrossModuleCodeMotion.Declaration> |
CrossModuleCodeMotion.NamedInfo.declarations |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Iterator<CrossModuleCodeMotion.Declaration> |
CrossModuleCodeMotion.NamedInfo.declarationIterator()
Returns an iterator over the declarations, in the order that they were
declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
CrossModuleCodeMotion.NamedInfo.addDeclaration(CrossModuleCodeMotion.Declaration d)
Add a declaration for this name.
|