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 34
            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 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            iconst_0
            putfield sun.awt.X11.XQueryTree.__executed:Z
         2: .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.root_ptr:J
         3: .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.parent_ptr:J
         4: .line 39
            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 40
            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 45
            aload 0 /* this */
            lload 1 /* w */
            invokevirtual sun.awt.X11.XQueryTree.set_w:(J)V
         7: .line 46
            aload 0 /* this */
            aload 0 /* this */
            new sun.awt.X11.UnsafeXDisposerRecord
            dup
            ldc "XQueryTree"
         8: .line 47
            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 48
            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 46
            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 49
            aload 0 /* this */
            lconst_0
            invokevirtual sun.awt.X11.XQueryTree.set_children:(J)V
        12: .line 50
            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 52
            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 55
            invokestatic sun.awt.X11.XToolkit.awtLock:()V
         1: .line 57
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 3
         2: .line 58
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifeq 5
         4: .line 61
            new java.lang.IllegalStateException
            dup
            ldc "Already executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.awt.X11.XQueryTree.__executed:Z
         6: .line 64
            aload 1 /* errorHandler */
            ifnull 8
         7: .line 65
            aload 1 /* errorHandler */
            invokestatic sun.awt.X11.XToolkit.WITH_XERROR_HANDLER:(Lsun/awt/X11/XErrorHandler;)V
         8: .line 67
      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 69
            invokestatic sun.awt.X11.XToolkit.getDisplay:()J
        10: .line 70
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.get_w:()J
        11: .line 71
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.root_ptr:J
        12: .line 72
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.parent_ptr:J
        13: .line 73
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.children_ptr:J
        14: .line 74
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.nchildren_ptr:J
        15: .line 69
            invokestatic sun.awt.X11.XlibWrapper.XQueryTree:(JJJJJJ)I
        16: .line 68
            istore 2 /* status */
        start local 2 // int status
        17: .line 75
            aload 1 /* errorHandler */
            ifnull 19
        18: .line 76
            invokestatic sun.awt.X11.XToolkit.RESTORE_XERROR_HANDLER:()V
        19: .line 78
      StackMap locals: int
      StackMap stack:
            iload 2 /* status */
            istore 4
        20: .line 80
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        21: .line 78
            iload 4
            ireturn
        end local 2 // int status
        22: .line 79
      StackMap locals: sun.awt.X11.XQueryTree sun.awt.X11.XErrorHandler
      StackMap stack: java.lang.Throwable
            astore 3
        23: .line 80
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        24: .line 81
            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 84
            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 88
            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 91
            invokestatic sun.awt.X11.XToolkit.awtLock:()V
         1: .line 93
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 4
         2: .line 98
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
         3: .line 94
            return
         4: .line 96
      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 97
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 1
         7: .line 98
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
         8: .line 99
            aload 1
            athrow
         9: .line 98
      StackMap locals:
      StackMap stack:
            invokestatic sun.awt.X11.XToolkit.awtUnlock:()V
        10: .line 100
            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 102
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 103
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 106
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 108
      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 111
            aload 0 /* this */
            lload 1 /* data */
            putfield sun.awt.X11.XQueryTree._w:J
         1: .line 112
            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 114
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 115
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 118
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 120
      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 123
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.root_ptr:J
            lload 1 /* data */
            invokestatic sun.awt.X11.Native.putLong:(JJ)V
         1: .line 124
            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 126
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 127
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 130
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 132
      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 135
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.parent_ptr:J
            lload 1 /* data */
            invokestatic sun.awt.X11.Native.putLong:(JJ)V
         1: .line 136
            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 138
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 139
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 142
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 144
      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 147
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.children_ptr:J
            lload 1 /* data */
            invokestatic sun.awt.X11.Native.putLong:(JJ)V
         1: .line 148
            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 150
            aload 0 /* this */
            invokevirtual sun.awt.X11.XQueryTree.isDisposed:()Z
            ifeq 2
         1: .line 151
            new java.lang.IllegalStateException
            dup
            ldc "Disposed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.__executed:Z
            ifne 4
         3: .line 154
            new java.lang.IllegalStateException
            dup
            ldc "Not executed"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 156
      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 159
            aload 0 /* this */
            getfield sun.awt.X11.XQueryTree.nchildren_ptr:J
            iload 1 /* data */
            invokestatic sun.awt.X11.Native.putInt:(JI)V
         1: .line 160
            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"