class sun.lwawt.macosx.CPlatformLWComponent extends sun.lwawt.macosx.CPlatformComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.CPlatformLWComponent
  super_class: sun.lwawt.macosx.CPlatformComponent
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformLWComponent this
         0: .line 34
            aload 0 /* this */
            invokespecial sun.lwawt.macosx.CPlatformComponent.<init>:()V
         1: .line 35
            return
        end local 0 // sun.lwawt.macosx.CPlatformLWComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/lwawt/macosx/CPlatformLWComponent;

  public long getPointer();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformLWComponent this
         0: .line 39
            lconst_0
            lreturn
        end local 0 // sun.lwawt.macosx.CPlatformLWComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformLWComponent;

  public void initialize(sun.lwawt.PlatformWindow);
    descriptor: (Lsun/lwawt/PlatformWindow;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPlatformLWComponent this
        start local 1 // sun.lwawt.PlatformWindow platformWindow
         0: .line 44
            return
        end local 1 // sun.lwawt.PlatformWindow platformWindow
        end local 0 // sun.lwawt.macosx.CPlatformLWComponent this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lsun/lwawt/macosx/CPlatformLWComponent;
            0    1     1  platformWindow  Lsun/lwawt/PlatformWindow;
    MethodParameters:
                Name  Flags
      platformWindow  final

  public void setBounds(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // sun.lwawt.macosx.CPlatformLWComponent this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 48
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.lwawt.macosx.CPlatformLWComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformLWComponent;
            0    1     1     x  I
            0    1     2     y  I
            0    1     3     w  I
            0    1     4     h  I
    MethodParameters:
      Name  Flags
      x     final
      y     final
      w     final
      h     final

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformLWComponent this
         0: .line 52
            return
        end local 0 // sun.lwawt.macosx.CPlatformLWComponent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformLWComponent;
}
SourceFile: "CPlatformLWComponent.java"