Groovy 1.8.4

org.codehaus.groovy.reflection
[Java] Class MethodHandleFactory

java.lang.Object
  org.codehaus.groovy.reflection.MethodHandleFactory
All Implemented Interfaces:
org.objectweb.asm.Opcodes

@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

genInvokeXxxWithArray

@Deprecated
public static void genInvokeXxxWithArray(org.objectweb.asm.ClassWriter cw, Method method)


genLoadParameters

@Deprecated
public static void genLoadParameters(int argumentIndex, org.objectweb.asm.MethodVisitor mv, Method method)


genLoadParametersDirect

@Deprecated
public static void genLoadParametersDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, Method method)


genLoadParametersPrimitiveDirect

@Deprecated
public static void genLoadParametersPrimitiveDirect(int argumentIndex, org.objectweb.asm.MethodVisitor mv, Method method)


unreflect

@Deprecated
public static MethodHandle unreflect(Method method)


 

Copyright © 2003-2011 The Codehaus. All rights reserved.