public class com.sun.org.apache.xpath.internal.patterns.UnionPattern extends com.sun.org.apache.xpath.internal.Expression
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.patterns.UnionPattern
  super_class: com.sun.org.apache.xpath.internal.Expression
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -6670449967116905820

  private com.sun.org.apache.xpath.internal.patterns.StepPattern[] m_patterns;
    descriptor: [Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
         0: .line 37
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.Expression.<init>:()V
            return
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;

  public void fixupVariables(java.util.List<com.sun.org.apache.xml.internal.utils.QName>, );
    descriptor: (Ljava/util/List;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
        start local 1 // java.util.List vars
        start local 2 // int globalsSize
         0: .line 50
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 4
         2: .line 52
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            iload 3 /* i */
            aaload
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.fixupVariables:(Ljava/util/List;I)V
         3: .line 50
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            arraylength
            if_icmplt 2
        end local 3 // int i
         5: .line 54
            return
        end local 2 // int globalsSize
        end local 1 // java.util.List vars
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            0    6     1         vars  Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;
            0    6     2  globalsSize  I
            1    5     3            i  I
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;I)V
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  public boolean canTraverseOutsideSubtree();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
         0: .line 65
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 8
         1: .line 67
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            arraylength
            istore 1 /* n */
        start local 1 // int n
         2: .line 68
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 70
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            iload 2 /* i */
            aaload
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.canTraverseOutsideSubtree:()Z
            ifeq 6
         5: .line 71
            iconst_1
            ireturn
         6: .line 68
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 1 /* n */
            if_icmplt 4
        end local 2 // int i
        end local 1 // int n
         8: .line 74
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            2    8     1     n  I
            3    8     2     i  I

  public void setPatterns(com.sun.org.apache.xpath.internal.patterns.StepPattern[]);
    descriptor: ([Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
        start local 1 // com.sun.org.apache.xpath.internal.patterns.StepPattern[] patterns
         0: .line 85
            aload 0 /* this */
            aload 1 /* patterns */
            putfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
         1: .line 86
            aload 1 /* patterns */
            ifnull 7
         2: .line 88
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 90
      StackMap locals: int
      StackMap stack:
            aload 1 /* patterns */
            iload 2 /* i */
            aaload
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
         5: .line 88
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* patterns */
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xpath.internal.patterns.StepPattern[] patterns
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            0    8     1  patterns  [Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            3    7     2         i  I
    MethodParameters:
          Name  Flags
      patterns  

  public com.sun.org.apache.xpath.internal.patterns.StepPattern[] getPatterns();
    descriptor: ()[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
         0: .line 104
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;

  public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 123
            aconst_null
            astore 2 /* bestScore */
        start local 2 // com.sun.org.apache.xpath.internal.objects.XObject bestScore
         1: .line 124
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            arraylength
            istore 3 /* n */
        start local 3 // int n
         2: .line 126
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 11
         4: .line 128
      StackMap locals: com.sun.org.apache.xpath.internal.objects.XObject int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            iload 4 /* i */
            aaload
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            astore 5 /* score */
        start local 5 // com.sun.org.apache.xpath.internal.objects.XObject score
         5: .line 130
            aload 5 /* score */
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            if_acmpeq 10
         6: .line 132
            aload 2 /* bestScore */
            ifnonnull 8
         7: .line 133
            aload 5 /* score */
            astore 2 /* bestScore */
            goto 10
         8: .line 134
      StackMap locals: com.sun.org.apache.xpath.internal.objects.XObject
      StackMap stack:
            aload 5 /* score */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.num:()D
            aload 2 /* bestScore */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.num:()D
            dcmpl
            ifle 10
         9: .line 135
            aload 5 /* score */
            astore 2 /* bestScore */
        end local 5 // com.sun.org.apache.xpath.internal.objects.XObject score
        10: .line 126
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* i */
            iload 3 /* n */
            if_icmplt 4
        end local 4 // int i
        12: .line 139
            aload 2 /* bestScore */
            ifnonnull 14
        13: .line 141
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            astore 2 /* bestScore */
        14: .line 144
      StackMap locals:
      StackMap stack:
            aload 2 /* bestScore */
            areturn
        end local 3 // int n
        end local 2 // com.sun.org.apache.xpath.internal.objects.XObject bestScore
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            0   15     1      xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            1   15     2  bestScore  Lcom/sun/org/apache/xpath/internal/objects/XObject;
            2   15     3          n  I
            3   12     4          i  I
            5   10     5      score  Lcom/sun/org/apache/xpath/internal/objects/XObject;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public void callVisitors(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.XPathVisitor);
    descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
        start local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        start local 2 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
         0: .line 180
            aload 2 /* visitor */
            aload 1 /* owner */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.XPathVisitor.visitUnionPattern:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;)Z
            pop
         1: .line 181
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 8
         2: .line 183
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            arraylength
            istore 3 /* n */
        start local 3 // int n
         3: .line 184
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 186
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            iload 4 /* i */
            aaload
            new com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner
            dup
            aload 0 /* this */
            iload 4 /* i */
            invokespecial com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner.<init>:(Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;I)V
            aload 2 /* visitor */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.callVisitors:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
         6: .line 184
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* n */
            if_icmplt 5
        end local 4 // int i
        end local 3 // int n
         8: .line 189
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
        end local 1 // com.sun.org.apache.xpath.internal.ExpressionOwner owner
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            0    9     1    owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    9     2  visitor  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            3    8     3        n  I
            4    8     4        i  I
    MethodParameters:
         Name  Flags
      owner    
      visitor  

  public boolean deepEquals(com.sun.org.apache.xpath.internal.Expression);
    descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
        start local 1 // com.sun.org.apache.xpath.internal.Expression expr
         0: .line 196
            aload 0 /* this */
            aload 1 /* expr */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.UnionPattern.isSameClass:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 2
         1: .line 197
            iconst_0
            ireturn
         2: .line 199
      StackMap locals:
      StackMap stack:
            aload 1 /* expr */
            checkcast com.sun.org.apache.xpath.internal.patterns.UnionPattern
            astore 2 /* up */
        start local 2 // com.sun.org.apache.xpath.internal.patterns.UnionPattern up
         3: .line 201
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 14
         4: .line 203
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            arraylength
            istore 3 /* n */
        start local 3 // int n
         5: .line 204
            aload 2 /* up */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 6
            aload 2 /* up */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            arraylength
            iload 3 /* n */
            if_icmpeq 7
         6: .line 205
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.UnionPattern int
      StackMap stack:
            iconst_0
            ireturn
         7: .line 207
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 12
         9: .line 209
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            iload 4 /* i */
            aaload
            aload 2 /* up */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            iload 4 /* i */
            aaload
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 11
        10: .line 210
            iconst_0
            ireturn
        11: .line 207
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* i */
            iload 3 /* n */
            if_icmplt 9
        end local 4 // int i
        end local 3 // int n
        13: .line 212
            goto 16
        14: .line 213
      StackMap locals:
      StackMap stack:
            aload 2 /* up */
            getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 16
        15: .line 214
            iconst_0
            ireturn
        16: .line 216
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.patterns.UnionPattern up
        end local 1 // com.sun.org.apache.xpath.internal.Expression expr
        end local 0 // com.sun.org.apache.xpath.internal.patterns.UnionPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            0   17     1  expr  Lcom/sun/org/apache/xpath/internal/Expression;
            3   17     2    up  Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
            5   13     3     n  I
            8   13     4     i  I
    MethodParameters:
      Name  Flags
      expr  
}
SourceFile: "UnionPattern.java"
NestMembers:
  com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner
InnerClasses:
  UnionPathPartOwner = com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner of com.sun.org.apache.xpath.internal.patterns.UnionPattern