public class com.googlecode.lanterna.graphics.DelegatingTheme implements com.googlecode.lanterna.graphics.Theme
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.googlecode.lanterna.graphics.DelegatingTheme
  super_class: java.lang.Object
{
  private final com.googlecode.lanterna.graphics.Theme theme;
    descriptor: Lcom/googlecode/lanterna/graphics/Theme;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.googlecode.lanterna.graphics.Theme);
    descriptor: (Lcom/googlecode/lanterna/graphics/Theme;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
        start local 1 // com.googlecode.lanterna.graphics.Theme theme
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* theme */
            putfield com.googlecode.lanterna.graphics.DelegatingTheme.theme:Lcom/googlecode/lanterna/graphics/Theme;
         2: .line 42
            return
        end local 1 // com.googlecode.lanterna.graphics.Theme theme
        end local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/googlecode/lanterna/graphics/DelegatingTheme;
            0    3     1  theme  Lcom/googlecode/lanterna/graphics/Theme;
    MethodParameters:
       Name  Flags
      theme  

  public com.googlecode.lanterna.graphics.ThemeDefinition getDefaultDefinition();
    descriptor: ()Lcom/googlecode/lanterna/graphics/ThemeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
         0: .line 46
            aload 0 /* this */
            getfield com.googlecode.lanterna.graphics.DelegatingTheme.theme:Lcom/googlecode/lanterna/graphics/Theme;
            invokeinterface com.googlecode.lanterna.graphics.Theme.getDefaultDefinition:()Lcom/googlecode/lanterna/graphics/ThemeDefinition;
            areturn
        end local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/googlecode/lanterna/graphics/DelegatingTheme;

  public com.googlecode.lanterna.graphics.ThemeDefinition getDefinition(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Lcom/googlecode/lanterna/graphics/ThemeDefinition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
        start local 1 // java.lang.Class clazz
         0: .line 51
            aload 0 /* this */
            getfield com.googlecode.lanterna.graphics.DelegatingTheme.theme:Lcom/googlecode/lanterna/graphics/Theme;
            aload 1 /* clazz */
            invokeinterface com.googlecode.lanterna.graphics.Theme.getDefinition:(Ljava/lang/Class;)Lcom/googlecode/lanterna/graphics/ThemeDefinition;
            areturn
        end local 1 // java.lang.Class clazz
        end local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/googlecode/lanterna/graphics/DelegatingTheme;
            0    1     1  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Lcom/googlecode/lanterna/graphics/ThemeDefinition;
    MethodParameters:
       Name  Flags
      clazz  

  public com.googlecode.lanterna.gui2.WindowPostRenderer getWindowPostRenderer();
    descriptor: ()Lcom/googlecode/lanterna/gui2/WindowPostRenderer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
         0: .line 56
            aload 0 /* this */
            getfield com.googlecode.lanterna.graphics.DelegatingTheme.theme:Lcom/googlecode/lanterna/graphics/Theme;
            invokeinterface com.googlecode.lanterna.graphics.Theme.getWindowPostRenderer:()Lcom/googlecode/lanterna/gui2/WindowPostRenderer;
            areturn
        end local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/googlecode/lanterna/graphics/DelegatingTheme;

  public com.googlecode.lanterna.gui2.WindowDecorationRenderer getWindowDecorationRenderer();
    descriptor: ()Lcom/googlecode/lanterna/gui2/WindowDecorationRenderer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
         0: .line 61
            aload 0 /* this */
            getfield com.googlecode.lanterna.graphics.DelegatingTheme.theme:Lcom/googlecode/lanterna/graphics/Theme;
            invokeinterface com.googlecode.lanterna.graphics.Theme.getWindowDecorationRenderer:()Lcom/googlecode/lanterna/gui2/WindowDecorationRenderer;
            areturn
        end local 0 // com.googlecode.lanterna.graphics.DelegatingTheme this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/googlecode/lanterna/graphics/DelegatingTheme;
}
SourceFile: "DelegatingTheme.java"