public class com.sun.org.apache.xpath.internal.patterns.StepPattern extends com.sun.org.apache.xpath.internal.patterns.NodeTest implements com.sun.org.apache.xpath.internal.axes.SubContextList, com.sun.org.apache.xpath.internal.ExpressionOwner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xpath.internal.patterns.StepPattern
  super_class: com.sun.org.apache.xpath.internal.patterns.NodeTest
{
  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 9071668960168152644

  protected int m_axis;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  java.lang.String m_targetString;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  com.sun.org.apache.xpath.internal.patterns.StepPattern m_relativePathPattern;
    descriptor: Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
    flags: (0x0000) 

  com.sun.org.apache.xpath.internal.Expression[] m_predicates;
    descriptor: [Lcom/sun/org/apache/xpath/internal/Expression;
    flags: (0x0000) 

  private static final boolean DEBUG_MATCHES;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public void <init>(int, java.lang.String, java.lang.String, int, int);
    descriptor: (ILjava/lang/String;Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // int whatToShow
        start local 2 // java.lang.String namespace
        start local 3 // java.lang.String name
        start local 4 // int axis
        start local 5 // int axisForPredicate
         0: .line 63
            aload 0 /* this */
            iload 1 /* whatToShow */
            aload 2 /* namespace */
            aload 3 /* name */
            invokespecial com.sun.org.apache.xpath.internal.patterns.NodeTest.<init>:(ILjava/lang/String;Ljava/lang/String;)V
         1: .line 65
            aload 0 /* this */
            iload 4 /* axis */
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_axis:I
         2: .line 66
            return
        end local 5 // int axisForPredicate
        end local 4 // int axis
        end local 3 // java.lang.String name
        end local 2 // java.lang.String namespace
        end local 1 // int whatToShow
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    3     1        whatToShow  I
            0    3     2         namespace  Ljava/lang/String;
            0    3     3              name  Ljava/lang/String;
            0    3     4              axis  I
            0    3     5  axisForPredicate  I
    MethodParameters:
                  Name  Flags
      whatToShow        
      namespace         
      name              
      axis              
      axisForPredicate  

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // int whatToShow
        start local 2 // int axis
        start local 3 // int axisForPredicate
         0: .line 79
            aload 0 /* this */
            iload 1 /* whatToShow */
            invokespecial com.sun.org.apache.xpath.internal.patterns.NodeTest.<init>:(I)V
         1: .line 81
            aload 0 /* this */
            iload 2 /* axis */
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_axis:I
         2: .line 82
            return
        end local 3 // int axisForPredicate
        end local 2 // int axis
        end local 1 // int whatToShow
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    3     1        whatToShow  I
            0    3     2              axis  I
            0    3     3  axisForPredicate  I
    MethodParameters:
                  Name  Flags
      whatToShow        
      axis              
      axisForPredicate  

  public void calcTargetString();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
         0: .line 99
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.getWhatToShow:()I
            istore 1 /* whatToShow */
        start local 1 // int whatToShow
         1: .line 101
            iload 1 /* whatToShow */
            lookupswitch { // 8
                   -1: 6
                    1: 10
                    4: 4
                    8: 4
                   12: 4
                  128: 2
                  256: 8
                 1280: 8
              default: 14
          }
         2: .line 104
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc "#comment"
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_targetString:Ljava/lang/String;
         3: .line 105
            goto 15
         4: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "#text"
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_targetString:Ljava/lang/String;
         5: .line 110
            goto 15
         6: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "*"
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_targetString:Ljava/lang/String;
         7: .line 113
            goto 15
         8: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "/"
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_targetString:Ljava/lang/String;
         9: .line 117
            goto 15
        10: .line 119
      StackMap locals:
      StackMap stack:
            ldc "*"
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 120
            aload 0 /* this */
            ldc "*"
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_targetString:Ljava/lang/String;
            goto 15
        12: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_name:Ljava/lang/String;
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_targetString:Ljava/lang/String;
        13: .line 123
            goto 15
        14: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "*"
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_targetString:Ljava/lang/String;
        15: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int whatToShow
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            1   16     1  whatToShow  I

  public java.lang.String getTargetString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
         0: .line 140
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_targetString:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;

  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.StepPattern this
        start local 1 // java.util.List vars
        start local 2 // int globalsSize
         0: .line 164
            aload 0 /* this */
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokespecial com.sun.org.apache.xpath.internal.patterns.NodeTest.fixupVariables:(Ljava/util/List;I)V
         1: .line 166
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 7
         2: .line 168
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 170
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 3 /* i */
            aaload
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.fixupVariables:(Ljava/util/List;I)V
         5: .line 168
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 9
         8: .line 176
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            aload 1 /* vars */
            iload 2 /* globalsSize */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.fixupVariables:(Ljava/util/List;I)V
         9: .line 178
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int globalsSize
        end local 1 // java.util.List vars
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0   10     1         vars  Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;
            0   10     2  globalsSize  I
            3    7     3            i  I
    Signature: (Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;I)V
    MethodParameters:
             Name  Flags
      vars         
      globalsSize  

  public void setRelativePathPattern(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=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.patterns.StepPattern expr
         0: .line 190
            aload 0 /* this */
            aload 1 /* expr */
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
         1: .line 191
            aload 1 /* expr */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
         2: .line 193
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.calcScore:()V
         3: .line 194
            return
        end local 1 // com.sun.org.apache.xpath.internal.patterns.StepPattern expr
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    4     1  expr  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
    MethodParameters:
      Name  Flags
      expr  

  public com.sun.org.apache.xpath.internal.patterns.StepPattern getRelativePathPattern();
    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.StepPattern this
         0: .line 205
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            areturn
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;

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

  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.StepPattern this
         0: .line 244
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.getPredicateCount:()I
            istore 1 /* n */
        start local 1 // int n
         1: .line 246
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 248
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.getPredicate:(I)Lcom/sun/org/apache/xpath/internal/Expression;
            invokevirtual com.sun.org.apache.xpath.internal.Expression.canTraverseOutsideSubtree:()Z
            ifeq 5
         4: .line 249
            iconst_1
            ireturn
         5: .line 246
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            iload 1 /* n */
            if_icmplt 3
        end local 2 // int i
         7: .line 252
            iconst_0
            ireturn
        end local 1 // int n
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            1    8     1     n  I
            2    7     2     i  I

  public com.sun.org.apache.xpath.internal.Expression getPredicate(int);
    descriptor: (I)Lcom/sun/org/apache/xpath/internal/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // int i
         0: .line 265
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 1 /* i */
            aaload
            areturn
        end local 1 // int i
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public final int getPredicateCount();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
         0: .line 276
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;

  public void setPredicates(com.sun.org.apache.xpath.internal.Expression[]);
    descriptor: ([Lcom/sun/org/apache/xpath/internal/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.Expression[] predicates
         0: .line 289
            aload 0 /* this */
            aload 1 /* predicates */
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
         1: .line 290
            aload 1 /* predicates */
            ifnull 7
         2: .line 292
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 294
      StackMap locals: int
      StackMap stack:
            aload 1 /* predicates */
            iload 2 /* i */
            aaload
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
         5: .line 292
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 1 /* predicates */
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.calcScore:()V
         8: .line 299
            return
        end local 1 // com.sun.org.apache.xpath.internal.Expression[] predicates
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    9     1  predicates  [Lcom/sun/org/apache/xpath/internal/Expression;
            3    7     2           i  I
    MethodParameters:
            Name  Flags
      predicates  

  public void calcScore();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
         0: .line 307
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.getPredicateCount:()I
            ifgt 1
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 3
         1: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.org.apache.xpath.internal.patterns.StepPattern.SCORE_OTHER:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_score:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
         2: .line 310
            goto 4
         3: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial com.sun.org.apache.xpath.internal.patterns.NodeTest.calcScore:()V
         4: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_targetString:Ljava/lang/String;
            ifnonnull 6
         5: .line 315
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.calcTargetString:()V
         6: .line 316
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;

  public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // int currentNode
         0: .line 337
            aload 1 /* xctxt */
            iload 2 /* currentNode */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
            astore 3 /* dtm */
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
         1: .line 339
            aload 3 /* dtm */
            ifnull 4
         2: .line 341
            aload 3 /* dtm */
            iload 2 /* currentNode */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getExpandedTypeID:(I)I
            istore 4 /* expType */
        start local 4 // int expType
         3: .line 343
            aload 0 /* this */
            aload 1 /* xctxt */
            iload 2 /* currentNode */
            aload 3 /* dtm */
            iload 4 /* expType */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;ILcom/sun/org/apache/xml/internal/dtm/DTM;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            areturn
        end local 4 // int expType
         4: .line 346
      StackMap locals: com.sun.org.apache.xml.internal.dtm.DTM
      StackMap stack:
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            areturn
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 2 // int currentNode
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    5     1        xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0    5     2  currentNode  I
            1    5     3          dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            3    4     4      expType  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
             Name  Flags
      xctxt        
      currentNode  

  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=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 366
            aload 0 /* this */
            aload 1 /* xctxt */
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            areturn
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    1     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      xctxt  

  public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext, int, com.sun.org.apache.xml.internal.dtm.DTM, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;ILcom/sun/org/apache/xml/internal/dtm/DTM;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // int currentNode
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        start local 4 // int expType
         0: .line 389
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            ldc 65536
            if_icmpne 4
         1: .line 391
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 3
         2: .line 393
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            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;
            areturn
         3: .line 396
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            areturn
         4: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* xctxt */
            iload 2 /* currentNode */
            aload 3 /* dtm */
            iload 4 /* expType */
            invokespecial com.sun.org.apache.xpath.internal.patterns.NodeTest.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;ILcom/sun/org/apache/xml/internal/dtm/DTM;I)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 403
            aload 5 /* score */
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            if_acmpne 7
         6: .line 404
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            areturn
         7: .line 406
      StackMap locals: com.sun.org.apache.xpath.internal.objects.XObject
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.getPredicateCount:()I
            ifeq 10
         8: .line 408
            aload 0 /* this */
            aload 1 /* xctxt */
            aload 3 /* dtm */
            iload 2 /* currentNode */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.executePredicates:(Lcom/sun/org/apache/xpath/internal/XPathContext;Lcom/sun/org/apache/xml/internal/dtm/DTM;I)Z
            ifne 10
         9: .line 409
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            areturn
        10: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 14
        11: .line 413
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            aload 1 /* xctxt */
            aload 3 /* dtm */
        12: .line 414
            iload 2 /* currentNode */
        13: .line 413
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.executeRelativePathPattern:(Lcom/sun/org/apache/xpath/internal/XPathContext;Lcom/sun/org/apache/xml/internal/dtm/DTM;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            areturn
        14: .line 416
      StackMap locals:
      StackMap stack:
            aload 5 /* score */
            areturn
        end local 5 // com.sun.org.apache.xpath.internal.objects.XObject score
        end local 4 // int expType
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 2 // int currentNode
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0   15     1        xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0   15     2  currentNode  I
            0   15     3          dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            0   15     4      expType  I
            5   15     5        score  Lcom/sun/org/apache/xpath/internal/objects/XObject;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
             Name  Flags
      xctxt        
      currentNode  
      dtm          
      expType      

  private final boolean checkProximityPosition(com.sun.org.apache.xpath.internal.XPathContext, int, com.sun.org.apache.xml.internal.dtm.DTM, int, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;ILcom/sun/org/apache/xml/internal/dtm/DTM;II)Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=15, args_size=6
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // int predPos
        start local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        start local 4 // int context
        start local 5 // int pos
         0: .line 438
            aload 3 /* dtm */
            bipush 12
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getAxisTraverser:(I)Lcom/sun/org/apache/xml/internal/dtm/DTMAxisTraverser;
         1: .line 437
            astore 6 /* traverser */
        start local 6 // com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser traverser
         2: .line 440
            aload 6 /* traverser */
            iload 4 /* context */
            invokevirtual com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser.first:(I)I
            istore 7 /* child */
        start local 7 // int child
         3: goto 45
         4: .line 445
      StackMap locals: com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser int
      StackMap stack:
            aload 1 /* xctxt */
            iload 7 /* child */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushCurrentNode:(I)V
         5: .line 447
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            aload 0 /* this */
            aload 1 /* xctxt */
            iload 7 /* child */
            invokespecial com.sun.org.apache.xpath.internal.patterns.NodeTest.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            if_acmpeq 43
         6: .line 449
            iconst_1
            istore 8 /* pass */
        start local 8 // boolean pass
         7: .line 453
            aload 1 /* xctxt */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushSubContextList:(Lcom/sun/org/apache/xpath/internal/axes/SubContextList;)V
         8: .line 455
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         9: goto 29
        10: .line 457
      StackMap locals: int int
      StackMap stack:
            aload 1 /* xctxt */
            iload 9 /* i */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushPredicatePos:(I)V
        11: .line 460
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 9 /* i */
            aaload
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            astore 10 /* pred */
        start local 10 // com.sun.org.apache.xpath.internal.objects.XObject pred
        12: .line 464
            iconst_2
            aload 10 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.getType:()I
            if_icmpne 14
        13: .line 466
            new java.lang.Error
            dup
            ldc "Why: Should never have been called"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 468
      StackMap locals: com.sun.org.apache.xpath.internal.objects.XObject
      StackMap stack:
            aload 10 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.boolWithSideEffects:()Z
            ifne 22
        15: .line 470
            iconst_0
            istore 8 /* pass */
        16: .line 477
            aload 10 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        17: .line 482
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        18: .line 472
            goto 34
        19: .line 476
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        20: .line 477
            aload 10 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        21: .line 478
            aload 11
            athrow
        22: .line 477
      StackMap locals:
      StackMap stack:
            aload 10 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        end local 10 // com.sun.org.apache.xpath.internal.objects.XObject pred
        23: .line 479
            goto 27
        24: .line 481
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext int com.sun.org.apache.xml.internal.dtm.DTM int int com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser int int int
      StackMap stack: java.lang.Throwable
            astore 12
        25: .line 482
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        26: .line 483
            aload 12
            athrow
        27: .line 482
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        28: .line 455
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 9 /* i */
            iload 2 /* predPos */
            if_icmplt 10
        end local 9 // int i
        30: .line 485
            goto 34
        31: .line 487
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext int com.sun.org.apache.xml.internal.dtm.DTM int int com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser int int
      StackMap stack: java.lang.Throwable
            astore 13
        32: .line 488
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popSubContextList:()V
        33: .line 489
            aload 13
            athrow
        34: .line 488
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popSubContextList:()V
        35: .line 491
            iload 8 /* pass */
            ifeq 37
        36: .line 492
            iinc 5 /* pos */ -1
        37: .line 494
      StackMap locals:
      StackMap stack:
            iload 5 /* pos */
            iconst_1
            if_icmpge 43
        38: .line 500
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
        39: .line 495
            iconst_0
            ireturn
        end local 8 // boolean pass
        40: .line 499
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext int com.sun.org.apache.xml.internal.dtm.DTM int int com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser int
      StackMap stack: java.lang.Throwable
            astore 14
        41: .line 500
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
        42: .line 501
            aload 14
            athrow
        43: .line 500
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
        44: .line 441
            aload 6 /* traverser */
            iload 4 /* context */
            iload 7 /* child */
            invokevirtual com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser.next:(II)I
            istore 7 /* child */
        45: .line 440
      StackMap locals:
      StackMap stack:
            iconst_m1
            iload 7 /* child */
            if_icmpne 4
        end local 7 // int child
        end local 6 // com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser traverser
        46: .line 503
            goto 49
        47: .line 504
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext int com.sun.org.apache.xml.internal.dtm.DTM int int
      StackMap stack: javax.xml.transform.TransformerException
            astore 6 /* se */
        start local 6 // javax.xml.transform.TransformerException se
        48: .line 508
            new java.lang.RuntimeException
            dup
            aload 6 /* se */
            invokevirtual javax.xml.transform.TransformerException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // javax.xml.transform.TransformerException se
        49: .line 511
      StackMap locals:
      StackMap stack:
            iload 5 /* pos */
            iconst_1
            if_icmpne 50
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        50: iconst_0
            ireturn
        end local 5 // int pos
        end local 4 // int context
        end local 3 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 2 // int predPos
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   51     0       this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0   51     1      xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0   51     2    predPos  I
            0   51     3        dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            0   51     4    context  I
            0   51     5        pos  I
            2   46     6  traverser  Lcom/sun/org/apache/xml/internal/dtm/DTMAxisTraverser;
            3   46     7      child  I
            7   40     8       pass  Z
            9   30     9          i  I
           12   23    10       pred  Lcom/sun/org/apache/xpath/internal/objects/XObject;
           48   49     6         se  Ljavax/xml/transform/TransformerException;
      Exception table:
        from    to  target  type
          12    16      19  any
          11    17      24  any
          19    24      24  any
           7    31      31  any
           4    38      40  any
           0    39      47  Class javax.xml.transform.TransformerException
          40    46      47  Class javax.xml.transform.TransformerException
    MethodParameters:
         Name  Flags
      xctxt    
      predPos  
      dtm      
      context  
      pos      

  private final int getProximityPosition(com.sun.org.apache.xpath.internal.XPathContext, int, boolean);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;IZ)I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=4, locals=18, args_size=4
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // int predPos
        start local 3 // boolean findLast
         0: .line 530
            iconst_0
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 531
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getCurrentNode:()I
            istore 5 /* context */
        start local 5 // int context
         2: .line 532
            aload 1 /* xctxt */
            iload 5 /* context */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getDTM:(I)Lcom/sun/org/apache/xml/internal/dtm/DTM;
            astore 6 /* dtm */
        start local 6 // com.sun.org.apache.xml.internal.dtm.DTM dtm
         3: .line 533
            aload 6 /* dtm */
            iload 5 /* context */
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getParent:(I)I
            istore 7 /* parent */
        start local 7 // int parent
         4: .line 537
            aload 6 /* dtm */
            iconst_3
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getAxisTraverser:(I)Lcom/sun/org/apache/xml/internal/dtm/DTMAxisTraverser;
            astore 8 /* traverser */
        start local 8 // com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser traverser
         5: .line 539
            aload 8 /* traverser */
            iload 7 /* parent */
            invokevirtual com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser.first:(I)I
            istore 9 /* child */
        start local 9 // int child
         6: goto 53
         7: .line 544
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext int int int int com.sun.org.apache.xml.internal.dtm.DTM int com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser int
      StackMap stack:
            aload 1 /* xctxt */
            iload 9 /* child */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushCurrentNode:(I)V
         8: .line 546
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            aload 0 /* this */
            aload 1 /* xctxt */
            iload 9 /* child */
            invokespecial com.sun.org.apache.xpath.internal.patterns.NodeTest.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            if_acmpeq 51
         9: .line 548
            iconst_1
            istore 10 /* pass */
        start local 10 // boolean pass
        10: .line 552
            aload 1 /* xctxt */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushSubContextList:(Lcom/sun/org/apache/xpath/internal/axes/SubContextList;)V
        11: .line 554
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        12: goto 36
        13: .line 556
      StackMap locals: int int
      StackMap stack:
            aload 1 /* xctxt */
            iload 11 /* i */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushPredicatePos:(I)V
        14: .line 559
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 11 /* i */
            aaload
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            astore 12 /* pred */
        start local 12 // com.sun.org.apache.xpath.internal.objects.XObject pred
        15: .line 563
            iconst_2
            aload 12 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.getType:()I
            if_icmpne 21
        16: .line 565
            iload 4 /* pos */
            iconst_1
            iadd
            aload 12 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.numWithSideEffects:()D
            d2i
            if_icmpeq 29
        17: .line 567
            iconst_0
            istore 10 /* pass */
        18: .line 581
            aload 12 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        19: .line 586
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        20: .line 569
            goto 41
        21: .line 572
      StackMap locals: com.sun.org.apache.xpath.internal.objects.XObject
      StackMap stack:
            aload 12 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.boolWithSideEffects:()Z
            ifne 29
        22: .line 574
            iconst_0
            istore 10 /* pass */
        23: .line 581
            aload 12 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        24: .line 586
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        25: .line 576
            goto 41
        26: .line 580
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
        27: .line 581
            aload 12 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        28: .line 582
            aload 13
            athrow
        29: .line 581
      StackMap locals:
      StackMap stack:
            aload 12 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        end local 12 // com.sun.org.apache.xpath.internal.objects.XObject pred
        30: .line 583
            goto 34
        31: .line 585
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext int int int int com.sun.org.apache.xml.internal.dtm.DTM int com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser int int int
      StackMap stack: java.lang.Throwable
            astore 14
        32: .line 586
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        33: .line 587
            aload 14
            athrow
        34: .line 586
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        35: .line 554
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        36: iload 11 /* i */
            iload 2 /* predPos */
            if_icmplt 13
        end local 11 // int i
        37: .line 589
            goto 41
        38: .line 591
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext int int int int com.sun.org.apache.xml.internal.dtm.DTM int com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser int int
      StackMap stack: java.lang.Throwable
            astore 15
        39: .line 592
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popSubContextList:()V
        40: .line 593
            aload 15
            athrow
        41: .line 592
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popSubContextList:()V
        42: .line 595
            iload 10 /* pass */
            ifeq 44
        43: .line 596
            iinc 4 /* pos */ 1
        44: .line 598
      StackMap locals:
      StackMap stack:
            iload 3 /* findLast */
            ifne 51
            iload 9 /* child */
            iload 5 /* context */
            if_icmpne 51
        45: .line 600
            iload 4 /* pos */
            istore 17
        46: .line 606
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
        47: .line 600
            iload 17
            ireturn
        end local 10 // boolean pass
        48: .line 605
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext int int int int com.sun.org.apache.xml.internal.dtm.DTM int com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser int
      StackMap stack: java.lang.Throwable
            astore 16
        49: .line 606
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
        50: .line 607
            aload 16
            athrow
        51: .line 606
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
        52: .line 540
            aload 8 /* traverser */
            iload 7 /* parent */
            iload 9 /* child */
            invokevirtual com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser.next:(II)I
            istore 9 /* child */
        53: .line 539
      StackMap locals:
      StackMap stack:
            iconst_m1
            iload 9 /* child */
            if_icmpne 7
        end local 9 // int child
        end local 8 // com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser traverser
        54: .line 609
            goto 57
        55: .line 610
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext int int int int com.sun.org.apache.xml.internal.dtm.DTM int
      StackMap stack: javax.xml.transform.TransformerException
            astore 8 /* se */
        start local 8 // javax.xml.transform.TransformerException se
        56: .line 614
            new java.lang.RuntimeException
            dup
            aload 8 /* se */
            invokevirtual javax.xml.transform.TransformerException.getMessage:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 8 // javax.xml.transform.TransformerException se
        57: .line 617
      StackMap locals:
      StackMap stack:
            iload 4 /* pos */
            ireturn
        end local 7 // int parent
        end local 6 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 5 // int context
        end local 4 // int pos
        end local 3 // boolean findLast
        end local 2 // int predPos
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   58     0       this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0   58     1      xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0   58     2    predPos  I
            0   58     3   findLast  Z
            1   58     4        pos  I
            2   58     5    context  I
            3   58     6        dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            4   58     7     parent  I
            5   54     8  traverser  Lcom/sun/org/apache/xml/internal/dtm/DTMAxisTraverser;
            6   54     9      child  I
           10   48    10       pass  Z
           12   37    11          i  I
           15   30    12       pred  Lcom/sun/org/apache/xpath/internal/objects/XObject;
           56   57     8         se  Ljavax/xml/transform/TransformerException;
      Exception table:
        from    to  target  type
          15    18      26  any
          21    23      26  any
          14    19      31  any
          21    24      31  any
          26    31      31  any
          10    38      38  any
           7    46      48  any
           4    47      55  Class javax.xml.transform.TransformerException
          48    54      55  Class javax.xml.transform.TransformerException
    MethodParameters:
          Name  Flags
      xctxt     
      predPos   
      findLast  

  public int getProximityPosition(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 632
            aload 0 /* this */
            aload 1 /* xctxt */
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getPredicatePos:()I
            iconst_0
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.getProximityPosition:(Lcom/sun/org/apache/xpath/internal/XPathContext;IZ)I
            ireturn
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    1     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
    MethodParameters:
       Name  Flags
      xctxt  

  public int getLastPos(com.sun.org.apache.xpath.internal.XPathContext);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
         0: .line 648
            aload 0 /* this */
            aload 1 /* xctxt */
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.getPredicatePos:()I
            iconst_1
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.getProximityPosition:(Lcom/sun/org/apache/xpath/internal/XPathContext;IZ)I
            ireturn
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    1     1  xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
    MethodParameters:
       Name  Flags
      xctxt  

  protected final com.sun.org.apache.xpath.internal.objects.XObject executeRelativePathPattern(com.sun.org.apache.xpath.internal.XPathContext, com.sun.org.apache.xml.internal.dtm.DTM, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;Lcom/sun/org/apache/xml/internal/dtm/DTM;I)Lcom/sun/org/apache/xpath/internal/objects/XObject;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        start local 3 // int currentNode
         0: .line 672
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            astore 4 /* score */
        start local 4 // com.sun.org.apache.xpath.internal.objects.XObject score
         1: .line 673
            iload 3 /* currentNode */
            istore 5 /* context */
        start local 5 // int context
         2: .line 676
            aload 2 /* dtm */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_axis:I
            invokeinterface com.sun.org.apache.xml.internal.dtm.DTM.getAxisTraverser:(I)Lcom/sun/org/apache/xml/internal/dtm/DTMAxisTraverser;
            astore 6 /* traverser */
        start local 6 // com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser traverser
         3: .line 678
            aload 6 /* traverser */
            iload 5 /* context */
            invokevirtual com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser.first:(I)I
            istore 7 /* relative */
        start local 7 // int relative
         4: goto 15
         5: .line 683
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext com.sun.org.apache.xml.internal.dtm.DTM int com.sun.org.apache.xpath.internal.objects.XObject int com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser int
      StackMap stack:
            aload 1 /* xctxt */
            iload 7 /* relative */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushCurrentNode:(I)V
         6: .line 685
            aload 0 /* this */
            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 4 /* score */
         7: .line 687
            aload 4 /* score */
            getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
            if_acmpeq 13
         8: .line 692
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
         9: .line 688
            goto 16
        10: .line 691
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        11: .line 692
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
        12: .line 693
            aload 8
            athrow
        13: .line 692
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
        14: .line 679
            aload 6 /* traverser */
            iload 5 /* context */
            iload 7 /* relative */
            invokevirtual com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser.next:(II)I
            istore 7 /* relative */
        15: .line 678
      StackMap locals:
      StackMap stack:
            iconst_m1
            iload 7 /* relative */
            if_icmpne 5
        end local 7 // int relative
        16: .line 696
      StackMap locals:
      StackMap stack:
            aload 4 /* score */
            areturn
        end local 6 // com.sun.org.apache.xml.internal.dtm.DTMAxisTraverser traverser
        end local 5 // int context
        end local 4 // com.sun.org.apache.xpath.internal.objects.XObject score
        end local 3 // int currentNode
        end local 2 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0   17     1        xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0   17     2          dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            0   17     3  currentNode  I
            1   17     4        score  Lcom/sun/org/apache/xpath/internal/objects/XObject;
            2   17     5      context  I
            3   17     6    traverser  Lcom/sun/org/apache/xml/internal/dtm/DTMAxisTraverser;
            4   16     7     relative  I
      Exception table:
        from    to  target  type
           5     8      10  any
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
             Name  Flags
      xctxt        
      dtm          
      currentNode  

  protected final boolean executePredicates(com.sun.org.apache.xpath.internal.XPathContext, com.sun.org.apache.xml.internal.dtm.DTM, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;Lcom/sun/org/apache/xml/internal/dtm/DTM;I)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=13, args_size=4
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        start local 3 // int currentNode
         0: .line 716
            iconst_1
            istore 4 /* result */
        start local 4 // boolean result
         1: .line 717
            iconst_0
            istore 5 /* positionAlreadySeen */
        start local 5 // boolean positionAlreadySeen
         2: .line 718
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.getPredicateCount:()I
            istore 6 /* n */
        start local 6 // int n
         3: .line 722
            aload 1 /* xctxt */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushSubContextList:(Lcom/sun/org/apache/xpath/internal/axes/SubContextList;)V
         4: .line 724
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         5: goto 38
         6: .line 726
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext com.sun.org.apache.xml.internal.dtm.DTM int int int int int
      StackMap stack:
            aload 1 /* xctxt */
            iload 7 /* i */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushPredicatePos:(I)V
         7: .line 730
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 7 /* i */
            aaload
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
            astore 8 /* pred */
        start local 8 // com.sun.org.apache.xpath.internal.objects.XObject pred
         8: .line 734
            iconst_2
            aload 8 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.getType:()I
            if_icmpne 23
         9: .line 736
            aload 8 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.num:()D
            d2i
            istore 9 /* pos */
        start local 9 // int pos
        10: .line 738
            iload 5 /* positionAlreadySeen */
            ifeq 17
        11: .line 740
            iload 9 /* pos */
            iconst_1
            if_icmpne 12
            iconst_1
            goto 13
      StackMap locals: com.sun.org.apache.xpath.internal.objects.XObject int
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 4 /* result */
        14: .line 766
            aload 8 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        15: .line 771
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        16: .line 742
            goto 43
        17: .line 746
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* positionAlreadySeen */
        18: .line 748
            aload 0 /* this */
            aload 1 /* xctxt */
            iload 7 /* i */
            aload 2 /* dtm */
            iload 3 /* currentNode */
            iload 9 /* pos */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.checkProximityPosition:(Lcom/sun/org/apache/xpath/internal/XPathContext;ILcom/sun/org/apache/xml/internal/dtm/DTM;II)Z
            ifne 31
        19: .line 750
            iconst_0
            istore 4 /* result */
        20: .line 766
            aload 8 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        21: .line 771
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        22: .line 752
            goto 43
        end local 9 // int pos
        23: .line 757
      StackMap locals:
      StackMap stack:
            aload 8 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.boolWithSideEffects:()Z
            ifne 31
        24: .line 759
            iconst_0
            istore 4 /* result */
        25: .line 766
            aload 8 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        26: .line 771
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        27: .line 761
            goto 43
        28: .line 765
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        29: .line 766
            aload 8 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        30: .line 767
            aload 10
            athrow
        31: .line 766
      StackMap locals:
      StackMap stack:
            aload 8 /* pred */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.detach:()V
        end local 8 // com.sun.org.apache.xpath.internal.objects.XObject pred
        32: .line 768
            goto 36
        33: .line 770
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext com.sun.org.apache.xml.internal.dtm.DTM int int int int int
      StackMap stack: java.lang.Throwable
            astore 11
        34: .line 771
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        35: .line 772
            aload 11
            athrow
        36: .line 771
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popPredicatePos:()V
        37: .line 724
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 7 /* i */
            iload 6 /* n */
            if_icmplt 6
        end local 7 // int i
        39: .line 774
            goto 43
        40: .line 776
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern com.sun.org.apache.xpath.internal.XPathContext com.sun.org.apache.xml.internal.dtm.DTM int int int int
      StackMap stack: java.lang.Throwable
            astore 12
        41: .line 777
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popSubContextList:()V
        42: .line 778
            aload 12
            athrow
        43: .line 777
      StackMap locals:
      StackMap stack:
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popSubContextList:()V
        44: .line 780
            iload 4 /* result */
            ireturn
        end local 6 // int n
        end local 5 // boolean positionAlreadySeen
        end local 4 // boolean result
        end local 3 // int currentNode
        end local 2 // com.sun.org.apache.xml.internal.dtm.DTM dtm
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   45     0                 this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0   45     1                xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0   45     2                  dtm  Lcom/sun/org/apache/xml/internal/dtm/DTM;
            0   45     3          currentNode  I
            1   45     4               result  Z
            2   45     5  positionAlreadySeen  Z
            3   45     6                    n  I
            5   39     7                    i  I
            8   32     8                 pred  Lcom/sun/org/apache/xpath/internal/objects/XObject;
           10   23     9                  pos  I
      Exception table:
        from    to  target  type
           8    14      28  any
          17    20      28  any
          23    25      28  any
           7    15      33  any
          17    21      33  any
          23    26      33  any
          28    33      33  any
           3    40      40  any
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
             Name  Flags
      xctxt        
      dtm          
      currentNode  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
         0: .line 793
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuffer buf
         1: .line 795
            aload 0 /* this */
            astore 2 /* pat */
        start local 2 // com.sun.org.apache.xpath.internal.patterns.StepPattern pat
         2: goto 55
         3: .line 797
      StackMap locals: java.lang.StringBuffer com.sun.org.apache.xpath.internal.patterns.StepPattern
      StackMap stack:
            aload 2 /* pat */
            aload 0 /* this */
            if_acmpeq 5
         4: .line 798
            aload 1 /* buf */
            ldc "/"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 800
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_axis:I
            invokestatic com.sun.org.apache.xml.internal.dtm.Axis.getNames:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 801
            aload 1 /* buf */
            ldc "::"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 803
            sipush 20480
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            if_icmpne 10
         8: .line 805
            aload 1 /* buf */
            ldc "doc()"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 806
            goto 46
        10: .line 807
      StackMap locals:
      StackMap stack:
            ldc 65536
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            if_icmpne 13
        11: .line 809
            aload 1 /* buf */
            ldc "function()"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        12: .line 810
            goto 46
        13: .line 811
      StackMap locals:
      StackMap stack:
            iconst_m1
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            if_icmpne 16
        14: .line 813
            aload 1 /* buf */
            ldc "node()"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        15: .line 814
            goto 46
        16: .line 815
      StackMap locals:
      StackMap stack:
            iconst_4
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            if_icmpne 19
        17: .line 817
            aload 1 /* buf */
            ldc "text()"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        18: .line 818
            goto 46
        19: .line 819
      StackMap locals:
      StackMap stack:
            bipush 64
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            if_icmpne 25
        20: .line 821
            aload 1 /* buf */
            ldc "processing-instruction("
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        21: .line 823
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_name:Ljava/lang/String;
            ifnull 23
        22: .line 825
            aload 1 /* buf */
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_name:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        23: .line 828
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            ldc ")"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        24: .line 829
            goto 46
        25: .line 830
      StackMap locals:
      StackMap stack:
            sipush 128
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            if_icmpne 28
        26: .line 832
            aload 1 /* buf */
            ldc "comment()"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        27: .line 833
            goto 46
        28: .line 834
      StackMap locals:
      StackMap stack:
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_name:Ljava/lang/String;
            ifnull 37
        29: .line 836
            iconst_2
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            if_icmpne 31
        30: .line 838
            aload 1 /* buf */
            ldc "@"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        31: .line 841
      StackMap locals:
      StackMap stack:
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_namespace:Ljava/lang/String;
            ifnull 35
        32: .line 843
            aload 1 /* buf */
            ldc "{"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        33: .line 844
            aload 1 /* buf */
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_namespace:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        34: .line 845
            aload 1 /* buf */
            ldc "}"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        35: .line 848
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_name:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        36: .line 849
            goto 46
        37: .line 850
      StackMap locals:
      StackMap stack:
            iconst_2
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            if_icmpne 40
        38: .line 852
            aload 1 /* buf */
            ldc "@"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        39: .line 853
            goto 46
        40: .line 854
      StackMap locals:
      StackMap stack:
            sipush 1280
        41: .line 855
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
        42: .line 854
            if_icmpne 45
        43: .line 857
            aload 1 /* buf */
            ldc "doc-root()"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        44: .line 858
            goto 46
        45: .line 861
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            bipush 63
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_whatToShow:I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        46: .line 864
      StackMap locals:
      StackMap stack:
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 54
        47: .line 866
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        48: goto 53
        49: .line 868
      StackMap locals: int
      StackMap stack:
            aload 1 /* buf */
            ldc "["
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        50: .line 869
            aload 1 /* buf */
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 3 /* i */
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
        51: .line 870
            aload 1 /* buf */
            ldc "]"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        52: .line 866
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        53: iload 3 /* i */
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            if_icmplt 49
        end local 3 // int i
        54: .line 795
      StackMap locals:
      StackMap stack:
            aload 2 /* pat */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            astore 2 /* pat */
      StackMap locals:
      StackMap stack:
        55: aload 2 /* pat */
            ifnonnull 3
        end local 2 // com.sun.org.apache.xpath.internal.patterns.StepPattern pat
        56: .line 875
            aload 1 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buf
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   57     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            1   57     1   buf  Ljava/lang/StringBuffer;
            2   56     2   pat  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
           48   54     3     i  I

  public double getMatchScore(com.sun.org.apache.xpath.internal.XPathContext, int);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;I)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        start local 2 // int context
         0: .line 899
            aload 1 /* xctxt */
            iload 2 /* context */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushCurrentNode:(I)V
         1: .line 900
            aload 1 /* xctxt */
            iload 2 /* context */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.pushCurrentExpressionNode:(I)V
         2: .line 904
            aload 0 /* this */
            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 3 /* score */
        start local 3 // com.sun.org.apache.xpath.internal.objects.XObject score
         3: .line 906
            aload 3 /* score */
            invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.num:()D
            dstore 5
         4: .line 910
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
         5: .line 911
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentExpressionNode:()V
         6: .line 906
            dload 5
            dreturn
        end local 3 // com.sun.org.apache.xpath.internal.objects.XObject score
         7: .line 909
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         8: .line 910
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentNode:()V
         9: .line 911
            aload 1 /* xctxt */
            invokevirtual com.sun.org.apache.xpath.internal.XPathContext.popCurrentExpressionNode:()V
        10: .line 912
            aload 4
            athrow
        end local 2 // int context
        end local 1 // com.sun.org.apache.xpath.internal.XPathContext xctxt
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0   11     1    xctxt  Lcom/sun/org/apache/xpath/internal/XPathContext;
            0   11     2  context  I
            3    7     3    score  Lcom/sun/org/apache/xpath/internal/objects/XObject;
      Exception table:
        from    to  target  type
           2     4       7  any
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
         Name  Flags
      xctxt    
      context  

  public void setAxis(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // int axis
         0: .line 925
            aload 0 /* this */
            iload 1 /* axis */
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_axis:I
         1: .line 926
            return
        end local 1 // int axis
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    2     1  axis  I
    MethodParameters:
      Name  Flags
      axis  

  public int getAxis();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
         0: .line 936
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_axis:I
            ireturn
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;

  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=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern 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 972
            aload 2 /* visitor */
            aload 1 /* owner */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.XPathVisitor.visitMatchPattern:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;)Z
            ifeq 2
         1: .line 974
            aload 0 /* this */
            aload 2 /* visitor */
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.callSubtreeVisitors:(Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
         2: .line 976
      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.StepPattern this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    3     1    owner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
            0    3     2  visitor  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
    MethodParameters:
         Name  Flags
      owner    
      visitor  

  protected void callSubtreeVisitors(com.sun.org.apache.xpath.internal.XPathVisitor);
    descriptor: (Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
         0: .line 984
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 9
         1: .line 986
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            istore 2 /* n */
        start local 2 // int n
         2: .line 987
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 989
      StackMap locals: int int
      StackMap stack:
            new com.sun.org.apache.xpath.internal.patterns.StepPattern$PredOwner
            dup
            aload 0 /* this */
            iload 3 /* i */
            invokespecial com.sun.org.apache.xpath.internal.patterns.StepPattern$PredOwner.<init>:(Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;I)V
            astore 4 /* predOwner */
        start local 4 // com.sun.org.apache.xpath.internal.ExpressionOwner predOwner
         5: .line 990
            aload 1 /* visitor */
            aload 4 /* predOwner */
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 3 /* i */
            aaload
            invokevirtual com.sun.org.apache.xpath.internal.XPathVisitor.visitPredicate:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifeq 7
         6: .line 992
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 3 /* i */
            aaload
            aload 4 /* predOwner */
            aload 1 /* visitor */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.callVisitors:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
        end local 4 // com.sun.org.apache.xpath.internal.ExpressionOwner predOwner
         7: .line 987
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 4
        end local 3 // int i
        end local 2 // int n
         9: .line 996
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 11
        10: .line 998
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            aload 0 /* this */
            aload 1 /* 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
        11: .line 1000
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xpath.internal.XPathVisitor visitor
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0   12     1    visitor  Lcom/sun/org/apache/xpath/internal/XPathVisitor;
            2    9     2          n  I
            3    9     3          i  I
            5    7     4  predOwner  Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
    MethodParameters:
         Name  Flags
      visitor  

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

  public void setExpression(com.sun.org.apache.xpath.internal.Expression);
    descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.Expression exp
         0: .line 1016
            aload 1 /* exp */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xpath.internal.Expression.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
         1: .line 1017
            aload 0 /* this */
            aload 1 /* exp */
            checkcast com.sun.org.apache.xpath.internal.patterns.StepPattern
            putfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
         2: .line 1018
            return
        end local 1 // com.sun.org.apache.xpath.internal.Expression exp
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0    3     1   exp  Lcom/sun/org/apache/xpath/internal/Expression;
    MethodParameters:
      Name  Flags
      exp   

  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.StepPattern this
        start local 1 // com.sun.org.apache.xpath.internal.Expression expr
         0: .line 1025
            aload 0 /* this */
            aload 1 /* expr */
            invokespecial com.sun.org.apache.xpath.internal.patterns.NodeTest.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 2
         1: .line 1026
            iconst_0
            ireturn
         2: .line 1028
      StackMap locals:
      StackMap stack:
            aload 1 /* expr */
            checkcast com.sun.org.apache.xpath.internal.patterns.StepPattern
            astore 2 /* sp */
        start local 2 // com.sun.org.apache.xpath.internal.patterns.StepPattern sp
         3: .line 1030
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 14
         4: .line 1032
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            istore 3 /* n */
        start local 3 // int n
         5: .line 1033
            aload 2 /* sp */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 6
            aload 2 /* sp */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            arraylength
            iload 3 /* n */
            if_icmpeq 7
         6: .line 1034
      StackMap locals: com.sun.org.apache.xpath.internal.patterns.StepPattern int
      StackMap stack:
            iconst_0
            ireturn
         7: .line 1035
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         8: goto 12
         9: .line 1037
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 4 /* i */
            aaload
            aload 2 /* sp */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            iload 4 /* i */
            aaload
            invokevirtual com.sun.org.apache.xpath.internal.Expression.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 11
        10: .line 1038
            iconst_0
            ireturn
        11: .line 1035
      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 1040
            goto 16
        14: .line 1041
      StackMap locals:
      StackMap stack:
            aload 2 /* sp */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_predicates:[Lcom/sun/org/apache/xpath/internal/Expression;
            ifnull 16
        15: .line 1042
            iconst_0
            ireturn
        16: .line 1044
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 19
        17: .line 1046
            aload 0 /* this */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            aload 2 /* sp */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
            ifne 21
        18: .line 1047
            iconst_0
            ireturn
        19: .line 1049
      StackMap locals:
      StackMap stack:
            aload 2 /* sp */
            getfield com.sun.org.apache.xpath.internal.patterns.StepPattern.m_relativePathPattern:Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            ifnull 21
        20: .line 1050
            iconst_0
            ireturn
        21: .line 1052
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // com.sun.org.apache.xpath.internal.patterns.StepPattern sp
        end local 1 // com.sun.org.apache.xpath.internal.Expression expr
        end local 0 // com.sun.org.apache.xpath.internal.patterns.StepPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            0   22     1  expr  Lcom/sun/org/apache/xpath/internal/Expression;
            3   22     2    sp  Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
            5   13     3     n  I
            8   13     4     i  I
    MethodParameters:
      Name  Flags
      expr  
}
SourceFile: "StepPattern.java"
NestMembers:
  com.sun.org.apache.xpath.internal.patterns.StepPattern$PredOwner
InnerClasses:
  PredOwner = com.sun.org.apache.xpath.internal.patterns.StepPattern$PredOwner of com.sun.org.apache.xpath.internal.patterns.StepPattern