Uses of Class
orc.runtime.sites.java.MethodHandle

Packages that use MethodHandle
orc.runtime.sites.java Wrappers which enable using Java objects and classes as Orc sites. 
 

Uses of MethodHandle in orc.runtime.sites.java
 

Methods in orc.runtime.sites.java that return MethodHandle
 MethodHandle ClassProxy.getMethod(Token token, java.lang.String methodName)
          Look up a method by name.
 

Constructors in orc.runtime.sites.java with parameters of type MethodHandle
MethodProxy(java.lang.Object instance, MethodHandle delegate)