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

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

Uses of ClassProxy in orc.runtime.sites.java
 

Methods in orc.runtime.sites.java that return ClassProxy
static ClassProxy ClassProxy.forClass(java.lang.Class c)
          These objects are cached so that instances of a class can share the same method handles.