|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NativeType | |
|---|---|
| org.jruby.ext.ffi | |
| org.jruby.ext.ffi.jffi | |
| Uses of NativeType in org.jruby.ext.ffi |
|---|
| Fields in org.jruby.ext.ffi declared as NativeType | |
|---|---|
protected NativeType |
Type.nativeType
|
| Methods in org.jruby.ext.ffi that return NativeType | |
|---|---|
NativeType |
NativeParam.getNativeType()
|
NativeType |
NativeType.getNativeType()
|
NativeType |
Type.getNativeType()
Gets the native type of this Type when passed as a parameter |
static NativeType |
NativeType.valueOf(int type)
|
static NativeType |
NativeType.valueOf(IRubyObject 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 int |
Factory.alignmentOf(NativeType type)
|
int |
NoImplFactory.alignmentOf(NativeType type)
|
abstract int |
Factory.sizeOf(NativeType type)
|
int |
NoImplFactory.sizeOf(NativeType type)
|
| Constructors in org.jruby.ext.ffi with parameters of type NativeType | |
|---|---|
Type(Ruby runtime,
RubyClass klass,
NativeType type)
Initializes a new Type instance. |
|
Type(Ruby runtime,
RubyClass klass,
NativeType type,
int size,
int alignment)
Initializes a new Type instance. |
|
| Uses of NativeType in org.jruby.ext.ffi.jffi |
|---|
| Methods in org.jruby.ext.ffi.jffi with parameters of type NativeType | |
|---|---|
int |
Factory.alignmentOf(NativeType type)
|
int |
Factory.sizeOf(NativeType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||