|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CGFCollectionMap | |
| org.multijava.mjc | Implements mjc, a MultiJava compiler. |
| Uses of CGFCollectionMap in org.multijava.mjc |
| Fields in org.multijava.mjc declared as CGFCollectionMap | |
private CGFCollectionMap |
JCompilationUnit.inScopeGenFuncMap
Maps from identifiers to sets of external generic function collections that are in scope for this compilation unit. |
private CGFCollectionMap |
CCompilationUnit.loadedGFCollections
Maps from identifiers to sets of external generic function collections that are in scope and loaded for this compilation unit. |
| Methods in org.multijava.mjc with parameters of type CGFCollectionMap | |
void |
CCompilationUnit.update(JClassOrGFImportType[] importedClasses,
JClassOrGFImportType[] importedGFs,
JPackageImportType[] importedPackages,
Hashtable loadedClasses,
CGFCollectionMap loadedGFCollections)
Updates the compilation unit after completion of grouping open methods. |
|
JML | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||