Uses of Interface
org.jruby.ext.ffi.NativeParam

Packages that use NativeParam
org.jruby.ext.ffi   
org.jruby.ext.ffi.jna   
 

Uses of NativeParam in org.jruby.ext.ffi
 

Classes in org.jruby.ext.ffi that implement NativeParam
 class CallbackInfo
          Defines a C callback's parameters and return type.
 class NativeType
          Native types
 

Fields in org.jruby.ext.ffi declared as NativeParam
protected  NativeParam[] CallbackInfo.parameterTypes
           
 

Methods in org.jruby.ext.ffi that return NativeParam
 NativeParam[] CallbackInfo.getParameterTypes()
           
 

Methods in org.jruby.ext.ffi with parameters of type NativeParam
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 NativeParam
CallbackInfo(Ruby runtime, RubyClass klazz, NativeType returnType, NativeParam[] paramTypes)
          Creates a new CallbackInfo instance.
 

Uses of NativeParam in org.jruby.ext.ffi.jna
 

Methods in org.jruby.ext.ffi.jna with parameters of type NativeParam
 Invoker JNAProvider.createInvoker(Ruby runtime, java.lang.String libraryName, java.lang.String functionName, NativeType returnType, NativeParam[] parameterTypes, java.lang.String convention)
           
 



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