Package | Description |
---|---|
lucee.transformer.bytecode.reflection |
Modifier and Type | Method and Description |
---|---|
static ASMMethod |
ASMProxyFactory.getMethod(ExtendableClassLoader pcl,
Resource classRoot,
Class clazz,
String methodName,
Class[] parameters) |
ASMMethod[] |
ASMClass.getMethods()
Returns an array containing
Method objects reflecting all
the public member methods of the class or interface represented
by this Class object, including those declared by the class
or interface and those inherited from superclasses and
superinterfaces. |
Constructor and Description |
---|
ASMClass(String name,
Map<String,ASMMethod> methods) |
Copyright © 2015 Lucee