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.
Since:
VelocityTools 2.0
Version:
$Id: ClassTool.java 463298 2006-10-12 16:10:32Z henning $
Author:
Nathan Bubna
  • Field Details

    • method

      protected Method method
  • Constructor Details

    • MethodSub

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