|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.reflection.MethodHandleFactory
@Deprecated public class MethodHandleFactory extends Object
his class is unused and will be removed in Groovy 1.9
Method Summary | |
---|---|
static void
|
genInvokeXxxWithArray(org.objectweb.asm.ClassWriter cw, Method method)
|
static void
|
genLoadParameters(int argumentIndex, org.objectweb.asm.MethodVisitor mv, Method method)
|
static void
|
genLoadParametersDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, Method method)
|
static void
|
genLoadParametersPrimitiveDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, Method method)
|
static MethodHandle
|
unreflect(Method method)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
@Deprecated public static void genInvokeXxxWithArray(org.objectweb.asm.ClassWriter cw, Method method)
@Deprecated public static void genLoadParameters(int argumentIndex, org.objectweb.asm.MethodVisitor mv, Method method)
@Deprecated public static void genLoadParametersDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, Method method)
@Deprecated public static void genLoadParametersPrimitiveDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, Method method)
@Deprecated public static MethodHandle unreflect(Method method)
Copyright © 2003-2011 The Codehaus. All rights reserved.