class sun.swing.text.TextComponentPrintable$10 implements java.util.concurrent.Callable<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.swing.text.TextComponentPrintable$10
  super_class: java.lang.Object
{
  final sun.swing.text.TextComponentPrintable this$0;
    descriptor: Lsun/swing/text/TextComponentPrintable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final int val$width;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.swing.text.TextComponentPrintable, int);
    descriptor: (Lsun/swing/text/TextComponentPrintable;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.swing.text.TextComponentPrintable$10 this
         0: .line 639
            aload 0 /* this */
            aload 1
            putfield sun.swing.text.TextComponentPrintable$10.this$0:Lsun/swing/text/TextComponentPrintable;
            aload 0 /* this */
            iload 2
            putfield sun.swing.text.TextComponentPrintable$10.val$width:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.swing.text.TextComponentPrintable$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/swing/text/TextComponentPrintable$10;
    MethodParameters:
           Name  Flags
      this$0     final
      val$width  final

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.swing.text.TextComponentPrintable$10 this
         0: .line 641
            aload 0 /* this */
            getfield sun.swing.text.TextComponentPrintable$10.this$0:Lsun/swing/text/TextComponentPrintable;
            aload 0 /* this */
            getfield sun.swing.text.TextComponentPrintable$10.val$width:I
            invokevirtual sun.swing.text.TextComponentPrintable.layoutOnEDT:(I)V
         1: .line 642
            aconst_null
            areturn
        end local 0 // sun.swing.text.TextComponentPrintable$10 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/swing/text/TextComponentPrintable$10;
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Callable<Ljava/lang/Object;>;
SourceFile: "TextComponentPrintable.java"
EnclosingMethod: sun.swing.text.TextComponentPrintable.layout:(I)V
NestHost: sun.swing.text.TextComponentPrintable
InnerClasses:
  sun.swing.text.TextComponentPrintable$10