org.jruby.java
Class MiniJava.JavaMethodFactory

java.lang.Object
  extended by org.jruby.java.MiniJava.JavaMethodFactory
Enclosing class:
MiniJava

public static class MiniJava.JavaMethodFactory
extends java.lang.Object


Constructor Summary
MiniJava.JavaMethodFactory()
           
 
Method Summary
 DynamicMethod createMethod(RubyModule klazz, java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiniJava.JavaMethodFactory

public MiniJava.JavaMethodFactory()
Method Detail

createMethod

public DynamicMethod createMethod(RubyModule klazz,
                                  java.lang.reflect.Method method)


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