| Package | Description |
|---|---|
| org.jikesrvm.classloader |
Provides classes that implement the classloading system as well as
data types that represent Java entities like classes, fields, methods
and primitives.
|
| Modifier and Type | Field and Description |
|---|---|
private InterfaceInvocation.IMTDict.Link[] |
InterfaceInvocation.IMTDict.links |
(package private) InterfaceInvocation.IMTDict.Link |
InterfaceInvocation.IMTDict.Link.next |
| Constructor and Description |
|---|
Link(InterfaceMethodSignature sig,
RVMMethod m,
InterfaceInvocation.IMTDict.Link n) |