Uses of Class
org.jruby.runtime.Dispatcher

Packages that use Dispatcher
org.jruby   
org.jruby.runtime   
org.jruby.runtime.callback   
 

Uses of Dispatcher in org.jruby
 

Fields in org.jruby declared as Dispatcher
 Dispatcher RubyModule.dispatcher
           
 

Methods in org.jruby that return Dispatcher
 Dispatcher RubyModule.getDispatcher()
           
 

Uses of Dispatcher in org.jruby.runtime
 

Fields in org.jruby.runtime declared as Dispatcher
static Dispatcher Dispatcher.DEFAULT_DISPATCHER
           
 

Methods in org.jruby.runtime that return Dispatcher
abstract  Dispatcher CallbackFactory.createDispatcher(RubyClass metaClass)
          Deprecated. No longer used.
 

Uses of Dispatcher in org.jruby.runtime.callback
 

Methods in org.jruby.runtime.callback that return Dispatcher
 Dispatcher InvocationCallbackFactory.createDispatcher(RubyClass metaClass)
          Deprecated. 
 Dispatcher ReflectionCallbackFactory.createDispatcher(RubyClass metaClass)
          Deprecated. 
 



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