Uses of Class
org.jruby.ext.ffi.Type.Array
Packages that use Type.Array
-
Uses of Type.Array in org.jruby.ext.ffi
Fields in org.jruby.ext.ffi declared as Type.ArrayModifier and TypeFieldDescriptionprivate final Type.ArrayStructLayout.ArrayFieldIO.arrayTypeprotected final Type.ArrayStructLayout.ArrayProxy.arrayTypeprivate final Type.ArrayStructLayout.MultiDimensionArrayOp.arrayTypeMethods in org.jruby.ext.ffi with parameters of type Type.ArrayModifier and TypeMethodDescriptionprivate static MemoryOpStructLayout.getArrayComponentMemoryOp(Type.Array arrayType) Constructors in org.jruby.ext.ffi with parameters of type Type.ArrayModifierConstructorDescriptionArrayFieldIO(Type.Array arrayType) (package private)ArrayProxy(Ruby runtime, RubyClass klass, IRubyObject ptr, long offset, Type.Array type, MemoryOp aio) (package private)ArrayProxy(Ruby runtime, IRubyObject ptr, long offset, Type.Array type, MemoryOp aio) (package private)CharArrayProxy(Ruby runtime, IRubyObject ptr, long offset, Type.Array type, MemoryOp aio) MultiDimensionArrayOp(Type.Array arrayType) -
Uses of Type.Array in org.jruby.ext.ffi.jffi
Methods in org.jruby.ext.ffi.jffi with parameters of type Type.ArrayModifier and TypeMethodDescription(package private) static com.kenai.jffi.ArrayFFIUtil.newArray(Type.Array arrayType) Creates a new JFFI type descriptor for an array