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)
          Deprecated. 
 void ReflectionMethodFactory.defineIndexedAnnotatedMethods(RubyModule implementationClass, java.lang.Class type, MethodFactory.MethodDefiningCallback callback)
          Deprecated. 
 

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)
          Deprecated. 
 



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