public class ASMProxyFactory extends Object
Modifier and Type | Field and Description |
---|---|
static org.objectweb.asm.Type |
ASM_METHOD |
static org.objectweb.asm.Type |
CLASS_UTIL |
static org.objectweb.asm.Type |
CLASS404 |
Constructor and Description |
---|
ASMProxyFactory() |
Modifier and Type | Method and Description |
---|---|
static ASMClass |
getClass(ExtendableClassLoader pcl,
Resource classRoot,
Class clazz) |
static ASMMethod |
getMethod(ExtendableClassLoader pcl,
Resource classRoot,
Class clazz,
String methodName,
Class[] parameters) |
static void |
main(String[] args) |
public static final org.objectweb.asm.Type ASM_METHOD
public static final org.objectweb.asm.Type CLASS404
public static final org.objectweb.asm.Type CLASS_UTIL
public ASMProxyFactory()
public static ASMClass getClass(ExtendableClassLoader pcl, Resource classRoot, Class clazz) throws IOException, InstantiationException, IllegalAccessException, IllegalArgumentException, SecurityException, InvocationTargetException, NoSuchMethodException
public static ASMMethod getMethod(ExtendableClassLoader pcl, Resource classRoot, Class clazz, String methodName, Class[] parameters) throws IOException, InstantiationException, IllegalAccessException, SecurityException, NoSuchMethodException, IllegalArgumentException, InvocationTargetException
Copyright © 2015 Lucee