public class com.googlecode.lanterna.gui2.SameTextGUIThread$Factory implements com.googlecode.lanterna.gui2.TextGUIThreadFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.googlecode.lanterna.gui2.SameTextGUIThread$Factory
  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 // com.googlecode.lanterna.gui2.SameTextGUIThread$Factory this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.googlecode.lanterna.gui2.SameTextGUIThread$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/googlecode/lanterna/gui2/SameTextGUIThread$Factory;

  public com.googlecode.lanterna.gui2.TextGUIThread createTextGUIThread(com.googlecode.lanterna.gui2.TextGUI);
    descriptor: (Lcom/googlecode/lanterna/gui2/TextGUI;)Lcom/googlecode/lanterna/gui2/TextGUIThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.googlecode.lanterna.gui2.SameTextGUIThread$Factory this
        start local 1 // com.googlecode.lanterna.gui2.TextGUI textGUI
         0: .line 78
            new com.googlecode.lanterna.gui2.SameTextGUIThread
            dup
            aload 1 /* textGUI */
            invokespecial com.googlecode.lanterna.gui2.SameTextGUIThread.<init>:(Lcom/googlecode/lanterna/gui2/TextGUI;)V
            areturn
        end local 1 // com.googlecode.lanterna.gui2.TextGUI textGUI
        end local 0 // com.googlecode.lanterna.gui2.SameTextGUIThread$Factory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/googlecode/lanterna/gui2/SameTextGUIThread$Factory;
            0    1     1  textGUI  Lcom/googlecode/lanterna/gui2/TextGUI;
    MethodParameters:
         Name  Flags
      textGUI  
}
SourceFile: "SameTextGUIThread.java"
NestHost: com.googlecode.lanterna.gui2.SameTextGUIThread
InnerClasses:
  public Factory = com.googlecode.lanterna.gui2.SameTextGUIThread$Factory of com.googlecode.lanterna.gui2.SameTextGUIThread