class com.sun.glass.ui.monocle.EPDSystem$IntStructure extends com.sun.glass.ui.monocle.C$Structure
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.glass.ui.monocle.EPDSystem$IntStructure
  super_class: com.sun.glass.ui.monocle.C$Structure
{
  private static final int VALUE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int NUM_INTS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int BYTES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private final java.nio.IntBuffer data;
    descriptor: Ljava/nio/IntBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.EPDSystem$IntStructure this
         0: .line 372
            aload 0 /* this */
            invokespecial com.sun.glass.ui.monocle.C$Structure.<init>:()V
         1: .line 373
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.EPDSystem$IntStructure.b:Ljava/nio/ByteBuffer;
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
         2: .line 374
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.EPDSystem$IntStructure.b:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.asIntBuffer:()Ljava/nio/IntBuffer;
            putfield com.sun.glass.ui.monocle.EPDSystem$IntStructure.data:Ljava/nio/IntBuffer;
         3: .line 375
            return
        end local 0 // com.sun.glass.ui.monocle.EPDSystem$IntStructure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/glass/ui/monocle/EPDSystem$IntStructure;

  int sizeof();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.EPDSystem$IntStructure this
         0: .line 379
            iconst_4
            ireturn
        end local 0 // com.sun.glass.ui.monocle.EPDSystem$IntStructure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/EPDSystem$IntStructure;

  int getInteger(long);
    descriptor: (J)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.glass.ui.monocle.EPDSystem$IntStructure this
        start local 1 // long p
         0: .line 383
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.EPDSystem$IntStructure.data:Ljava/nio/IntBuffer;
            iconst_0
            invokevirtual java.nio.IntBuffer.get:(I)I
            ireturn
        end local 1 // long p
        end local 0 // com.sun.glass.ui.monocle.EPDSystem$IntStructure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/EPDSystem$IntStructure;
            0    1     1     p  J
    MethodParameters:
      Name  Flags
      p     

  void setInteger(long, int);
    descriptor: (JI)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.glass.ui.monocle.EPDSystem$IntStructure this
        start local 1 // long p
        start local 3 // int value
         0: .line 387
            aload 0 /* this */
            getfield com.sun.glass.ui.monocle.EPDSystem$IntStructure.data:Ljava/nio/IntBuffer;
            iconst_0
            iload 3 /* value */
            invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
            pop
         1: .line 388
            return
        end local 3 // int value
        end local 1 // long p
        end local 0 // com.sun.glass.ui.monocle.EPDSystem$IntStructure this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/glass/ui/monocle/EPDSystem$IntStructure;
            0    2     1      p  J
            0    2     3  value  I
    MethodParameters:
       Name  Flags
      p      
      value  
}
SourceFile: "EPDSystem.java"
NestHost: com.sun.glass.ui.monocle.EPDSystem
InnerClasses:
  abstract Structure = com.sun.glass.ui.monocle.C$Structure of com.sun.glass.ui.monocle.C
  IntStructure = com.sun.glass.ui.monocle.EPDSystem$IntStructure of com.sun.glass.ui.monocle.EPDSystem