|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcode.table.ModuleTable.Pair
private static class ModuleTable.Pair
Objects of this class represent an entry of the module table. A table entry holds both a module and the module's symbol table.
| Field Summary | |
|---|---|
private CurryModule |
module
|
private SymbolTable |
symbolTable
|
| Constructor Summary | |
|---|---|
private |
ModuleTable.Pair(CurryModule module)
|
private |
ModuleTable.Pair(java.lang.String moduleName)
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private CurryModule module
private SymbolTable symbolTable
| Constructor Detail |
|---|
private ModuleTable.Pair(CurryModule module)
private ModuleTable.Pair(java.lang.String moduleName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||