|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectAllocator | |
org.jruby | |
org.jruby.runtime |
Uses of ObjectAllocator in org.jruby |
Fields in org.jruby declared as ObjectAllocator | |
protected static ObjectAllocator |
RubyDigest.Base.BASE_ALLOCATOR
|
protected static ObjectAllocator |
RubyIconv.RubyFailure.ICONV_FAILURE_ALLOCATOR
|
static ObjectAllocator |
RubyNil.NIL_ALLOCATOR
|
protected static ObjectAllocator |
RubyNumeric.NUMERIC_ALLOCATOR
|
static ObjectAllocator |
RubyObject.OBJECT_ALLOCATOR
|
protected static ObjectAllocator |
RubyZlib.Inflate.INFLATE_ALLOCATOR
|
protected static ObjectAllocator |
RubyZlib.Deflate.DEFLATE_ALLOCATOR
|
protected static ObjectAllocator |
RubyZlib.RubyGzipFile.GZIPFILE_ALLOCATOR
|
protected static ObjectAllocator |
RubyZlib.RubyGzipReader.GZIPREADER_ALLOCATOR
|
protected static ObjectAllocator |
RubyZlib.RubyGzipWriter.GZIPWRITER_ALLOCATOR
|
Methods in org.jruby that return ObjectAllocator | |
ObjectAllocator |
RubyClass.getAllocator()
|
Methods in org.jruby with parameters of type ObjectAllocator | |
RubyClass |
Ruby.defineClass(java.lang.String name,
RubyClass superClass,
ObjectAllocator allocator)
Define a new class with name 'name' and super class 'superClass'. |
RubyClass |
Ruby.defineClassUnder(java.lang.String name,
RubyClass superClass,
ObjectAllocator allocator,
SinglyLinkedList parentCRef)
|
static RubyClass |
RubyClass.createBootstrapMetaClass(Ruby runtime,
java.lang.String className,
RubyClass superClass,
ObjectAllocator allocator,
SinglyLinkedList cref)
Create an initial Object meta class before Module and Kernel dependencies have squirreled themselves together. |
static RubyClass |
RubyClass.cloneClass(Ruby runtime,
RubyClass metaClass,
RubyClass superClass,
ObjectAllocator allocator,
SinglyLinkedList parentCRef,
java.lang.String name)
|
RubyClass |
RubyClass.newSubClass(java.lang.String name,
ObjectAllocator allocator,
SinglyLinkedList parentCRef,
boolean invokeInherited,
boolean warnOnRedefinition)
|
RubyClass |
RubyClass.newSubClass(java.lang.String name,
ObjectAllocator allocator,
SinglyLinkedList parentCRef,
boolean warnOnRedefinition)
|
RubyClass |
RubyModule.defineClassUnder(java.lang.String name,
RubyClass superClazz,
ObjectAllocator allocator)
rb_define_class_under |
Constructors in org.jruby with parameters of type ObjectAllocator | |
MetaClass(Ruby runtime,
RubyClass superClass,
ObjectAllocator allocator,
SinglyLinkedList parentCRef)
|
|
RubyClass(RubyClass superClass,
ObjectAllocator allocator)
|
|
RubyClass(Ruby runtime,
RubyClass superClass,
ObjectAllocator allocator)
|
|
RubyClass(Ruby runtime,
RubyClass metaClass,
RubyClass superClass,
ObjectAllocator allocator)
|
|
RubyClass(Ruby runtime,
RubyClass metaClass,
RubyClass superClass,
ObjectAllocator allocator,
SinglyLinkedList parentCRef,
java.lang.String name)
|
Uses of ObjectAllocator in org.jruby.runtime |
Fields in org.jruby.runtime declared as ObjectAllocator | |
static ObjectAllocator |
ObjectAllocator.NOT_ALLOCATABLE_ALLOCATOR
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |