public class BytecodeUtils
extends Object
| Constructor and Description | 
|---|
BytecodeUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
invokedMethod(Object closure,
             Class<?> targetClass,
             String targetMethod)
Test whether the given closure invokes the specified method in the specified class. 
 | 
public static boolean invokedMethod(Object closure,
                                    Class<?> targetClass,
                                    String targetMethod)
closure - (undocumented)targetClass - (undocumented)targetMethod - (undocumented)