public class sun.awt.X11.XQueryTree
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.awt.X11.XQueryTree
  super_class: java.lang.Object
{
  private static sun.misc.Unsafe unsafe;
    descriptor: Lsun/misc/Unsafe;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private boolean __executed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  long _w;
    descriptor: J
    flags: (0x0000) 

  long root_ptr;
    descriptor: J
    flags: (0x0000) 

  long parent_ptr;
    descriptor: J
    flags: (0x0000) 

  long children_ptr;
    descriptor: J
    flags: (0x0000) 

  long nchildren_ptr;
    descriptor: J
    flags: (0x0000) 

  sun.awt.X11.UnsafeXDisposerRecord disposer;
    descriptor: Lsun/awt/X11/UnsafeXDisposerRecord;
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 33
            getstatic sun.awt.X11.XlibWrapper.unsafe:Lsun/misc/Unsafe;
            putstatic sun.awt.X11.XQueryTree.unsafe:Lsun/misc/Unsafe;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=3, args_size=2
        start local 0 // sun.awt.X11.XQueryTree this
        start local 1 // long w
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XQueryTree.__executed:Z
         2: .line 36
            aload 0 /* this */
            getstatic sun.awt.X11.XQueryTree.unsafe:Lsun/misc/Unsafe;
            invokestatic sun.awt.X11.Native.getLongSize:()I
            i2l
            invokevirtual sun.misc.Unsafe.allocateMemory:(J)J
            putfield sun.awt.X11.XQueryTree.root_ptr:J
         3: .line 37
            aload 0 /* this */
            getstatic sun.awt.X11.XQueryTree.unsafe:Lsun/misc/Unsafe;
            invokestatic sun.awt.X11.Native.getLongSize:()I
            i2l
            invokevirtual sun.misc.Unsafe.allocateMemory:(J)J
            putfield sun.awt.X11.XQueryTree.parent_ptr:J
         4: .line 38
            aload 0 /* this */
            getstatic sun.awt.X11.XQueryTree.unsafe:Lsun/misc/Unsafe;
            invokestatic sun.awt.X11.Native.getLongSize:()I
            i2l
            invokevirtual sun.misc.Unsafe.allocateMemory:(J)J
            putfield sun.awt.X11.XQueryTree.children_ptr:J
         5: .line 39
            aload 0 /* this */
            getstatic sun.awt.X11.XQueryTree.unsafe:Lsun/misc/Unsafe;
            invokestatic sun.awt.X11.Native.getIntSize:()I
            i2l
            invokevirtual sun.misc.Unsafe.allocateMemory:(J)J
            putfield sun.awt.X11.XQueryTree.nchildren_ptr:J
         6: .line 44
            aload 0 /* this */
            lload 1 /* w */
            invokevirtual sun.awt.X11.XQueryTree.set_w:(J)V
         7: .line 45
            aload 0 /* this */
            aload 0 /* this */
            new sun.awt.X11.UnsafeXDisposerRecord
            dup
            ldc "XQueryTree"
         8: .line 46
            iconst_3
            newarray 11
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.root_ptr:J
            lastore
            dup
            iconst_1
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.parent_ptr:J
            lastore
            dup
            iconst_2
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.nchildren_ptr:J
            lastore
         9: .line 47
            iconst_1
            newarray 11
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.children_ptr:J
            lastore
            invokespecial sun.awt.X11.UnsafeXDisposerRecord.<init>:(Ljava/lang/String;[J[J)V
        10: .line 45
            dup_x1
            putfield sun.awt.X11.XQueryTree.disposer:Lsun/awt/X11/UnsafeXDisposerRecord;
            invokestatic sun.java2d.Disposer.addRecord:(Ljava/lang/Object;Lsun/java2d/DisposerRecord;)V
        11: .line 48
            aload 0 /* this */
            lconst_0
            invokevirtual sun.awt.X11.XQueryTree.set_children:(J)V
        12: .line 49
            return
        end local 1 // long w
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/awt/X11/XQueryTree;
            0   13     1     w  J
    MethodParameters:
      Name  Flags
      w     

  public int execute();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.awt.X11.XQueryTree this
         0: .line 51
            aload 0 /* this */
            aconst_null
            invokevirtual sun.awt.X11.XQueryTree.execute:(Lsun/awt/X11/XErrorHandler;)I
            ireturn
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XQueryTree;

  public int execute(sun.awt.X11.XErrorHandler);
    descriptor: (Lsun/awt/X11/XErrorHandler;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=5, args_size=2
        start local 0 // sun.awt.X11.XQueryTree this
        start local 1 // sun.awt.X11.XErrorHandler errorHandler
         0: .line 54
            invokestatic sun.awt.X11.XToolkit.awtLock:()V
         1: .line 56
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 3
         2: .line 57
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifeq 5
         4: .line 60
            new java.lang.IllegalStateException
            dup
            ldc "Already executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XQueryTree.__executed:Z
         6: .line 63
            aload 1 /* errorHandler */
            ifnull 8
         7: .line 64
            aload 1 /* errorHandler */
            invokestatic sun.awt.X11.XErrorHandlerUtil.WITH_XERROR_HANDLER:(Lsun/awt/X11/XErrorHandler;)V
         8: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.children_ptr:J
            lconst_0
            invokestatic sun.awt.X11.Native.putLong:(JJ)V
         9: .line 68
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        10: .line 69
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.get_w:()J
        11: .line 70
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.root_ptr:J
        12: .line 71
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.parent_ptr:J
        13: .line 72
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.children_ptr:J
        14: .line 73
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.nchildren_ptr:J
        15: .line 68
            invokestatic sun.awt.X11.XlibWrapper.XQueryTree:(JJJJJJ)I
        16: .line 67
            istore 2 /* status */
        start local 2 // int status
        17: .line 74
            aload 1 /* errorHandler */
            ifnull 19
        18: .line 75
            invokestatic sun.awt.X11.XErrorHandlerUtil.RESTORE_XERROR_HANDLER:()V
        19: .line 77
      StackMap locals: int
      StackMap stack:
            iload 2 /* status */
            istore 4
        20: .line 79
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        21: .line 77
            iload 4
            ireturn
        end local 2 // int status
        22: .line 78
      StackMap locals: sun.awt.X11.XQueryTree sun.awt.X11.XErrorHandler
      StackMap stack: java.lang.Throwable
            astore 3
        23: .line 79
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        24: .line 80
            aload 3
            athrow
        end local 1 // sun.awt.X11.XErrorHandler errorHandler
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lsun/awt/X11/XQueryTree;
            0   25     1  errorHandler  Lsun/awt/X11/XErrorHandler;
           17   22     2        status  I
      Exception table:
        from    to  target  type
           1    20      22  any
    MethodParameters:
              Name  Flags
      errorHandler  

  public boolean isExecuted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XQueryTree this
         0: .line 83
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ireturn
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XQueryTree;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.X11.XQueryTree this
         0: .line 87
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.disposer:Lsun/awt/X11/UnsafeXDisposerRecord;
            getfield sun.awt.X11.UnsafeXDisposerRecord.disposed:Z
            ireturn
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XQueryTree;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // sun.awt.X11.XQueryTree this
         0: .line 90
            invokestatic sun.awt.X11.XToolkit.awtLock:()V
         1: .line 92
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 4
         2: .line 97
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
         3: .line 93
            return
         4: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.disposer:Lsun/awt/X11/UnsafeXDisposerRecord;
            invokevirtual sun.awt.X11.UnsafeXDisposerRecord.dispose:()V
         5: .line 96
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 1
         7: .line 97
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
         8: .line 98
            aload 1
            athrow
         9: .line 97
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        10: .line 99
            return
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/awt/X11/XQueryTree;
      Exception table:
        from    to  target  type
           1     2       6  any
           4     6       6  any

  public long get_w();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XQueryTree this
         0: .line 101
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 102
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 105
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree._w:J
            lreturn
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/X11/XQueryTree;

  public void set_w(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.awt.X11.XQueryTree this
        start local 1 // long data
         0: .line 110
            aload 0 /* this */
            lload 1 /* data */
            putfield sun.awt.X11.XQueryTree._w:J
         1: .line 111
            return
        end local 1 // long data
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XQueryTree;
            0    2     1  data  J
    MethodParameters:
      Name  Flags
      data  

  public long get_root();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XQueryTree this
         0: .line 113
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 114
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 117
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.root_ptr:J
            invokestatic sun.awt.X11.Native.getLong:(J)J
            lreturn
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/X11/XQueryTree;

  public void set_root(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.X11.XQueryTree this
        start local 1 // long data
         0: .line 122
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.root_ptr:J
            lload 1 /* data */
            invokestatic sun.awt.X11.Native.putLong:(JJ)V
         1: .line 123
            return
        end local 1 // long data
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XQueryTree;
            0    2     1  data  J
    MethodParameters:
      Name  Flags
      data  

  public long get_parent();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XQueryTree this
         0: .line 125
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 126
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 129
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.parent_ptr:J
            invokestatic sun.awt.X11.Native.getLong:(J)J
            lreturn
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/X11/XQueryTree;

  public void set_parent(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.X11.XQueryTree this
        start local 1 // long data
         0: .line 134
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.parent_ptr:J
            lload 1 /* data */
            invokestatic sun.awt.X11.Native.putLong:(JJ)V
         1: .line 135
            return
        end local 1 // long data
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XQueryTree;
            0    2     1  data  J
    MethodParameters:
      Name  Flags
      data  

  public long get_children();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XQueryTree this
         0: .line 137
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 138
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 141
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.children_ptr:J
            invokestatic sun.awt.X11.Native.getLong:(J)J
            lreturn
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/X11/XQueryTree;

  public void set_children(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.awt.X11.XQueryTree this
        start local 1 // long data
         0: .line 146
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.children_ptr:J
            lload 1 /* data */
            invokestatic sun.awt.X11.Native.putLong:(JJ)V
         1: .line 147
            return
        end local 1 // long data
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XQueryTree;
            0    2     1  data  J
    MethodParameters:
      Name  Flags
      data  

  public int get_nchildren();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.awt.X11.XQueryTree this
         0: .line 149
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 150
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 153
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.nchildren_ptr:J
            invokestatic sun.awt.X11.Native.getInt:(J)I
            ireturn
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/X11/XQueryTree;

  public void set_nchildren(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.awt.X11.XQueryTree this
        start local 1 // int data
         0: .line 158
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.nchildren_ptr:J
            iload 1 /* data */
            invokestatic sun.awt.X11.Native.putInt:(JI)V
         1: .line 159
            return
        end local 1 // int data
        end local 0 // sun.awt.X11.XQueryTree this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XQueryTree;
            0    2     1  data  I
    MethodParameters:
      Name  Flags
      data  
}
SourceFile: "XQueryTree.java"