railo.transformer.bytecode.reflection
Class ASMProxyFactory
java.lang.Object
railo.transformer.bytecode.reflection.ASMProxyFactory
public class ASMProxyFactory
- extends Object
ASM_METHOD
public static final org.objectweb.asm.Type ASM_METHOD
CLASS404
public static final org.objectweb.asm.Type CLASS404
CLASS_UTIL
public static final org.objectweb.asm.Type CLASS_UTIL
ASMProxyFactory
public ASMProxyFactory()
main
public static void main(String[] args)
throws Throwable
- Throws:
Throwable
getClass
public static ASMClass getClass(ExtendableClassLoader pcl,
Resource classRoot,
Class clazz)
throws IOException,
InstantiationException,
IllegalAccessException,
IllegalArgumentException,
SecurityException,
InvocationTargetException,
NoSuchMethodException
- Throws:
IOException
InstantiationException
IllegalAccessException
IllegalArgumentException
SecurityException
InvocationTargetException
NoSuchMethodException
getMethod
public static ASMMethod getMethod(ExtendableClassLoader pcl,
Resource classRoot,
Class clazz,
String methodName,
Class[] parameters)
throws IOException,
InstantiationException,
IllegalAccessException,
SecurityException,
NoSuchMethodException,
IllegalArgumentException,
InvocationTargetException
- Throws:
IOException
InstantiationException
IllegalAccessException
SecurityException
NoSuchMethodException
IllegalArgumentException
InvocationTargetException
Copyright © 2012 Railo