public class ClassAnalyser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassAnalyser.AsmMethod
Represents a method in ASM.
|
| Constructor and Description |
|---|
ClassAnalyser() |
| Modifier and Type | Method and Description |
|---|---|
static ClassAnalyser |
getDefault()
Retrieve the default instance.
|
List<ClassAnalyser.AsmMethod> |
getMethodCalls(Class<?> clazz,
Method method)
Retrieve every method calls in the given method.
|
List<ClassAnalyser.AsmMethod> |
getMethodCalls(Method method)
Retrieve every method calls in the given method.
|
public static ClassAnalyser getDefault()
public List<ClassAnalyser.AsmMethod> getMethodCalls(Method method) throws IOException
method - - the method to analyse.IOException - Cannot access the parent class.public List<ClassAnalyser.AsmMethod> getMethodCalls(Class<?> clazz, Method method) throws IOException
clazz - - the parent class.method - - the method to analyse.IOException - Cannot access the parent class.Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.