Class ClassAnalyser

java.lang.Object
com.comphenix.protocol.reflect.ClassAnalyser

public class ClassAnalyser extends Object
  • Constructor Details

    • ClassAnalyser

      public ClassAnalyser()
  • Method Details

    • getDefault

      public static ClassAnalyser getDefault()
      Retrieve the default instance.
      Returns:
      The default.
    • getMethodCalls

      public List<ClassAnalyser.AsmMethod> getMethodCalls(Method method) throws IOException
      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.