public class apple.laf.JRSUIUtils$HitDetection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: apple.laf.JRSUIUtils$HitDetection
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // apple.laf.JRSUIUtils$HitDetection this
         0: .line 130
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // apple.laf.JRSUIUtils$HitDetection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lapple/laf/JRSUIUtils$HitDetection;

  public static apple.laf.JRSUIConstants$Hit getHitForPoint(apple.laf.JRSUIControl, int, int, int, int, int, int);
    descriptor: (Lapple/laf/JRSUIControl;IIIIII)Lapple/laf/JRSUIConstants$Hit;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // apple.laf.JRSUIControl control
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int hitX
        start local 6 // int hitY
         0: .line 135
            aload 0 /* control */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* hitX */
            iload 6 /* hitY */
            invokevirtual apple.laf.JRSUIControl.getHitForPoint:(IIIIII)Lapple/laf/JRSUIConstants$Hit;
            areturn
        end local 6 // int hitY
        end local 5 // int hitX
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // apple.laf.JRSUIControl control
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  control  Lapple/laf/JRSUIControl;
            0    1     1        x  I
            0    1     2        y  I
            0    1     3        w  I
            0    1     4        h  I
            0    1     5     hitX  I
            0    1     6     hitY  I
    MethodParameters:
         Name  Flags
      control  final
      x        final
      y        final
      w        final
      h        final
      hitX     final
      hitY     final
}
SourceFile: "JRSUIUtils.java"
NestHost: apple.laf.JRSUIUtils
InnerClasses:
  public Hit = apple.laf.JRSUIConstants$Hit of apple.laf.JRSUIConstants
  public HitDetection = apple.laf.JRSUIUtils$HitDetection of apple.laf.JRSUIUtils