org.jruby.anno
Class TypePopulator.DefaultTypePopulator

java.lang.Object
  extended by org.jruby.anno.TypePopulator
      extended by org.jruby.anno.TypePopulator.DefaultTypePopulator
Enclosing class:
TypePopulator

public static class TypePopulator.DefaultTypePopulator
extends TypePopulator


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jruby.anno.TypePopulator
TypePopulator.DefaultTypePopulator
 
Field Summary
 
Fields inherited from class org.jruby.anno.TypePopulator
DEFAULT
 
Constructor Summary
TypePopulator.DefaultTypePopulator()
           
 
Method Summary
 void populate(RubyModule clsmod, java.lang.Class clazz)
           
 
Methods inherited from class org.jruby.anno.TypePopulator
populateMethod, populateModuleMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypePopulator.DefaultTypePopulator

public TypePopulator.DefaultTypePopulator()
Method Detail

populate

public void populate(RubyModule clsmod,
                     java.lang.Class clazz)
Specified by:
populate in class TypePopulator


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