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

static final ObjectAllocator NOT_ALLOCATABLE_ALLOCATOR
Method Detail

allocate

IRubyObject allocate(Ruby runtime,
                     RubyClass klazz)


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