Package com.comphenix.protocol.reflect
Class ClassAnalyser
java.lang.Object
com.comphenix.protocol.reflect.ClassAnalyser
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a method in ASM. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassAnalyserRetrieve the default instance.getMethodCalls(Method method)Retrieve every method calls in the given method.
-
Constructor Details
-
ClassAnalyser
public ClassAnalyser()
-
-
Method Details
-
getDefault
Retrieve the default instance.- Returns:
- The default.
-
getMethodCalls
Retrieve every method calls in the given method.- Parameters:
method- - the method to analyse.- Returns:
- The method calls.
- Throws:
IOException- Cannot access the parent class.
-