abstract class com.sun.glass.ui.monocle.C$Structure
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.glass.ui.monocle.C$Structure
  super_class: java.lang.Object
{
  final java.nio.ByteBuffer b;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0010) ACC_FINAL

  final long p;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.C$Structure this
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.C$Structure.sizeof:()I
            invokestatic java.nio.ByteBuffer.allocateDirect:(I)Ljava/nio/ByteBuffer;
            putfield com.sun.glass.ui.monocle.C$Structure.b:Ljava/nio/ByteBuffer;
         2: .line 75
            aload 0 /* this */
            invokestatic com.sun.glass.ui.monocle.C.getC:()Lcom/sun/glass/ui/monocle/C;
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.C$Structure.b:Ljava/nio/ByteBuffer;
            invokevirtual com.sun.glass.ui.monocle.C.GetDirectBufferAddress:(Ljava/nio/ByteBuffer;)J
            putfield com.sun.glass.ui.monocle.C$Structure.p:J
         3: .line 76
            return
        end local 0 // com.sun.glass.ui.monocle.C$Structure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/glass/ui/monocle/C$Structure;

  protected void <init>(long);
    descriptor: (J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.glass.ui.monocle.C$Structure this
        start local 1 // long ptr
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            invokestatic com.sun.glass.ui.monocle.C.getC:()Lcom/sun/glass/ui/monocle/C;
            lload 1 /* ptr */
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.monocle.C$Structure.sizeof:()I
            invokevirtual com.sun.glass.ui.monocle.C.NewDirectByteBuffer:(JI)Ljava/nio/ByteBuffer;
            putfield com.sun.glass.ui.monocle.C$Structure.b:Ljava/nio/ByteBuffer;
         2: .line 85
            aload 0 /* this */
            lload 1 /* ptr */
            putfield com.sun.glass.ui.monocle.C$Structure.p:J
         3: .line 86
            return
        end local 1 // long ptr
        end local 0 // com.sun.glass.ui.monocle.C$Structure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/glass/ui/monocle/C$Structure;
            0    4     1   ptr  J
    MethodParameters:
      Name  Flags
      ptr   

  abstract int sizeof();
    descriptor: ()I
    flags: (0x0400) ACC_ABSTRACT
}
SourceFile: "C.java"
NestHost: com.sun.glass.ui.monocle.C
InnerClasses:
  abstract Structure = com.sun.glass.ui.monocle.C$Structure of com.sun.glass.ui.monocle.C