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 117
            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, double, double, double, double, double, double);
    descriptor: (Lapple/laf/JRSUIControl;DDDDDD)Lapple/laf/JRSUIConstants$Hit;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=13, locals=13, args_size=7
        start local 0 // apple.laf.JRSUIControl control
        start local 1 // double x
        start local 3 // double y
        start local 5 // double w
        start local 7 // double h
        start local 9 // double hitX
        start local 11 // double hitY
         0: .line 119
            aload 0 /* control */
            dload 1 /* x */
            dload 3 /* y */
            dload 5 /* w */
            dload 7 /* h */
            dload 9 /* hitX */
            dload 11 /* hitY */
            invokevirtual apple.laf.JRSUIControl.getHitForPoint:(DDDDDD)Lapple/laf/JRSUIConstants$Hit;
            areturn
        end local 11 // double hitY
        end local 9 // double hitX
        end local 7 // double h
        end local 5 // double w
        end local 3 // double y
        end local 1 // double 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  D
            0    1     3        y  D
            0    1     5        w  D
            0    1     7        h  D
            0    1     9     hitX  D
            0    1    11     hitY  D
    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