org.jruby.ext
Class DelegateLibrary.Delegator

java.lang.Object
  extended by org.jruby.ext.DelegateLibrary.Delegator
Enclosing class:
DelegateLibrary

public static class DelegateLibrary.Delegator
extends java.lang.Object


Constructor Summary
DelegateLibrary.Delegator()
           
 
Method Summary
static IRubyObject __getobj__(ThreadContext context, IRubyObject self)
           
static IRubyObject initialize(ThreadContext context, IRubyObject self, IRubyObject obj)
           
static IRubyObject marshal_dump(ThreadContext context, IRubyObject self)
           
static IRubyObject marshal_load(ThreadContext context, IRubyObject self, IRubyObject obj)
           
static IRubyObject method_missing(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
           
static IRubyObject method(ThreadContext context, IRubyObject self, IRubyObject name)
           
static IRubyObject repond_to_p(ThreadContext context, IRubyObject self, IRubyObject name)
           
static IRubyObject send(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateLibrary.Delegator

public DelegateLibrary.Delegator()
Method Detail

initialize

public static IRubyObject initialize(ThreadContext context,
                                     IRubyObject self,
                                     IRubyObject obj)

method_missing

public static IRubyObject method_missing(ThreadContext context,
                                         IRubyObject self,
                                         IRubyObject[] args,
                                         Block block)

send

public static IRubyObject send(ThreadContext context,
                               IRubyObject self,
                               IRubyObject[] args,
                               Block block)

method

public static IRubyObject method(ThreadContext context,
                                 IRubyObject self,
                                 IRubyObject name)

repond_to_p

public static IRubyObject repond_to_p(ThreadContext context,
                                      IRubyObject self,
                                      IRubyObject name)

__getobj__

public static IRubyObject __getobj__(ThreadContext context,
                                     IRubyObject self)

marshal_dump

public static IRubyObject marshal_dump(ThreadContext context,
                                       IRubyObject self)

marshal_load

public static IRubyObject marshal_load(ThreadContext context,
                                       IRubyObject self,
                                       IRubyObject obj)


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