class sun.awt.motif.MCheckboxPeer$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.motif.MCheckboxPeer$1
  super_class: java.lang.Object
{
  final sun.awt.motif.MCheckboxPeer this$0;
    descriptor: Lsun/awt/motif/MCheckboxPeer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.awt.Checkbox val$cb;
    descriptor: Ljava/awt/Checkbox;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$newState;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.awt.motif.MCheckboxPeer, java.awt.Checkbox, boolean);
    descriptor: (Lsun/awt/motif/MCheckboxPeer;Ljava/awt/Checkbox;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.awt.motif.MCheckboxPeer$1 this
         0: .line 108
            aload 0 /* this */
            aload 1
            putfield sun.awt.motif.MCheckboxPeer$1.this$0:Lsun/awt/motif/MCheckboxPeer;
            aload 0 /* this */
            aload 2
            putfield sun.awt.motif.MCheckboxPeer$1.val$cb:Ljava/awt/Checkbox;
            aload 0 /* this */
            iload 3
            putfield sun.awt.motif.MCheckboxPeer$1.val$newState:Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.awt.motif.MCheckboxPeer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/motif/MCheckboxPeer$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$cb        final
      val$newState  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.awt.motif.MCheckboxPeer$1 this
         0: .line 110
            aload 0 /* this */
            getfield sun.awt.motif.MCheckboxPeer$1.val$cb:Ljava/awt/Checkbox;
            invokevirtual java.awt.Checkbox.getCheckboxGroup:()Ljava/awt/CheckboxGroup;
            astore 1 /* cbg */
        start local 1 // java.awt.CheckboxGroup cbg
         1: .line 116
            aload 1 /* cbg */
            ifnull 6
            aload 1 /* cbg */
            invokevirtual java.awt.CheckboxGroup.getSelectedCheckbox:()Ljava/awt/Checkbox;
            aload 0 /* this */
            getfield sun.awt.motif.MCheckboxPeer$1.val$cb:Ljava/awt/Checkbox;
            if_acmpne 6
         2: .line 117
            aload 0 /* this */
            getfield sun.awt.motif.MCheckboxPeer$1.val$cb:Ljava/awt/Checkbox;
            invokevirtual java.awt.Checkbox.getState:()Z
            ifeq 6
         3: .line 118
            aload 0 /* this */
            getfield sun.awt.motif.MCheckboxPeer$1.this$0:Lsun/awt/motif/MCheckboxPeer;
            iconst_0
            putfield sun.awt.motif.MCheckboxPeer.inUpCall:Z
         4: .line 119
            aload 0 /* this */
            getfield sun.awt.motif.MCheckboxPeer$1.val$cb:Ljava/awt/Checkbox;
            iconst_1
            invokevirtual java.awt.Checkbox.setState:(Z)V
         5: .line 120
            return
         6: .line 123
      StackMap locals: java.awt.CheckboxGroup
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.motif.MCheckboxPeer$1.val$cb:Ljava/awt/Checkbox;
            aload 0 /* this */
            getfield sun.awt.motif.MCheckboxPeer$1.val$newState:Z
            invokevirtual java.awt.Checkbox.setState:(Z)V
         7: .line 124
            aload 0 /* this */
            getfield sun.awt.motif.MCheckboxPeer$1.this$0:Lsun/awt/motif/MCheckboxPeer;
            aload 0 /* this */
            getfield sun.awt.motif.MCheckboxPeer$1.val$newState:Z
            invokevirtual sun.awt.motif.MCheckboxPeer.notifyStateChanged:(Z)V
         8: .line 125
            return
        end local 1 // java.awt.CheckboxGroup cbg
        end local 0 // sun.awt.motif.MCheckboxPeer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/awt/motif/MCheckboxPeer$1;
            1    9     1   cbg  Ljava/awt/CheckboxGroup;
}
SourceFile: "MCheckboxPeer.java"
EnclosingMethod: sun.awt.motif.MCheckboxPeer.action:(Z)V
NestHost: sun.awt.motif.MCheckboxPeer
InnerClasses:
  sun.awt.motif.MCheckboxPeer$1