Uses of Interface
org.jruby.runtime.ICallable

Packages that use ICallable
org.jruby   
org.jruby.internal.runtime.methods   
org.jruby.runtime   
 

Uses of ICallable in org.jruby
 

Fields in org.jruby declared as ICallable
protected  ICallable Method.method
           
 

Methods in org.jruby that return ICallable
 ICallable RubyModule.searchMethod(java.lang.String name)
          search_method
 

Methods in org.jruby with parameters of type ICallable
static Method Method.newMethod(RubyModule implementationModule, java.lang.String methodName, RubyModule originModule, java.lang.String originName, ICallable method, IRubyObject receiver)
           
 void RubyModule.addMethod(java.lang.String name, ICallable method)
          rb_add_method
 IRubyObject RubyModule.call0(IRubyObject recv, java.lang.String name, IRubyObject[] args, ICallable method, boolean noSuper)
          rb_call0
static UnboundMethod UnboundMethod.newUnboundMethod(RubyModule implementationModule, java.lang.String methodName, RubyModule originModule, java.lang.String originName, ICallable method)
           
 

Uses of ICallable in org.jruby.internal.runtime.methods
 

Classes in org.jruby.internal.runtime.methods that implement ICallable
 class AbstractMethod
           
 class AliasMethod
           
 class CallbackMethod
           
 class DefaultMethod
           
 class EvaluateMethod
           
 class IterateMethod
           
 class MethodMethod
           
 class ProcMethod
           
 class UndefinedMethod
           
 class WrapperCallable
           
 

Methods in org.jruby.internal.runtime.methods that return ICallable
 ICallable AliasMethod.getOldMethod()
           
 ICallable AliasMethod.dup()
           
 ICallable CacheEntry.getMethod()
          Getter for property method.
 ICallable CallbackMethod.dup()
           
 ICallable DefaultMethod.dup()
           
 ICallable EvaluateMethod.dup()
           
 ICallable IterateMethod.dup()
           
 ICallable MethodMethod.dup()
           
 ICallable ProcMethod.dup()
           
 ICallable UndefinedMethod.dup()
           
 ICallable WrapperCallable.dup()
           
 

Methods in org.jruby.internal.runtime.methods with parameters of type ICallable
 void CacheEntry.setMethod(ICallable method)
          Setter for property method.
 

Constructors in org.jruby.internal.runtime.methods with parameters of type ICallable
AliasMethod(ICallable oldMethod, java.lang.String oldName)
           
WrapperCallable(ICallable callable, Visibility visibility)
          Constructor for WrapperCallable.
 

Uses of ICallable in org.jruby.runtime
 

Methods in org.jruby.runtime that return ICallable
 ICallable Block.getMethod()
          Gets the method.
 ICallable ICallable.dup()
           
 

Methods in org.jruby.runtime with parameters of type ICallable
static Block Block.createBlock(INode var, ICallable method, IRubyObject self)
           
 void BlockStack.push(INode varNode, ICallable method, IRubyObject self)
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.