|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.RubyBasicObject
org.jruby.RubyObject
org.jruby.ext.ffi.Type
org.jruby.ext.ffi.Type.Array
public static final class Type.Array
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jruby.ext.ffi.Type |
|---|
Type.Array, Type.Builtin |
| Nested classes/interfaces inherited from class org.jruby.RubyObject |
|---|
RubyObject.Data, RubyObject.ObjectMethods |
| Nested classes/interfaces inherited from class org.jruby.RubyBasicObject |
|---|
RubyBasicObject.BasicObjectMethods, RubyBasicObject.Finalizer |
| Field Summary |
|---|
| Fields inherited from class org.jruby.ext.ffi.Type |
|---|
alignment, nativeType, size |
| Fields inherited from class org.jruby.RubyObject |
|---|
OBJECT_ALLOCATOR |
| Fields inherited from class org.jruby.RubyBasicObject |
|---|
ALL_F, COMPARE_BY_IDENTITY_F, ERR_INSECURE_SET_INST_VAR, FALSE_F, FL_USHIFT, flags, FROZEN_F, metaClass, NEVER, NIL_F, TAINTED_F, UNDEF, UNTRUSTED_F, USER0_F, USER1_F, USER2_F, USER3_F, USER4_F, USER5_F, USER6_F, USER7_F |
| Fields inherited from interface org.jruby.runtime.builtin.IRubyObject |
|---|
NULL_ARRAY |
| Constructor Summary | |
|---|---|
Type.Array(Ruby runtime,
RubyClass klass,
Type componentType,
int length)
Initializes a new Type.Array instance. |
|
Type.Array(Ruby runtime,
Type componentType,
int length)
Initializes a new Type.Array instance. |
|
| Method Summary | |
|---|---|
IRubyObject |
elem_type(ThreadContext context)
|
Type |
getComponentType()
|
int |
length()
|
IRubyObject |
length(ThreadContext context)
|
static IRubyObject |
newInstance(ThreadContext context,
IRubyObject klass,
IRubyObject componentType,
IRubyObject length)
|
| Methods inherited from class org.jruby.ext.ffi.Type |
|---|
alignment, createTypeClass, getNativeAlignment, getNativeSize, getNativeType, getTypeClass, size |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Type.Array(Ruby runtime,
RubyClass klass,
Type componentType,
int length)
public Type.Array(Ruby runtime,
Type componentType,
int length)
| Method Detail |
|---|
public final Type getComponentType()
public final int length()
public static final IRubyObject newInstance(ThreadContext context,
IRubyObject klass,
IRubyObject componentType,
IRubyObject length)
public final IRubyObject length(ThreadContext context)
public final IRubyObject elem_type(ThreadContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||