|
Groovy 1.7.9 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.reflection.MethodHandleFactory
public class MethodHandleFactory extends Object
Method Summary | |
---|---|
static void
|
genInvokeXxxWithArray(org.objectweb.asm.ClassWriter cw, Method method)
|
static void
|
genLoadParameters(int argumentIndex, org.objectweb.asm.MethodVisitor mv, BytecodeHelper helper, Method method)
|
static void
|
genLoadParametersDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, BytecodeHelper helper, Method method)
|
static void
|
genLoadParametersPrimitiveDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, BytecodeHelper helper, Method method)
|
static MethodHandle
|
unreflect(Method method)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public static void genInvokeXxxWithArray(org.objectweb.asm.ClassWriter cw, Method method)
public static void genLoadParameters(int argumentIndex, org.objectweb.asm.MethodVisitor mv, BytecodeHelper helper, Method method)
public static void genLoadParametersDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, BytecodeHelper helper, Method method)
public static void genLoadParametersPrimitiveDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, BytecodeHelper helper, Method method)
public static MethodHandle unreflect(Method method)
Copyright © 2003-2010 The Codehaus. All rights reserved.