Uses of Class
orc.runtime.sites.java.InvokableHandle.Type

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

Uses of InvokableHandle.Type in orc.runtime.sites.java
 

Methods in orc.runtime.sites.java that return InvokableHandle.Type
static InvokableHandle.Type InvokableHandle.classToType(java.lang.Class type)
           
static InvokableHandle.Type InvokableHandle.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InvokableHandle.Type[] InvokableHandle.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.