Uses of Class
org.jruby.RubyModule.Generation

Packages that use RubyModule.Generation
org.jruby   
 

Uses of RubyModule.Generation in org.jruby
 

Fields in org.jruby declared as RubyModule.Generation
protected  RubyModule.Generation RubyModule.generation
           
 

Constructors in org.jruby with parameters of type RubyModule.Generation
RubyClass(Ruby runtime, RubyClass superClass, RubyModule.Generation generation, boolean objectSpace)
          separate path for MetaClass and IncludedModuleWrapper construction (rb_class_boot version for MetaClasses) no marshal, allocator initialization and addSubclass(this) here!
RubyModule(Ruby runtime, RubyClass metaClass, RubyModule.Generation generation, boolean objectSpace)
          separate path for MetaClass construction
 



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