org.jruby.ext.ffi.jffi
Class MethodFactory

java.lang.Object
  extended by org.jruby.ext.ffi.jffi.MethodFactory
Direct Known Subclasses:
FastIntMethodFactory

public abstract class MethodFactory
extends java.lang.Object

Common method factory definitions


Constructor Summary
MethodFactory()
           
 
Method Summary
static DynamicMethod createDynamicMethod(Ruby runtime, RubyModule module, com.kenai.jffi.Function function, Type returnType, Type[] parameterTypes, com.kenai.jffi.CallingConvention convention, IRubyObject enums)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodFactory

public MethodFactory()
Method Detail

createDynamicMethod

public static final DynamicMethod createDynamicMethod(Ruby runtime,
                                                      RubyModule module,
                                                      com.kenai.jffi.Function function,
                                                      Type returnType,
                                                      Type[] parameterTypes,
                                                      com.kenai.jffi.CallingConvention convention,
                                                      IRubyObject enums)


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