| Package | Description |
|---|---|
| com.google.gwt.dev.javac |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,MemoryUnitCache.UnitCacheEntry> |
MemoryUnitCache.unitMap
References to all
CompilationUnit objects loaded from the
persistent store, and any new ones added to the store as well. |
protected Map<com.google.gwt.dev.javac.ContentId,MemoryUnitCache.UnitCacheEntry> |
MemoryUnitCache.unitMapByContentId
References
CompilationUnit objects by ContentId, which is
composed of the type name and a hash on the source code contents. |
Copyright © 2018. All rights reserved.