org.jruby.runtime
Interface ObjectAllocator


public interface ObjectAllocator

Author:
headius

Field Summary
static ObjectAllocator NOT_ALLOCATABLE_ALLOCATOR
           
 
Method Summary
 IRubyObject allocate(Ruby runtime, RubyClass klazz)
           
 

Field Detail

NOT_ALLOCATABLE_ALLOCATOR

public static final ObjectAllocator NOT_ALLOCATABLE_ALLOCATOR
Method Detail

allocate

public IRubyObject allocate(Ruby runtime,
                            RubyClass klazz)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.