org.jruby.compiler.util
Class HandleFactory
java.lang.Object
org.jruby.compiler.util.HandleFactory
public class HandleFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandleFactory
public HandleFactory()
createHandle
public static HandleFactory.Handle createHandle(JRubyClassLoader classLoader,
java.lang.reflect.Method method,
boolean debug)
loadUnboxedArgument
public static void loadUnboxedArgument(SkinnyMethodAdapter m,
int index,
java.lang.Class type)
unboxAndCast
public static void unboxAndCast(SkinnyMethodAdapter m,
java.lang.Class paramClass)
createHandle
public static HandleFactory.Handle createHandle(JRubyClassLoader classLoader,
java.lang.reflect.Method method)
getBoxType
protected static java.lang.Class getBoxType(java.lang.Class type)
main
public static void main(java.lang.String[] args)
dummy
public static java.lang.String dummy(java.lang.String str)
dummy2
public static int dummy2()
dummy3
public static java.lang.Object dummy3(java.lang.Object obj)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.