Uses of Interface
org.jruby.runtime.load.IAutoloadMethod

Packages that use IAutoloadMethod
org.jruby.runtime.load   
 

Uses of IAutoloadMethod in org.jruby.runtime.load
 

Methods in org.jruby.runtime.load that return IAutoloadMethod
 IAutoloadMethod LoadService.autoloadFor(java.lang.String name)
           
 

Methods in org.jruby.runtime.load with parameters of type IAutoloadMethod
 void LoadService.addAutoload(java.lang.String name, IAutoloadMethod loadMethod)
           
 



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