Package orc.runtime.sites.java

Wrappers which enable using Java objects and classes as Orc sites.

See:
          Description

Class Summary
ClassProxy  
ConstructorHandle  
FieldProxy  
InvokableHandle<M> Share common functionality of MethodHandle and ConstructorHandle.
MatchProxy  
MethodHandle Java has method overloading so this may actually call one of several methods depending on the number and type of arguments.
MethodProxy Allow a Java method to be used as an Orc site.
ObjectProxy A Java object being used as an Orc Site.
ThreadedObjectProxy Objects whose methods should always be called in new threads.
 

Enum Summary
InvokableHandle.Type  
 

Package orc.runtime.sites.java Description

Wrappers which enable using Java objects and classes as Orc sites. In Orc programs such sites are instantiated using the "class" declaration.