Uses of Class
edu.vub.at.objects.mirrors.NativeMethod

Packages that use NativeMethod
edu.vub.at.objects.mirrors   
 

Uses of NativeMethod in edu.vub.at.objects.mirrors
 

Constructors in edu.vub.at.objects.mirrors with parameters of type NativeMethod
NativeClosure(ATObject scope, NativeMethod meth)
          Create a new NativeClosure where meta_apply will invoke the given Java Method.