public abstract class MethodFactory extends Object
Constructor and Description |
---|
MethodFactory() |
Modifier and Type | Method and Description |
---|---|
static DynamicMethod |
createDynamicMethod(Ruby runtime,
RubyModule module,
com.kenai.jffi.Function function,
Type returnType,
Type[] parameterTypes,
com.kenai.jffi.CallingConvention convention,
IRubyObject enums,
boolean ignoreErrno) |
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, boolean ignoreErrno)
Copyright © 2001-2015 JRuby. All Rights Reserved.