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

Packages that use IAutoloadMethod
org.jruby.runtime.load   
 

Uses of IAutoloadMethod in org.jruby.runtime.load
 

Fields in org.jruby.runtime.load with type parameters of type IAutoloadMethod
protected  java.util.Map<java.lang.String,IAutoloadMethod> LoadService.autoloadMap
           
 

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-2009 JRuby Team. All Rights Reserved.