Uses of Interface
org.jruby.runtime.MethodFactory.MethodDefiningCallback

Packages that use MethodFactory.MethodDefiningCallback
org.jruby.internal.runtime.methods   
org.jruby.runtime   
 

Uses of MethodFactory.MethodDefiningCallback in org.jruby.internal.runtime.methods
 

Methods in org.jruby.internal.runtime.methods with parameters of type MethodFactory.MethodDefiningCallback
 void InvocationMethodFactory.defineIndexedAnnotatedMethods(RubyModule implementationClass, java.lang.Class type, MethodFactory.MethodDefiningCallback callback)
          Use code generation to generate a set of method handles based on all annotated methods in the target class.
 void ReflectionMethodFactory.defineIndexedAnnotatedMethods(RubyModule implementationClass, java.lang.Class type, MethodFactory.MethodDefiningCallback callback)
          Use reflection to generate a set of method handles based on all annotated methods in the target class.
 

Uses of MethodFactory.MethodDefiningCallback in org.jruby.runtime
 

Methods in org.jruby.runtime with parameters of type MethodFactory.MethodDefiningCallback
abstract  void MethodFactory.defineIndexedAnnotatedMethods(RubyModule implementationClass, java.lang.Class containingClass, MethodFactory.MethodDefiningCallback callback)
          Add all annotated methods on the target Java class to the specified Ruby class using the semantics of getAnnotatedMethod, calling back to the specified callback for each method to allow the caller to bind each method.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.