org.jruby.internal.runtime.methods
Class WrapperCallable

java.lang.Object
  extended byorg.jruby.internal.runtime.methods.AbstractMethod
      extended byorg.jruby.internal.runtime.methods.WrapperCallable
All Implemented Interfaces:
ICallable

public class WrapperCallable
extends AbstractMethod

Version:
$Revision: 1.2 $
Author:
jpetersen

Constructor Summary
WrapperCallable(ICallable callable, Visibility visibility)
          Constructor for WrapperCallable.
 
Method Summary
 IRubyObject call(Ruby ruby, IRubyObject receiver, java.lang.String name, IRubyObject[] args, boolean noSuper)
           
 ICallable dup()
           
 
Methods inherited from class org.jruby.internal.runtime.methods.AbstractMethod
getArity, getImplementationClass, getVisibility, initializeCacheEntry, isUndefined, setImplementationClass, setVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrapperCallable

public WrapperCallable(ICallable callable,
                       Visibility visibility)
Constructor for WrapperCallable.

Parameters:
visibility -
Method Detail

call

public IRubyObject call(Ruby ruby,
                        IRubyObject receiver,
                        java.lang.String name,
                        IRubyObject[] args,
                        boolean noSuper)
See Also:
ICallable.call(Ruby, IRubyObject, String, IRubyObject[], boolean)

dup

public ICallable dup()


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.