org.jruby.runtime.callback
Class CompiledReflectionCallback

java.lang.Object
  extended byorg.jruby.runtime.callback.CompiledReflectionCallback
All Implemented Interfaces:
Callback

public class CompiledReflectionCallback
extends java.lang.Object
implements Callback


Constructor Summary
CompiledReflectionCallback(Ruby runtime, java.lang.String className, java.lang.String methodName, int arity, java.lang.ClassLoader classLoader)
           
 
Method Summary
 IRubyObject execute(IRubyObject recv, IRubyObject[] args)
           
 Arity getArity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledReflectionCallback

public CompiledReflectionCallback(Ruby runtime,
                                  java.lang.String className,
                                  java.lang.String methodName,
                                  int arity,
                                  java.lang.ClassLoader classLoader)
Method Detail

execute

public IRubyObject execute(IRubyObject recv,
                           IRubyObject[] args)
Specified by:
execute in interface Callback

getArity

public Arity getArity()
Specified by:
getArity in interface Callback


Copyright © 2002 Jan Arne Petersen. All Rights Reserved.