public class javax.swing.JRadioButton$AccessibleJRadioButton extends javax.swing.JToggleButton$AccessibleJToggleButton
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.swing.JRadioButton$AccessibleJRadioButton
  super_class: javax.swing.JToggleButton$AccessibleJToggleButton
{
  final javax.swing.JRadioButton this$0;
    descriptor: Ljavax/swing/JRadioButton;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(javax.swing.JRadioButton);
    descriptor: (Ljavax/swing/JRadioButton;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.JRadioButton$AccessibleJRadioButton this
         0: .line 287
            aload 0 /* this */
            aload 1
            putfield javax.swing.JRadioButton$AccessibleJRadioButton.this$0:Ljavax/swing/JRadioButton;
            aload 0 /* this */
            aload 1
            invokespecial javax.swing.JToggleButton$AccessibleJToggleButton.<init>:(Ljavax/swing/JToggleButton;)V
            return
        end local 0 // javax.swing.JRadioButton$AccessibleJRadioButton this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JRadioButton$AccessibleJRadioButton;
    MethodParameters:
        Name  Flags
      this$0  final

  public javax.accessibility.AccessibleRole getAccessibleRole();
    descriptor: ()Ljavax/accessibility/AccessibleRole;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.JRadioButton$AccessibleJRadioButton this
         0: .line 296
            getstatic javax.accessibility.AccessibleRole.RADIO_BUTTON:Ljavax/accessibility/AccessibleRole;
            areturn
        end local 0 // javax.swing.JRadioButton$AccessibleJRadioButton this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/JRadioButton$AccessibleJRadioButton;
}
SourceFile: "JRadioButton.java"
NestHost: javax.swing.JRadioButton
InnerClasses:
  protected AccessibleJRadioButton = javax.swing.JRadioButton$AccessibleJRadioButton of javax.swing.JRadioButton
  protected AccessibleJToggleButton = javax.swing.JToggleButton$AccessibleJToggleButton of javax.swing.JToggleButton