# Class BytecodeUtils

```
Object
   org.apache.spark.graphx.util.BytecodeUtils
```

Constructor:

BytecodeUtils()

Method:

```
static boolean	invokedMethod(Object closure, Class<?> targetClass, String targetMethod)

Test whether the given closure invokes the specified method in the specified class.
```
