org.jikesrvm.classloader
Class InterfaceInvocation.IMTDict.Link

java.lang.Object
  extended by org.jikesrvm.classloader.InterfaceInvocation.IMTDict.Link
Enclosing class:
InterfaceInvocation.IMTDict

private static final class InterfaceInvocation.IMTDict.Link
extends Object


Field Summary
(package private)  RVMMethod method
           
(package private)  InterfaceInvocation.IMTDict.Link next
           
(package private)  InterfaceMethodSignature signature
           
 
Constructor Summary
InterfaceInvocation.IMTDict.Link(InterfaceMethodSignature sig, RVMMethod m, InterfaceInvocation.IMTDict.Link n)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signature

final InterfaceMethodSignature signature

method

final RVMMethod method

next

InterfaceInvocation.IMTDict.Link next
Constructor Detail

InterfaceInvocation.IMTDict.Link

InterfaceInvocation.IMTDict.Link(InterfaceMethodSignature sig,
                                 RVMMethod m,
                                 InterfaceInvocation.IMTDict.Link n)