org.jruby.internal.runtime.builtin
Class ObjectFactory

java.lang.Object
  extended byorg.jruby.internal.runtime.builtin.ObjectFactory
All Implemented Interfaces:
IObjectFactory

public class ObjectFactory
extends java.lang.Object
implements IObjectFactory

Version:
$Revision: 1.1 $
Author:
jpetersen

Constructor Summary
ObjectFactory(Ruby runtime)
          Constructor for ObjectFactory.
 
Method Summary
 IRubyObject newObject(RubyClass type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory(Ruby runtime)
Constructor for ObjectFactory.

Method Detail

newObject

public IRubyObject newObject(RubyClass type)
Specified by:
newObject in interface IObjectFactory
See Also:
IObjectFactory.newObject(RubyClass)


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.