Class ClassTool.MethodSub

All Implemented Interfaces:
Comparable<ClassTool.MethodSub>
Enclosing class:
ClassTool

public static class ClassTool.MethodSub extends ClassTool.CallableSub<ClassTool.MethodSub>
A simplified wrapping interface for inspecting features of a Method in an inspected Class.
  • Field Details

    • method

      protected Method method
  • Constructor Details

    • MethodSub

      public MethodSub(Method method)
      Method inspector constructor
      Parameters:
      method - methodto inspect
  • Method Details