|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.cext.NativeObjectAllocator
public final class NativeObjectAllocator
The NativeObjectAllocator
implements allocation through a native function.
It is only created from within C code.
Field Summary |
---|
Fields inherited from interface org.jruby.runtime.ObjectAllocator |
---|
NOT_ALLOCATABLE_ALLOCATOR |
Constructor Summary | |
---|---|
NativeObjectAllocator(long function)
|
Method Summary | |
---|---|
IRubyObject |
allocate(Ruby runtime,
RubyClass klass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NativeObjectAllocator(long function)
Method Detail |
---|
public IRubyObject allocate(Ruby runtime, RubyClass klass)
allocate
in interface ObjectAllocator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |