final class sun.lwawt.LWComponentPeer$DelegateContainer extends java.awt.Container
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.lwawt.LWComponentPeer$DelegateContainer
  super_class: java.awt.Container
{
  final sun.lwawt.LWComponentPeer this$0;
    descriptor: Lsun/lwawt/LWComponentPeer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.lwawt.LWComponentPeer);
    descriptor: (Lsun/lwawt/LWComponentPeer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
         0: .line 166
            aload 0 /* this */
            aload 1
            putfield sun.lwawt.LWComponentPeer$DelegateContainer.this$0:Lsun/lwawt/LWComponentPeer;
         1: .line 167
            aload 0 /* this */
            invokespecial java.awt.Container.<init>:()V
         2: .line 161
            aload 0 /* this */
            ldc -1
            invokevirtual sun.lwawt.LWComponentPeer$DelegateContainer.enableEvents:(J)V
         3: .line 168
            return
        end local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/lwawt/LWComponentPeer$DelegateContainer;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isLightweight();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
         0: .line 172
            iconst_0
            ireturn
        end local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWComponentPeer$DelegateContainer;

  public java.awt.Point getLocation();
    descriptor: ()Ljava/awt/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
         0: .line 177
            aload 0 /* this */
            invokevirtual sun.lwawt.LWComponentPeer$DelegateContainer.getLocationOnScreen:()Ljava/awt/Point;
            areturn
        end local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWComponentPeer$DelegateContainer;

  public java.awt.Point getLocationOnScreen();
    descriptor: ()Ljava/awt/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
         0: .line 182
            aload 0 /* this */
            getfield sun.lwawt.LWComponentPeer$DelegateContainer.this$0:Lsun/lwawt/LWComponentPeer;
            invokevirtual sun.lwawt.LWComponentPeer.getLocationOnScreen:()Ljava/awt/Point;
            areturn
        end local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWComponentPeer$DelegateContainer;

  public int getX();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
         0: .line 187
            aload 0 /* this */
            invokevirtual sun.lwawt.LWComponentPeer$DelegateContainer.getLocation:()Ljava/awt/Point;
            getfield java.awt.Point.x:I
            ireturn
        end local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWComponentPeer$DelegateContainer;

  public int getY();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
         0: .line 192
            aload 0 /* this */
            invokevirtual sun.lwawt.LWComponentPeer$DelegateContainer.getLocation:()Ljava/awt/Point;
            getfield java.awt.Point.y:I
            ireturn
        end local 0 // sun.lwawt.LWComponentPeer$DelegateContainer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/LWComponentPeer$DelegateContainer;
}
SourceFile: "LWComponentPeer.java"
NestHost: sun.lwawt.LWComponentPeer
InnerClasses:
  private final DelegateContainer = sun.lwawt.LWComponentPeer$DelegateContainer of sun.lwawt.LWComponentPeer