public class com.sun.javafx.sg.prism.NGGroup extends com.sun.javafx.sg.prism.NGNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.sg.prism.NGGroup
  super_class: com.sun.javafx.sg.prism.NGNode
{
  private com.sun.scenario.effect.Blend$Mode blendMode;
    descriptor: Lcom/sun/scenario/effect/Blend$Mode;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<com.sun.javafx.sg.prism.NGNode> children;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;

  private java.util.List<com.sun.javafx.sg.prism.NGNode> unmod;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;

  private java.util.List<com.sun.javafx.sg.prism.NGNode> removed;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;

  private final java.util.List<com.sun.javafx.sg.prism.NGNode> viewOrderChildren;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 48
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.<init>:()V
         1: .line 52
            aload 0 /* this */
            getstatic com.sun.scenario.effect.Blend$Mode.SRC_OVER:Lcom/sun/scenario/effect/Blend$Mode;
            putfield com.sun.javafx.sg.prism.NGGroup.blendMode:Lcom/sun/scenario/effect/Blend$Mode;
         2: .line 58
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
         3: .line 59
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield com.sun.javafx.sg.prism.NGGroup.unmod:Ljava/util/List;
         4: .line 69
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.sun.javafx.sg.prism.NGGroup.viewOrderChildren:Ljava/util/List;
         5: .line 48
            return
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/sg/prism/NGGroup;

  public java.util.List<com.sun.javafx.sg.prism.NGNode> getChildren();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 86
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.unmod:Ljava/util/List;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGGroup;
    Signature: ()Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;

  public void add(int, com.sun.javafx.sg.prism.NGNode);
    descriptor: (ILcom/sun/javafx/sg/prism/NGNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // int index
        start local 2 // com.sun.javafx.sg.prism.NGNode node
         0: .line 96
            iload 1 /* index */
            iconst_m1
            if_icmplt 1
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmple 2
         1: .line 97
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "invalid index"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 106
      StackMap locals:
      StackMap stack:
            aload 2 /* node */
            astore 3 /* child */
        start local 3 // com.sun.javafx.sg.prism.NGNode child
         3: .line 115
            aload 3 /* child */
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGNode.setParent:(Lcom/sun/javafx/sg/prism/NGNode;)V
         4: .line 116
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGGroup.childDirty:Z
         5: .line 117
            iload 1 /* index */
            iconst_m1
            if_icmpne 8
         6: .line 118
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            aload 2 /* node */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 119
            goto 9
         8: .line 120
      StackMap locals: com.sun.javafx.sg.prism.NGNode
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* node */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         9: .line 122
      StackMap locals:
      StackMap stack:
            aload 3 /* child */
            invokevirtual com.sun.javafx.sg.prism.NGNode.markDirty:()V
        10: .line 123
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.markTreeDirtyNoIncrement:()V
        11: .line 124
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.geometryChanged:()V
        12: .line 125
            return
        end local 3 // com.sun.javafx.sg.prism.NGNode child
        end local 2 // com.sun.javafx.sg.prism.NGNode node
        end local 1 // int index
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/sun/javafx/sg/prism/NGGroup;
            0   13     1  index  I
            0   13     2   node  Lcom/sun/javafx/sg/prism/NGNode;
            3   13     3  child  Lcom/sun/javafx/sg/prism/NGNode;
    MethodParameters:
       Name  Flags
      index  
      node   

  public void clearFrom(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // int fromIndex
         0: .line 128
            iload 1 /* fromIndex */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 5
         1: .line 129
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            iload 1 /* fromIndex */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 130
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.geometryChanged:()V
         3: .line 131
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGGroup.childDirty:Z
         4: .line 132
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.markTreeDirtyNoIncrement:()V
         5: .line 134
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int fromIndex
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/javafx/sg/prism/NGGroup;
            0    6     1  fromIndex  I
    MethodParameters:
           Name  Flags
      fromIndex  

  public java.util.List<com.sun.javafx.sg.prism.NGNode> getRemovedChildren();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 137
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.removed:Ljava/util/List;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGGroup;
    Signature: ()Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;

  public void addToRemoved(com.sun.javafx.sg.prism.NGNode);
    descriptor: (Lcom/sun/javafx/sg/prism/NGNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // com.sun.javafx.sg.prism.NGNode n
         0: .line 141
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.removed:Ljava/util/List;
            ifnonnull 1
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.javafx.sg.prism.NGGroup.removed:Ljava/util/List;
         1: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.dirtyChildrenAccumulated:I
            bipush 12
            if_icmple 3
         2: .line 143
            return
         3: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.removed:Ljava/util/List;
            aload 1 /* n */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 147
            aload 0 /* this */
            dup
            getfield com.sun.javafx.sg.prism.NGGroup.dirtyChildrenAccumulated:I
            iconst_1
            iadd
            putfield com.sun.javafx.sg.prism.NGGroup.dirtyChildrenAccumulated:I
         5: .line 149
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.dirtyChildrenAccumulated:I
            bipush 12
            if_icmple 7
         6: .line 150
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.removed:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         7: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.javafx.sg.prism.NGNode n
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/javafx/sg/prism/NGGroup;
            0    8     1     n  Lcom/sun/javafx/sg/prism/NGNode;
    MethodParameters:
      Name  Flags
      n     

  protected void clearDirty();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 156
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.clearDirty:()V
         1: .line 157
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.removed:Ljava/util/List;
            ifnull 2
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.removed:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 158
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NGGroup;

  public void remove(com.sun.javafx.sg.prism.NGNode);
    descriptor: (Lcom/sun/javafx/sg/prism/NGNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // com.sun.javafx.sg.prism.NGNode node
         0: .line 166
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            aload 1 /* node */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 167
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.geometryChanged:()V
         2: .line 168
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGGroup.childDirty:Z
         3: .line 169
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.markTreeDirtyNoIncrement:()V
         4: .line 170
            return
        end local 1 // com.sun.javafx.sg.prism.NGNode node
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/sg/prism/NGGroup;
            0    5     1  node  Lcom/sun/javafx/sg/prism/NGNode;
    MethodParameters:
      Name  Flags
      node  

  public void remove(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // int index
         0: .line 173
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         1: .line 174
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.geometryChanged:()V
         2: .line 175
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGGroup.childDirty:Z
         3: .line 176
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.markTreeDirtyNoIncrement:()V
         4: .line 177
            return
        end local 1 // int index
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/javafx/sg/prism/NGGroup;
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 180
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 181
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NGGroup.childDirty:Z
         2: .line 182
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.geometryChanged:()V
         3: .line 183
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.markTreeDirtyNoIncrement:()V
         4: .line 184
            return
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/sg/prism/NGGroup;

  private java.util.List<com.sun.javafx.sg.prism.NGNode> getOrderedChildren();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 189
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.viewOrderChildren:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 2
         1: .line 190
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.viewOrderChildren:Ljava/util/List;
            areturn
         2: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NGGroup;
    Signature: ()Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;

  public void setViewOrderChildren(java.util.List<javafx.scene.Node>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // java.util.List sortedChildren
         0: .line 198
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.viewOrderChildren:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 199
            aload 1 /* sortedChildren */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.sun.javafx.sg.prism.NGGroup java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javafx.scene.Node
            astore 2 /* child */
        start local 2 // javafx.scene.Node child
         3: .line 200
            aload 2 /* child */
            invokestatic com.sun.javafx.scene.NodeHelper.getPeer:(Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
            astore 4 /* childPeer */
        start local 4 // com.sun.javafx.sg.prism.NGNode childPeer
         4: .line 201
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.viewOrderChildren:Ljava/util/List;
            aload 4 /* childPeer */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // com.sun.javafx.sg.prism.NGNode childPeer
        end local 2 // javafx.scene.Node child
         5: .line 199
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 205
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.visualsChanged:()V
         7: .line 206
            return
        end local 1 // java.util.List sortedChildren
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lcom/sun/javafx/sg/prism/NGGroup;
            0    8     1  sortedChildren  Ljava/util/List<Ljavafx/scene/Node;>;
            3    5     2           child  Ljavafx/scene/Node;
            4    5     4       childPeer  Lcom/sun/javafx/sg/prism/NGNode;
    Signature: (Ljava/util/List<Ljavafx/scene/Node;>;)V
    MethodParameters:
                Name  Flags
      sortedChildren  

  public void setBlendMode(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // java.lang.Object blendMode
         0: .line 214
            aload 1 /* blendMode */
            ifnonnull 2
         1: .line 215
            new java.lang.IllegalArgumentException
            dup
            ldc "Mode must be non-null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.blendMode:Lcom/sun/scenario/effect/Blend$Mode;
            aload 1 /* blendMode */
            if_acmpeq 5
         3: .line 220
            aload 0 /* this */
            aload 1 /* blendMode */
            checkcast com.sun.scenario.effect.Blend$Mode
            putfield com.sun.javafx.sg.prism.NGGroup.blendMode:Lcom/sun/scenario/effect/Blend$Mode;
         4: .line 221
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.visualsChanged:()V
         5: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object blendMode
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/javafx/sg/prism/NGGroup;
            0    6     1  blendMode  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      blendMode  

  public void renderForcedContent(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // com.sun.prism.Graphics gOptional
         0: .line 227
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getOrderedChildren:()Ljava/util/List;
            astore 2 /* orderedChildren */
        start local 2 // java.util.List orderedChildren
         1: .line 228
            aload 2 /* orderedChildren */
            ifnonnull 3
         2: .line 229
            return
         3: .line 231
      StackMap locals: java.util.List
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 232
      StackMap locals: int
      StackMap stack:
            aload 2 /* orderedChildren */
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
            aload 1 /* gOptional */
            invokevirtual com.sun.javafx.sg.prism.NGNode.renderForcedContent:(Lcom/sun/prism/Graphics;)V
         6: .line 231
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 2 /* orderedChildren */
            invokeinterface java.util.List.size:()I
            if_icmplt 5
        end local 3 // int i
         8: .line 234
            return
        end local 2 // java.util.List orderedChildren
        end local 1 // com.sun.prism.Graphics gOptional
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lcom/sun/javafx/sg/prism/NGGroup;
            0    9     1        gOptional  Lcom/sun/prism/Graphics;
            1    9     2  orderedChildren  Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;
            4    8     3                i  I
    MethodParameters:
           Name  Flags
      gOptional  

  protected void renderContent(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=15, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // com.sun.prism.Graphics g
         0: .line 238
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getOrderedChildren:()Ljava/util/List;
            astore 2 /* orderedChildren */
        start local 2 // java.util.List orderedChildren
         1: .line 239
            aload 2 /* orderedChildren */
            ifnonnull 3
         2: .line 240
            return
         3: .line 243
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getRenderRoot:()Lcom/sun/javafx/sg/prism/NodePath;
            astore 3 /* renderRoot */
        start local 3 // com.sun.javafx.sg.prism.NodePath renderRoot
         4: .line 244
            iconst_0
            istore 4 /* startPos */
        start local 4 // int startPos
         5: .line 245
            aload 3 /* renderRoot */
            ifnull 16
         6: .line 246
            aload 3 /* renderRoot */
            invokevirtual com.sun.javafx.sg.prism.NodePath.hasNext:()Z
            ifeq 15
         7: .line 247
            aload 3 /* renderRoot */
            invokevirtual com.sun.javafx.sg.prism.NodePath.next:()V
         8: .line 248
            aload 2 /* orderedChildren */
            aload 3 /* renderRoot */
            invokevirtual com.sun.javafx.sg.prism.NodePath.getCurrentNode:()Lcom/sun/javafx/sg/prism/NGNode;
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
            istore 4 /* startPos */
         9: .line 250
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        10: goto 13
        11: .line 251
      StackMap locals: com.sun.javafx.sg.prism.NodePath int int
      StackMap stack:
            aload 2 /* orderedChildren */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
            invokevirtual com.sun.javafx.sg.prism.NGNode.clearDirtyTree:()V
        12: .line 250
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 4 /* startPos */
            if_icmplt 11
        end local 5 // int i
        14: .line 253
            goto 16
        15: .line 254
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aconst_null
            invokeinterface com.sun.prism.Graphics.setRenderRoot:(Lcom/sun/javafx/sg/prism/NodePath;)V
        16: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.blendMode:Lcom/sun/scenario/effect/Blend$Mode;
            getstatic com.sun.scenario.effect.Blend$Mode.SRC_OVER:Lcom/sun/scenario/effect/Blend$Mode;
            if_acmpeq 18
        17: .line 259
            aload 2 /* orderedChildren */
            invokeinterface java.util.List.size:()I
            iconst_2
            if_icmpge 29
        18: .line 261
      StackMap locals:
      StackMap stack:
            iload 4 /* startPos */
            istore 5 /* i */
        start local 5 // int i
        19: goto 27
        20: .line 264
      StackMap locals: int
      StackMap stack:
            aload 2 /* orderedChildren */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
            astore 6 /* child */
        start local 6 // com.sun.javafx.sg.prism.NGNode child
        21: .line 265
            goto 24
        end local 6 // com.sun.javafx.sg.prism.NGNode child
      StackMap locals:
      StackMap stack: java.lang.Exception
        22: pop
        23: .line 266
            aconst_null
            astore 6 /* child */
        start local 6 // com.sun.javafx.sg.prism.NGNode child
        24: .line 269
      StackMap locals: com.sun.javafx.sg.prism.NGNode
      StackMap stack:
            aload 6 /* child */
            ifnull 26
        25: .line 270
            aload 6 /* child */
            aload 1 /* g */
            invokevirtual com.sun.javafx.sg.prism.NGNode.render:(Lcom/sun/prism/Graphics;)V
        end local 6 // com.sun.javafx.sg.prism.NGNode child
        26: .line 261
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 5 /* i */
            aload 2 /* orderedChildren */
            invokeinterface java.util.List.size:()I
            if_icmplt 20
        end local 5 // int i
        28: .line 273
            return
        29: .line 276
      StackMap locals:
      StackMap stack:
            new com.sun.scenario.effect.Blend
            dup
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.blendMode:Lcom/sun/scenario/effect/Blend$Mode;
            aconst_null
            aconst_null
            invokespecial com.sun.scenario.effect.Blend.<init>:(Lcom/sun/scenario/effect/Blend$Mode;Lcom/sun/scenario/effect/Effect;Lcom/sun/scenario/effect/Effect;)V
            astore 5 /* b */
        start local 5 // com.sun.scenario.effect.Blend b
        30: .line 277
            aload 1 /* g */
            invokestatic com.sun.javafx.sg.prism.NGGroup.getFilterContext:(Lcom/sun/prism/Graphics;)Lcom/sun/scenario/effect/FilterContext;
            astore 6 /* fctx */
        start local 6 // com.sun.scenario.effect.FilterContext fctx
        31: .line 279
            aconst_null
            astore 7 /* bot */
        start local 7 // com.sun.scenario.effect.ImageData bot
        32: .line 280
            iconst_1
            istore 8 /* idValid */
        start local 8 // boolean idValid
        33: .line 283
      StackMap locals: com.sun.javafx.sg.prism.NGGroup com.sun.prism.Graphics java.util.List com.sun.javafx.sg.prism.NodePath int com.sun.scenario.effect.Blend com.sun.scenario.effect.FilterContext com.sun.scenario.effect.ImageData int
      StackMap stack:
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getTransformNoClone:()Lcom/sun/javafx/geom/transform/BaseTransform;
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.copy:()Lcom/sun/javafx/geom/transform/BaseTransform;
            astore 9 /* transform */
        start local 9 // com.sun.javafx.geom.transform.BaseTransform transform
        34: .line 284
            aload 7 /* bot */
            ifnull 37
        35: .line 285
            aload 7 /* bot */
            invokevirtual com.sun.scenario.effect.ImageData.unref:()V
        36: .line 286
            aconst_null
            astore 7 /* bot */
        37: .line 288
      StackMap locals: com.sun.javafx.geom.transform.BaseTransform
      StackMap stack:
            aload 1 /* g */
            invokestatic com.sun.scenario.effect.impl.prism.PrEffectHelper.getGraphicsClipNoClone:(Lcom/sun/prism/Graphics;)Lcom/sun/javafx/geom/Rectangle;
            astore 10 /* rclip */
        start local 10 // com.sun.javafx.geom.Rectangle rclip
        38: .line 289
            iload 4 /* startPos */
            istore 11 /* i */
        start local 11 // int i
        39: goto 52
        40: .line 290
      StackMap locals: com.sun.javafx.geom.Rectangle int
      StackMap stack:
            aload 2 /* orderedChildren */
            iload 11 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
            astore 12 /* child */
        start local 12 // com.sun.javafx.sg.prism.NGNode child
        41: .line 292
            aload 6 /* fctx */
            aload 12 /* child */
            iconst_0
            aload 9 /* transform */
            aload 10 /* rclip */
            invokestatic com.sun.javafx.sg.prism.NodeEffectInput.getImageDataForNode:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/sg/prism/NGNode;ZLcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;)Lcom/sun/scenario/effect/ImageData;
        42: .line 291
            astore 13 /* top */
        start local 13 // com.sun.scenario.effect.ImageData top
        43: .line 293
            aload 7 /* bot */
            ifnonnull 46
        44: .line 294
            aload 13 /* top */
            astore 7 /* bot */
        45: .line 295
            goto 51
        46: .line 297
      StackMap locals: com.sun.javafx.sg.prism.NGNode com.sun.scenario.effect.ImageData
      StackMap stack:
            aload 5 /* b */
            aload 6 /* fctx */
            aload 9 /* transform */
            aload 10 /* rclip */
            aconst_null
            iconst_2
            anewarray com.sun.scenario.effect.ImageData
            dup
            iconst_0
            aload 7 /* bot */
            aastore
            dup
            iconst_1
            aload 13 /* top */
            aastore
            invokevirtual com.sun.scenario.effect.Blend.filterImageDatas:(Lcom/sun/scenario/effect/FilterContext;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/Rectangle;Lcom/sun/scenario/effect/impl/state/RenderState;[Lcom/sun/scenario/effect/ImageData;)Lcom/sun/scenario/effect/ImageData;
        47: .line 296
            astore 14 /* newbot */
        start local 14 // com.sun.scenario.effect.ImageData newbot
        48: .line 298
            aload 7 /* bot */
            invokevirtual com.sun.scenario.effect.ImageData.unref:()V
        49: .line 299
            aload 13 /* top */
            invokevirtual com.sun.scenario.effect.ImageData.unref:()V
        50: .line 300
            aload 14 /* newbot */
            astore 7 /* bot */
        end local 14 // com.sun.scenario.effect.ImageData newbot
        end local 13 // com.sun.scenario.effect.ImageData top
        end local 12 // com.sun.javafx.sg.prism.NGNode child
        51: .line 289
      StackMap locals:
      StackMap stack:
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 11 /* i */
            aload 2 /* orderedChildren */
            invokeinterface java.util.List.size:()I
            if_icmplt 40
        end local 11 // int i
        53: .line 303
            aload 7 /* bot */
            ifnull 60
            aload 7 /* bot */
            aload 6 /* fctx */
            invokevirtual com.sun.scenario.effect.ImageData.validate:(Lcom/sun/scenario/effect/FilterContext;)Z
            dup
            istore 8 /* idValid */
            ifeq 60
        54: .line 304
            aload 7 /* bot */
            invokevirtual com.sun.scenario.effect.ImageData.getUntransformedBounds:()Lcom/sun/javafx/geom/Rectangle;
            astore 11 /* r */
        start local 11 // com.sun.javafx.geom.Rectangle r
        55: .line 305
            aload 7 /* bot */
            invokevirtual com.sun.scenario.effect.ImageData.getUntransformedImage:()Lcom/sun/scenario/effect/Filterable;
            checkcast com.sun.scenario.effect.impl.prism.PrDrawable
            astore 12 /* botimg */
        start local 12 // com.sun.scenario.effect.impl.prism.PrDrawable botimg
        56: .line 306
            aload 1 /* g */
            aload 7 /* bot */
            invokevirtual com.sun.scenario.effect.ImageData.getTransform:()Lcom/sun/javafx/geom/transform/BaseTransform;
            invokeinterface com.sun.prism.Graphics.setTransform:(Lcom/sun/javafx/geom/transform/BaseTransform;)V
        57: .line 307
            aload 1 /* g */
            aload 12 /* botimg */
            invokevirtual com.sun.scenario.effect.impl.prism.PrDrawable.getTextureObject:()Lcom/sun/prism/Texture;
        58: .line 308
            aload 11 /* r */
            getfield com.sun.javafx.geom.Rectangle.x:I
            i2f
            aload 11 /* r */
            getfield com.sun.javafx.geom.Rectangle.y:I
            i2f
            aload 11 /* r */
            getfield com.sun.javafx.geom.Rectangle.width:I
            i2f
            aload 11 /* r */
            getfield com.sun.javafx.geom.Rectangle.height:I
            i2f
        59: .line 307
            invokeinterface com.sun.prism.Graphics.drawTexture:(Lcom/sun/prism/Texture;FFFF)V
        end local 12 // com.sun.scenario.effect.impl.prism.PrDrawable botimg
        end local 11 // com.sun.javafx.geom.Rectangle r
        end local 10 // com.sun.javafx.geom.Rectangle rclip
        end local 9 // com.sun.javafx.geom.transform.BaseTransform transform
        60: .line 310
      StackMap locals:
      StackMap stack:
            aload 7 /* bot */
            ifnull 33
            iload 8 /* idValid */
            ifeq 33
        61: .line 312
            aload 7 /* bot */
            ifnull 63
        62: .line 313
            aload 7 /* bot */
            invokevirtual com.sun.scenario.effect.ImageData.unref:()V
        63: .line 315
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean idValid
        end local 7 // com.sun.scenario.effect.ImageData bot
        end local 6 // com.sun.scenario.effect.FilterContext fctx
        end local 5 // com.sun.scenario.effect.Blend b
        end local 4 // int startPos
        end local 3 // com.sun.javafx.sg.prism.NodePath renderRoot
        end local 2 // java.util.List orderedChildren
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   64     0             this  Lcom/sun/javafx/sg/prism/NGGroup;
            0   64     1                g  Lcom/sun/prism/Graphics;
            1   64     2  orderedChildren  Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;
            4   64     3       renderRoot  Lcom/sun/javafx/sg/prism/NodePath;
            5   64     4         startPos  I
           10   14     5                i  I
           19   28     5                i  I
           21   22     6            child  Lcom/sun/javafx/sg/prism/NGNode;
           24   26     6            child  Lcom/sun/javafx/sg/prism/NGNode;
           30   64     5                b  Lcom/sun/scenario/effect/Blend;
           31   64     6             fctx  Lcom/sun/scenario/effect/FilterContext;
           32   64     7              bot  Lcom/sun/scenario/effect/ImageData;
           33   64     8          idValid  Z
           34   60     9        transform  Lcom/sun/javafx/geom/transform/BaseTransform;
           38   60    10            rclip  Lcom/sun/javafx/geom/Rectangle;
           39   53    11                i  I
           41   51    12            child  Lcom/sun/javafx/sg/prism/NGNode;
           43   51    13              top  Lcom/sun/scenario/effect/ImageData;
           48   51    14           newbot  Lcom/sun/scenario/effect/ImageData;
           55   60    11                r  Lcom/sun/javafx/geom/Rectangle;
           56   60    12           botimg  Lcom/sun/scenario/effect/impl/prism/PrDrawable;
      Exception table:
        from    to  target  type
          20    21      22  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      g     

  protected boolean hasOverlappingContents();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 319
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.blendMode:Lcom/sun/scenario/effect/Blend$Mode;
            getstatic com.sun.scenario.effect.Blend$Mode.SRC_OVER:Lcom/sun/scenario/effect/Blend$Mode;
            if_acmpeq 2
         1: .line 321
            iconst_0
            ireturn
         2: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getOrderedChildren:()Ljava/util/List;
            astore 1 /* orderedChildren */
        start local 1 // java.util.List orderedChildren
         3: .line 324
            aload 1 /* orderedChildren */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals: java.util.List
      StackMap stack:
         4: aload 1 /* orderedChildren */
            invokeinterface java.util.List.size:()I
      StackMap locals:
      StackMap stack: int
         5: istore 2 /* n */
        start local 2 // int n
         6: .line 325
            iload 2 /* n */
            iconst_1
            if_icmpne 8
         7: .line 326
            aload 1 /* orderedChildren */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
            invokevirtual com.sun.javafx.sg.prism.NGNode.hasOverlappingContents:()Z
            ireturn
         8: .line 328
      StackMap locals: int
      StackMap stack:
            iload 2 /* n */
            ifeq 9
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // int n
        end local 1 // java.util.List orderedChildren
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lcom/sun/javafx/sg/prism/NGGroup;
            3   10     1  orderedChildren  Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;
            6   10     2                n  I

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 332
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.children:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/sg/prism/NGGroup;

  protected boolean hasVisuals();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 337
            iconst_0
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGGroup;

  protected boolean needsBlending();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
         0: .line 343
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getNodeBlendMode:()Lcom/sun/scenario/effect/Blend$Mode;
            astore 1 /* mode */
        start local 1 // com.sun.scenario.effect.Blend$Mode mode
         1: .line 346
            aload 1 /* mode */
            ifnull 2
            iconst_1
            ireturn
      StackMap locals: com.sun.scenario.effect.Blend$Mode
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // com.sun.scenario.effect.Blend$Mode mode
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NGGroup;
            1    3     1  mode  Lcom/sun/scenario/effect/Blend$Mode;

  protected com.sun.javafx.sg.prism.NGNode$RenderRootResult computeRenderRoot(com.sun.javafx.sg.prism.NodePath, com.sun.javafx.geom.RectBounds, int, com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.transform.GeneralTransform3D);
    descriptor: (Lcom/sun/javafx/sg/prism/NodePath;Lcom/sun/javafx/geom/RectBounds;ILcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTransform3D;)Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=25, locals=36, args_size=6
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // com.sun.javafx.sg.prism.NodePath path
        start local 2 // com.sun.javafx.geom.RectBounds dirtyRegion
        start local 3 // int cullingIndex
        start local 4 // com.sun.javafx.geom.transform.BaseTransform tx
        start local 5 // com.sun.javafx.geom.transform.GeneralTransform3D pvTx
         0: .line 360
            iload 3 /* cullingIndex */
            iconst_m1
            if_icmpeq 6
         1: .line 361
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.cullingBits:I
            iload 3 /* cullingIndex */
            iconst_2
            imul
            ishr
            istore 6 /* bits */
        start local 6 // int bits
         2: .line 362
            iload 6 /* bits */
            iconst_3
            iand
            ifne 4
         3: .line 363
            getstatic com.sun.javafx.sg.prism.NGNode$RenderRootResult.NO_RENDER_ROOT:Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            areturn
         4: .line 365
      StackMap locals: int
      StackMap stack:
            iload 6 /* bits */
            iconst_2
            iand
            ifeq 6
         5: .line 366
            iconst_m1
            istore 3 /* cullingIndex */
        end local 6 // int bits
         6: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.isVisible:()Z
            ifne 8
         7: .line 372
            getstatic com.sun.javafx.sg.prism.NGNode$RenderRootResult.NO_RENDER_ROOT:Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            areturn
         8: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getOpacity:()F
            f2d
            dconst_1
            dcmpl
            ifne 10
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getEffect:()Lcom/sun/scenario/effect/Effect;
            ifnull 9
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getEffect:()Lcom/sun/scenario/effect/Effect;
            invokevirtual com.sun.scenario.effect.Effect.reducesOpaquePixels:()Z
            ifne 10
      StackMap locals:
      StackMap stack:
         9: aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.needsBlending:()Z
            ifeq 11
        10: .line 376
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.sg.prism.NGNode$RenderRootResult.NO_RENDER_ROOT:Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            areturn
        11: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getClipNode:()Lcom/sun/javafx/sg/prism/NGNode;
            ifnull 19
        12: .line 380
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getClipNode:()Lcom/sun/javafx/sg/prism/NGNode;
            astore 6 /* clip */
        start local 6 // com.sun.javafx.sg.prism.NGNode clip
        13: .line 381
            aload 6 /* clip */
            invokevirtual com.sun.javafx.sg.prism.NGNode.getOpaqueRegion:()Lcom/sun/javafx/geom/RectBounds;
            astore 7 /* clipBounds */
        start local 7 // com.sun.javafx.geom.RectBounds clipBounds
        14: .line 382
            aload 7 /* clipBounds */
            ifnonnull 16
        15: .line 383
            getstatic com.sun.javafx.sg.prism.NGNode$RenderRootResult.NO_RENDER_ROOT:Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            areturn
        16: .line 385
      StackMap locals: com.sun.javafx.sg.prism.NGNode com.sun.javafx.geom.RectBounds
      StackMap stack:
            getstatic com.sun.javafx.sg.prism.NGGroup.TEMP_TRANSFORM:Lcom/sun/javafx/geom/transform/Affine3D;
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.Affine3D.deriveWithNewTransform:(Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/transform/Affine3D;
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getTransform:()Lcom/sun/javafx/geom/transform/BaseTransform;
            invokevirtual com.sun.javafx.geom.transform.Affine3D.deriveWithConcatenation:(Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/transform/Affine3D;
            aload 6 /* clip */
            invokevirtual com.sun.javafx.sg.prism.NGNode.getTransform:()Lcom/sun/javafx/geom/transform/BaseTransform;
            invokevirtual com.sun.javafx.geom.transform.Affine3D.deriveWithConcatenation:(Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/transform/Affine3D;
            pop
        17: .line 386
            aload 7 /* clipBounds */
            aload 2 /* dirtyRegion */
            getstatic com.sun.javafx.sg.prism.NGGroup.TEMP_TRANSFORM:Lcom/sun/javafx/geom/transform/Affine3D;
            aload 5 /* pvTx */
            invokestatic com.sun.javafx.sg.prism.NGGroup.checkBoundsInQuad:(Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/RectBounds;Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTransform3D;)Z
            ifne 19
        18: .line 387
            getstatic com.sun.javafx.sg.prism.NGNode$RenderRootResult.NO_RENDER_ROOT:Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            areturn
        end local 7 // com.sun.javafx.geom.RectBounds clipBounds
        end local 6 // com.sun.javafx.sg.prism.NGNode clip
        19: .line 393
      StackMap locals:
      StackMap stack:
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxx:()D
            dstore 6 /* mxx */
        start local 6 // double mxx
        20: .line 394
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxy:()D
            dstore 8 /* mxy */
        start local 8 // double mxy
        21: .line 395
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxz:()D
            dstore 10 /* mxz */
        start local 10 // double mxz
        22: .line 396
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxt:()D
            dstore 12 /* mxt */
        start local 12 // double mxt
        23: .line 398
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyx:()D
            dstore 14 /* myx */
        start local 14 // double myx
        24: .line 399
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyy:()D
            dstore 16 /* myy */
        start local 16 // double myy
        25: .line 400
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyz:()D
            dstore 18 /* myz */
        start local 18 // double myz
        26: .line 401
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyt:()D
            dstore 20 /* myt */
        start local 20 // double myt
        27: .line 403
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzx:()D
            dstore 22 /* mzx */
        start local 22 // double mzx
        28: .line 404
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzy:()D
            dstore 24 /* mzy */
        start local 24 // double mzy
        29: .line 405
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzz:()D
            dstore 26 /* mzz */
        start local 26 // double mzz
        30: .line 406
            aload 4 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzt:()D
            dstore 28 /* mzt */
        start local 28 // double mzt
        31: .line 407
            aload 4 /* tx */
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getTransform:()Lcom/sun/javafx/geom/transform/BaseTransform;
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.deriveWithConcatenation:(Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/transform/BaseTransform;
            astore 30 /* chTx */
        start local 30 // com.sun.javafx.geom.transform.BaseTransform chTx
        32: .line 410
            getstatic com.sun.javafx.sg.prism.NGNode$RenderRootResult.NO_RENDER_ROOT:Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            astore 31 /* result */
        start local 31 // com.sun.javafx.sg.prism.NGNode$RenderRootResult result
        33: .line 412
            iconst_1
            istore 32 /* followingChildrenClean */
        start local 32 // boolean followingChildrenClean
        34: .line 414
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getOrderedChildren:()Ljava/util/List;
            astore 33 /* orderedChildren */
        start local 33 // java.util.List orderedChildren
        35: .line 415
            aload 33 /* orderedChildren */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            istore 34 /* resultIdx */
        start local 34 // int resultIdx
        36: goto 49
        37: .line 417
      StackMap locals: com.sun.javafx.sg.prism.NGGroup com.sun.javafx.sg.prism.NodePath com.sun.javafx.geom.RectBounds int com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.transform.GeneralTransform3D double double double double double double double double double double double double com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.sg.prism.NGNode$RenderRootResult int java.util.List int
      StackMap stack:
            aload 33 /* orderedChildren */
            iload 34 /* resultIdx */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
            astore 35 /* child */
        start local 35 // com.sun.javafx.sg.prism.NGNode child
        38: .line 418
            aload 35 /* child */
            aload 1 /* path */
            aload 2 /* dirtyRegion */
            iload 3 /* cullingIndex */
            aload 30 /* chTx */
            aload 5 /* pvTx */
            invokevirtual com.sun.javafx.sg.prism.NGNode.computeRenderRoot:(Lcom/sun/javafx/sg/prism/NodePath;Lcom/sun/javafx/geom/RectBounds;ILcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTransform3D;)Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            astore 31 /* result */
        39: .line 421
            iload 32 /* followingChildrenClean */
            aload 35 /* child */
            invokevirtual com.sun.javafx.sg.prism.NGNode.isClean:()Z
            iand
            istore 32 /* followingChildrenClean */
        40: .line 423
            aload 31 /* result */
            getstatic com.sun.javafx.sg.prism.NGNode$RenderRootResult.HAS_RENDER_ROOT:Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            if_acmpne 43
        41: .line 427
            aload 1 /* path */
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NodePath.add:(Lcom/sun/javafx/sg/prism/NGNode;)V
        42: .line 428
            goto 50
        43: .line 429
      StackMap locals: com.sun.javafx.sg.prism.NGNode
      StackMap stack:
            aload 31 /* result */
            getstatic com.sun.javafx.sg.prism.NGNode$RenderRootResult.HAS_RENDER_ROOT_AND_IS_CLEAN:Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            if_acmpne 48
        44: .line 430
            aload 1 /* path */
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NodePath.add:(Lcom/sun/javafx/sg/prism/NGNode;)V
        45: .line 434
            iload 32 /* followingChildrenClean */
            ifne 50
        46: .line 435
            getstatic com.sun.javafx.sg.prism.NGNode$RenderRootResult.HAS_RENDER_ROOT:Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
            astore 31 /* result */
        47: .line 437
            goto 50
        end local 35 // com.sun.javafx.sg.prism.NGNode child
        48: .line 415
      StackMap locals:
      StackMap stack:
            iinc 34 /* resultIdx */ -1
      StackMap locals:
      StackMap stack:
        49: iload 34 /* resultIdx */
            ifge 37
        end local 34 // int resultIdx
        50: .line 441
      StackMap locals:
      StackMap stack:
            aload 4 /* tx */
            dload 6 /* mxx */
            dload 8 /* mxy */
            dload 10 /* mxz */
            dload 12 /* mxt */
            dload 14 /* myx */
            dload 16 /* myy */
            dload 18 /* myz */
            dload 20 /* myt */
            dload 22 /* mzx */
            dload 24 /* mzy */
            dload 26 /* mzz */
            dload 28 /* mzt */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.restoreTransform:(DDDDDDDDDDDD)V
        51: .line 442
            aload 31 /* result */
            areturn
        end local 33 // java.util.List orderedChildren
        end local 32 // boolean followingChildrenClean
        end local 31 // com.sun.javafx.sg.prism.NGNode$RenderRootResult result
        end local 30 // com.sun.javafx.geom.transform.BaseTransform chTx
        end local 28 // double mzt
        end local 26 // double mzz
        end local 24 // double mzy
        end local 22 // double mzx
        end local 20 // double myt
        end local 18 // double myz
        end local 16 // double myy
        end local 14 // double myx
        end local 12 // double mxt
        end local 10 // double mxz
        end local 8 // double mxy
        end local 6 // double mxx
        end local 5 // com.sun.javafx.geom.transform.GeneralTransform3D pvTx
        end local 4 // com.sun.javafx.geom.transform.BaseTransform tx
        end local 3 // int cullingIndex
        end local 2 // com.sun.javafx.geom.RectBounds dirtyRegion
        end local 1 // com.sun.javafx.sg.prism.NodePath path
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   52     0                    this  Lcom/sun/javafx/sg/prism/NGGroup;
            0   52     1                    path  Lcom/sun/javafx/sg/prism/NodePath;
            0   52     2             dirtyRegion  Lcom/sun/javafx/geom/RectBounds;
            0   52     3            cullingIndex  I
            0   52     4                      tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            0   52     5                    pvTx  Lcom/sun/javafx/geom/transform/GeneralTransform3D;
            2    6     6                    bits  I
           13   19     6                    clip  Lcom/sun/javafx/sg/prism/NGNode;
           14   19     7              clipBounds  Lcom/sun/javafx/geom/RectBounds;
           20   52     6                     mxx  D
           21   52     8                     mxy  D
           22   52    10                     mxz  D
           23   52    12                     mxt  D
           24   52    14                     myx  D
           25   52    16                     myy  D
           26   52    18                     myz  D
           27   52    20                     myt  D
           28   52    22                     mzx  D
           29   52    24                     mzy  D
           30   52    26                     mzz  D
           31   52    28                     mzt  D
           32   52    30                    chTx  Lcom/sun/javafx/geom/transform/BaseTransform;
           33   52    31                  result  Lcom/sun/javafx/sg/prism/NGNode$RenderRootResult;
           34   52    32  followingChildrenClean  Z
           35   52    33         orderedChildren  Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;
           36   50    34               resultIdx  I
           38   48    35                   child  Lcom/sun/javafx/sg/prism/NGNode;
    MethodParameters:
              Name  Flags
      path          
      dirtyRegion   
      cullingIndex  
      tx            
      pvTx          

  protected void markCullRegions(com.sun.javafx.geom.DirtyRegionContainer, int, com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.transform.GeneralTransform3D);
    descriptor: (Lcom/sun/javafx/geom/DirtyRegionContainer;ILcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTransform3D;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=25, locals=33, args_size=5
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // com.sun.javafx.geom.DirtyRegionContainer drc
        start local 2 // int cullingRegionsBitsOfParent
        start local 3 // com.sun.javafx.geom.transform.BaseTransform tx
        start local 4 // com.sun.javafx.geom.transform.GeneralTransform3D pvTx
         0: .line 453
            aload 0 /* this */
            aload 1 /* drc */
            iload 2 /* cullingRegionsBitsOfParent */
            aload 3 /* tx */
            aload 4 /* pvTx */
            invokespecial com.sun.javafx.sg.prism.NGNode.markCullRegions:(Lcom/sun/javafx/geom/DirtyRegionContainer;ILcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTransform3D;)V
         1: .line 458
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.cullingBits:I
            iconst_m1
            if_icmpeq 2
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.cullingBits:I
            ifeq 28
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.cullingBits:I
            ldc 357913941
            iand
            ifeq 28
         2: .line 460
      StackMap locals:
      StackMap stack:
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxx:()D
            dstore 5 /* mxx */
        start local 5 // double mxx
         3: .line 461
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxy:()D
            dstore 7 /* mxy */
        start local 7 // double mxy
         4: .line 462
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxz:()D
            dstore 9 /* mxz */
        start local 9 // double mxz
         5: .line 463
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxt:()D
            dstore 11 /* mxt */
        start local 11 // double mxt
         6: .line 465
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyx:()D
            dstore 13 /* myx */
        start local 13 // double myx
         7: .line 466
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyy:()D
            dstore 15 /* myy */
        start local 15 // double myy
         8: .line 467
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyz:()D
            dstore 17 /* myz */
        start local 17 // double myz
         9: .line 468
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyt:()D
            dstore 19 /* myt */
        start local 19 // double myt
        10: .line 470
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzx:()D
            dstore 21 /* mzx */
        start local 21 // double mzx
        11: .line 471
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzy:()D
            dstore 23 /* mzy */
        start local 23 // double mzy
        12: .line 472
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzz:()D
            dstore 25 /* mzz */
        start local 25 // double mzz
        13: .line 473
            aload 3 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzt:()D
            dstore 27 /* mzt */
        start local 27 // double mzt
        14: .line 474
            aload 3 /* tx */
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getTransform:()Lcom/sun/javafx/geom/transform/BaseTransform;
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.deriveWithConcatenation:(Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/transform/BaseTransform;
            astore 29 /* chTx */
        start local 29 // com.sun.javafx.geom.transform.BaseTransform chTx
        15: .line 477
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getOrderedChildren:()Ljava/util/List;
            astore 31 /* orderedChildren */
        start local 31 // java.util.List orderedChildren
        16: .line 478
            iconst_0
            istore 32 /* chldIdx */
        start local 32 // int chldIdx
        17: goto 26
        18: .line 479
      StackMap locals: com.sun.javafx.sg.prism.NGGroup com.sun.javafx.geom.DirtyRegionContainer int com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.transform.GeneralTransform3D double double double double double double double double double double double double com.sun.javafx.geom.transform.BaseTransform top java.util.List int
      StackMap stack:
            aload 31 /* orderedChildren */
            iload 32 /* chldIdx */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
            astore 30 /* child */
        start local 30 // com.sun.javafx.sg.prism.NGNode child
        19: .line 480
            aload 30 /* child */
        20: .line 481
            aload 1 /* drc */
        21: .line 482
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGGroup.cullingBits:I
        22: .line 483
            aload 29 /* chTx */
        23: .line 484
            aload 4 /* pvTx */
        24: .line 480
            invokevirtual com.sun.javafx.sg.prism.NGNode.markCullRegions:(Lcom/sun/javafx/geom/DirtyRegionContainer;ILcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTransform3D;)V
        25: .line 478
            iinc 32 /* chldIdx */ 1
        end local 30 // com.sun.javafx.sg.prism.NGNode child
      StackMap locals:
      StackMap stack:
        26: iload 32 /* chldIdx */
            aload 31 /* orderedChildren */
            invokeinterface java.util.List.size:()I
            if_icmplt 18
        end local 32 // int chldIdx
        27: .line 487
            aload 3 /* tx */
            dload 5 /* mxx */
            dload 7 /* mxy */
            dload 9 /* mxz */
            dload 11 /* mxt */
            dload 13 /* myx */
            dload 15 /* myy */
            dload 17 /* myz */
            dload 19 /* myt */
            dload 21 /* mzx */
            dload 23 /* mzy */
            dload 25 /* mzz */
            dload 27 /* mzt */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.restoreTransform:(DDDDDDDDDDDD)V
        end local 31 // java.util.List orderedChildren
        end local 29 // com.sun.javafx.geom.transform.BaseTransform chTx
        end local 27 // double mzt
        end local 25 // double mzz
        end local 23 // double mzy
        end local 21 // double mzx
        end local 19 // double myt
        end local 17 // double myz
        end local 15 // double myy
        end local 13 // double myx
        end local 11 // double mxt
        end local 9 // double mxz
        end local 7 // double mxy
        end local 5 // double mxx
        28: .line 489
      StackMap locals: com.sun.javafx.sg.prism.NGGroup com.sun.javafx.geom.DirtyRegionContainer int com.sun.javafx.geom.transform.BaseTransform com.sun.javafx.geom.transform.GeneralTransform3D
      StackMap stack:
            return
        end local 4 // com.sun.javafx.geom.transform.GeneralTransform3D pvTx
        end local 3 // com.sun.javafx.geom.transform.BaseTransform tx
        end local 2 // int cullingRegionsBitsOfParent
        end local 1 // com.sun.javafx.geom.DirtyRegionContainer drc
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0   29     0                        this  Lcom/sun/javafx/sg/prism/NGGroup;
            0   29     1                         drc  Lcom/sun/javafx/geom/DirtyRegionContainer;
            0   29     2  cullingRegionsBitsOfParent  I
            0   29     3                          tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            0   29     4                        pvTx  Lcom/sun/javafx/geom/transform/GeneralTransform3D;
            3   28     5                         mxx  D
            4   28     7                         mxy  D
            5   28     9                         mxz  D
            6   28    11                         mxt  D
            7   28    13                         myx  D
            8   28    15                         myy  D
            9   28    17                         myz  D
           10   28    19                         myt  D
           11   28    21                         mzx  D
           12   28    23                         mzy  D
           13   28    25                         mzz  D
           14   28    27                         mzt  D
           15   28    29                        chTx  Lcom/sun/javafx/geom/transform/BaseTransform;
           19   26    30                       child  Lcom/sun/javafx/sg/prism/NGNode;
           16   28    31             orderedChildren  Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;
           17   27    32                     chldIdx  I
    MethodParameters:
                            Name  Flags
      drc                         
      cullingRegionsBitsOfParent  
      tx                          
      pvTx                        

  public void drawDirtyOpts(com.sun.javafx.geom.transform.BaseTransform, com.sun.javafx.geom.transform.GeneralTransform3D, com.sun.javafx.geom.Rectangle, int[], int);
    descriptor: (Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTransform3D;Lcom/sun/javafx/geom/Rectangle;[II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=6
        start local 0 // com.sun.javafx.sg.prism.NGGroup this
        start local 1 // com.sun.javafx.geom.transform.BaseTransform tx
        start local 2 // com.sun.javafx.geom.transform.GeneralTransform3D pvTx
        start local 3 // com.sun.javafx.geom.Rectangle clipBounds
        start local 4 // int[] countBuffer
        start local 5 // int dirtyRegionIndex
         0: .line 494
            aload 0 /* this */
            aload 1 /* tx */
            aload 2 /* pvTx */
            aload 3 /* clipBounds */
            aload 4 /* countBuffer */
            iload 5 /* dirtyRegionIndex */
            invokespecial com.sun.javafx.sg.prism.NGNode.drawDirtyOpts:(Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTransform3D;Lcom/sun/javafx/geom/Rectangle;[II)V
         1: .line 497
            aload 1 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.copy:()Lcom/sun/javafx/geom/transform/BaseTransform;
            astore 6 /* clone */
        start local 6 // com.sun.javafx.geom.transform.BaseTransform clone
         2: .line 498
            aload 6 /* clone */
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getTransform:()Lcom/sun/javafx/geom/transform/BaseTransform;
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.deriveWithConcatenation:(Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/transform/BaseTransform;
            astore 6 /* clone */
         3: .line 499
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGGroup.getOrderedChildren:()Ljava/util/List;
            astore 7 /* orderedChildren */
        start local 7 // java.util.List orderedChildren
         4: .line 500
            iconst_0
            istore 8 /* childIndex */
        start local 8 // int childIndex
         5: goto 9
         6: .line 501
      StackMap locals: com.sun.javafx.geom.transform.BaseTransform java.util.List int
      StackMap stack:
            aload 7 /* orderedChildren */
            iload 8 /* childIndex */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
            astore 9 /* child */
        start local 9 // com.sun.javafx.sg.prism.NGNode child
         7: .line 502
            aload 9 /* child */
            aload 6 /* clone */
            aload 2 /* pvTx */
            aload 3 /* clipBounds */
            aload 4 /* countBuffer */
            iload 5 /* dirtyRegionIndex */
            invokevirtual com.sun.javafx.sg.prism.NGNode.drawDirtyOpts:(Lcom/sun/javafx/geom/transform/BaseTransform;Lcom/sun/javafx/geom/transform/GeneralTransform3D;Lcom/sun/javafx/geom/Rectangle;[II)V
        end local 9 // com.sun.javafx.sg.prism.NGNode child
         8: .line 500
            iinc 8 /* childIndex */ 1
      StackMap locals:
      StackMap stack:
         9: iload 8 /* childIndex */
            aload 7 /* orderedChildren */
            invokeinterface java.util.List.size:()I
            if_icmplt 6
        end local 8 // int childIndex
        10: .line 504
            return
        end local 7 // java.util.List orderedChildren
        end local 6 // com.sun.javafx.geom.transform.BaseTransform clone
        end local 5 // int dirtyRegionIndex
        end local 4 // int[] countBuffer
        end local 3 // com.sun.javafx.geom.Rectangle clipBounds
        end local 2 // com.sun.javafx.geom.transform.GeneralTransform3D pvTx
        end local 1 // com.sun.javafx.geom.transform.BaseTransform tx
        end local 0 // com.sun.javafx.sg.prism.NGGroup this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lcom/sun/javafx/sg/prism/NGGroup;
            0   11     1                tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            0   11     2              pvTx  Lcom/sun/javafx/geom/transform/GeneralTransform3D;
            0   11     3        clipBounds  Lcom/sun/javafx/geom/Rectangle;
            0   11     4       countBuffer  [I
            0   11     5  dirtyRegionIndex  I
            2   11     6             clone  Lcom/sun/javafx/geom/transform/BaseTransform;
            4   11     7   orderedChildren  Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;
            5   10     8        childIndex  I
            7    8     9             child  Lcom/sun/javafx/sg/prism/NGNode;
    MethodParameters:
                  Name  Flags
      tx                final
      pvTx              final
      clipBounds        
      countBuffer       
      dirtyRegionIndex  
}
SourceFile: "NGGroup.java"
InnerClasses:
  protected final RenderRootResult = com.sun.javafx.sg.prism.NGNode$RenderRootResult of com.sun.javafx.sg.prism.NGNode
  public final Mode = com.sun.scenario.effect.Blend$Mode of com.sun.scenario.effect.Blend