|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NativeType | |
---|---|
org.jruby.ext.ffi | |
org.jruby.ext.ffi.jna |
Uses of NativeType in org.jruby.ext.ffi |
---|
Fields in org.jruby.ext.ffi declared as NativeType | |
---|---|
protected NativeType |
CallbackInfo.returnType
|
Methods in org.jruby.ext.ffi that return NativeType | |
---|---|
NativeType |
CallbackInfo.getReturnType()
|
static NativeType |
NativeType.valueOf(int type)
|
static NativeType |
NativeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NativeType[] |
NativeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jruby.ext.ffi with parameters of type NativeType | |
---|---|
abstract Invoker |
FFIProvider.createInvoker(Ruby runtime,
java.lang.String libraryName,
java.lang.String functionName,
NativeType returnType,
NativeParam[] parameterTypes,
java.lang.String convention)
Creates a new invoker for a native function. |
Constructors in org.jruby.ext.ffi with parameters of type NativeType | |
---|---|
CallbackInfo(Ruby runtime,
RubyClass klazz,
NativeType returnType,
NativeParam[] paramTypes)
Creates a new CallbackInfo instance. |
Uses of NativeType in org.jruby.ext.ffi.jna |
---|
Methods in org.jruby.ext.ffi.jna with parameters of type NativeType | |
---|---|
Invoker |
JNAProvider.createInvoker(Ruby runtime,
java.lang.String libraryName,
java.lang.String functionName,
NativeType returnType,
NativeParam[] parameterTypes,
java.lang.String convention)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |