final class com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath extends com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
  super_class: com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath
{
  private com.sun.org.apache.xalan.internal.xsltc.compiler.Expression _step;
    descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath _path;
    descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type stype;
    descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
    flags: (0x0002) ACC_PRIVATE

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

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

  public void <init>(com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath, com.sun.org.apache.xalan.internal.xsltc.compiler.Expression);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath path
        start local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression step
         0: .line 52
            aload 0 /* this */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.<init>:()V
         1: .line 49
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._orderNodes:Z
         2: .line 50
            aload 0 /* this */
            iconst_0
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._axisMismatch:Z
         3: .line 53
            aload 0 /* this */
            aload 1 /* path */
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
         4: .line 54
            aload 0 /* this */
            aload 2 /* step */
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
         5: .line 55
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.setParent:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;)V
         6: .line 56
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.setParent:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;)V
         7: .line 58
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Step
            ifeq 9
         8: .line 59
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.checkAxisMismatch:()Z
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._axisMismatch:Z
         9: .line 61
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
      StackMap stack:
            return
        end local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression step
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath path
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
            0   10     1  path  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            0   10     2  step  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
    MethodParameters:
      Name  Flags
      path  
      step  

  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.xalan.internal.xsltc.compiler.ParentLocationPath this
        start local 1 // int axis
         0: .line 64
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            iload 1 /* axis */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.setAxis:(I)V
         1: .line 65
            return
        end local 1 // int axis
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
            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.xalan.internal.xsltc.compiler.ParentLocationPath this
         0: .line 68
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.getAxis:()I
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;

  public com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath getPath();
    descriptor: ()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
         0: .line 72
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            areturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;

  public com.sun.org.apache.xalan.internal.xsltc.compiler.Expression getStep();
    descriptor: ()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            areturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;

  public void setParser(com.sun.org.apache.xalan.internal.xsltc.compiler.Parser);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.Parser parser
         0: .line 80
            aload 0 /* this */
            aload 1 /* parser */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.setParser:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
         1: .line 81
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* parser */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.setParser:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
         2: .line 82
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            aload 1 /* parser */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.setParser:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
         3: .line 83
            return
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.Parser parser
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
            0    4     1  parser  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;
    MethodParameters:
        Name  Flags
      parser  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
         0: .line 86
            new java.lang.StringBuilder
            dup
            ldc "ParentLocationPath("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;

  public com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type typeCheck(com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable stable
         0: .line 90
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* stable */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.typeCheck:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.stype:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
         1: .line 91
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            aload 1 /* stable */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.typeCheck:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            pop
         2: .line 93
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._axisMismatch:Z
            ifeq 3
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.enableNodeOrdering:()V
         3: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.NodeSet:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            dup_x1
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
            areturn
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable stable
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
            0    4     1  stable  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;
    Exceptions:
      throws com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError
    MethodParameters:
        Name  Flags
      stable  

  public void enableNodeOrdering();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
         0: .line 99
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.getParent:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;
            astore 1 /* parent */
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode parent
         1: .line 100
            aload 1 /* parent */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
            ifeq 3
         2: .line 101
            aload 1 /* parent */
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.enableNodeOrdering:()V
            goto 4
         3: .line 103
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._orderNodes:Z
         4: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode parent
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
            1    5     1  parent  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;

  public boolean checkAxisMismatch();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
         0: .line 114
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.getAxis:()I
            istore 1 /* left */
        start local 1 // int left
         1: .line 115
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.Step
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Step.getAxis:()I
            istore 2 /* right */
        start local 2 // int right
         2: .line 117
            iload 1 /* left */
            ifeq 3
            iload 1 /* left */
            iconst_1
            if_icmpne 10
         3: .line 118
      StackMap locals: int int
      StackMap stack:
            iload 2 /* right */
            iconst_3
            if_icmpeq 9
         4: .line 119
            iload 2 /* right */
            iconst_4
            if_icmpeq 9
         5: .line 120
            iload 2 /* right */
            iconst_5
            if_icmpeq 9
         6: .line 121
            iload 2 /* right */
            bipush 10
            if_icmpeq 9
         7: .line 122
            iload 2 /* right */
            bipush 11
            if_icmpeq 9
         8: .line 123
            iload 2 /* right */
            bipush 12
            if_icmpne 10
         9: .line 124
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        10: .line 126
      StackMap locals:
      StackMap stack:
            iload 1 /* left */
            iconst_3
            if_icmpne 12
        11: .line 127
            iload 2 /* right */
            ifeq 15
        12: .line 128
      StackMap locals:
      StackMap stack:
            iload 2 /* right */
            iconst_1
            if_icmpeq 15
        13: .line 129
            iload 2 /* right */
            bipush 10
            if_icmpeq 15
        14: .line 130
            iload 2 /* right */
            bipush 11
            if_icmpne 16
        15: .line 131
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        16: .line 133
      StackMap locals:
      StackMap stack:
            iload 1 /* left */
            iconst_4
            if_icmpeq 17
            iload 1 /* left */
            iconst_5
            if_icmpne 18
        17: .line 134
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        18: .line 136
      StackMap locals:
      StackMap stack:
            iload 1 /* left */
            bipush 6
            if_icmpeq 19
            iload 1 /* left */
            bipush 7
            if_icmpne 24
        19: .line 137
      StackMap locals:
      StackMap stack:
            iload 2 /* right */
            bipush 6
            if_icmpeq 23
        20: .line 138
            iload 2 /* right */
            bipush 10
            if_icmpeq 23
        21: .line 139
            iload 2 /* right */
            bipush 11
            if_icmpeq 23
        22: .line 140
            iload 2 /* right */
            bipush 12
            if_icmpne 24
        23: .line 141
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        24: .line 143
      StackMap locals:
      StackMap stack:
            iload 1 /* left */
            bipush 11
            if_icmpeq 25
            iload 1 /* left */
            bipush 12
            if_icmpne 33
        25: .line 144
      StackMap locals:
      StackMap stack:
            iload 2 /* right */
            iconst_4
            if_icmpeq 32
        26: .line 145
            iload 2 /* right */
            iconst_5
            if_icmpeq 32
        27: .line 146
            iload 2 /* right */
            bipush 6
            if_icmpeq 32
        28: .line 147
            iload 2 /* right */
            bipush 7
            if_icmpeq 32
        29: .line 148
            iload 2 /* right */
            bipush 10
            if_icmpeq 32
        30: .line 149
            iload 2 /* right */
            bipush 11
            if_icmpeq 32
        31: .line 150
            iload 2 /* right */
            bipush 12
            if_icmpne 33
        32: .line 151
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        33: .line 153
      StackMap locals:
      StackMap stack:
            iload 2 /* right */
            bipush 6
            if_icmpne 37
            iload 1 /* left */
            iconst_3
            if_icmpne 37
        34: .line 158
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Step
            ifeq 37
        35: .line 159
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.Step
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Step.getNodeType:()I
            istore 3 /* type */
        start local 3 // int type
        36: .line 160
            iload 3 /* type */
            iconst_2
            if_icmpne 37
            iconst_1
            ireturn
        end local 3 // int type
        37: .line 164
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int right
        end local 1 // int left
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   38     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
            1   38     1   left  I
            2   38     2  right  I
           36   37     3   type  I

  public void translate(com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator, com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator classGen
        start local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator methodGen
         0: .line 170
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.translate:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         1: .line 172
            aload 0 /* this */
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.translateStep:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         2: .line 173
            return
        end local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator methodGen
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator classGen
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
            0    3     1   classGen  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;
            0    3     2  methodGen  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;
    MethodParameters:
           Name  Flags
      classGen   
      methodGen  

  public void translateStep(com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator, com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator classGen
        start local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator methodGen
         0: .line 176
            aload 1 /* classGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator.getConstantPool:()Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
            astore 3 /* cpg */
        start local 3 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         1: .line 177
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.getInstructionList:()Lcom/sun/org/apache/bcel/internal/generic/InstructionList;
            astore 4 /* il */
        start local 4 // com.sun.org.apache.bcel.internal.generic.InstructionList il
         2: .line 189
            aload 2 /* methodGen */
            ldc "parent_location_path_tmp1"
         3: .line 190
            ldc "Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"
            invokestatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util.getJCRefType:(Ljava/lang/String;)Lcom/sun/org/apache/bcel/internal/generic/Type;
         4: .line 191
            aconst_null
            aconst_null
         5: .line 189
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.addLocalVariable:(Ljava/lang/String;Lcom/sun/org/apache/bcel/internal/generic/Type;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)Lcom/sun/org/apache/bcel/internal/generic/LocalVariableGen;
         6: .line 188
            astore 5 /* pathTemp */
        start local 5 // com.sun.org.apache.bcel.internal.generic.LocalVariableGen pathTemp
         7: .line 192
            aload 5 /* pathTemp */
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.ASTORE
            dup
            aload 5 /* pathTemp */
            invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.getIndex:()I
            invokespecial com.sun.org.apache.bcel.internal.generic.ASTORE.<init>:(I)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.setStart:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
         8: .line 194
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            aload 1 /* classGen */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.translate:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
         9: .line 196
            aload 2 /* methodGen */
            ldc "parent_location_path_tmp2"
        10: .line 197
            ldc "Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"
            invokestatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util.getJCRefType:(Ljava/lang/String;)Lcom/sun/org/apache/bcel/internal/generic/Type;
        11: .line 198
            aconst_null
            aconst_null
        12: .line 196
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.addLocalVariable:(Ljava/lang/String;Lcom/sun/org/apache/bcel/internal/generic/Type;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)Lcom/sun/org/apache/bcel/internal/generic/LocalVariableGen;
        13: .line 195
            astore 6 /* stepTemp */
        start local 6 // com.sun.org.apache.bcel.internal.generic.LocalVariableGen stepTemp
        14: .line 199
            aload 6 /* stepTemp */
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.ASTORE
            dup
            aload 6 /* stepTemp */
            invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.getIndex:()I
            invokespecial com.sun.org.apache.bcel.internal.generic.ASTORE.<init>:(I)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.setStart:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
        15: .line 202
            aload 3 /* cpg */
            ldc "com.sun.org.apache.xalan.internal.xsltc.dom.StepIterator"
        16: .line 203
            ldc "<init>"
        17: .line 204
            ldc "(Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;)V"
        18: .line 202
            invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.addMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
            istore 7 /* initSI */
        start local 7 // int initSI
        19: .line 208
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.NEW
            dup
            aload 3 /* cpg */
            ldc "com.sun.org.apache.xalan.internal.xsltc.dom.StepIterator"
            invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.addClass:(Ljava/lang/String;)I
            invokespecial com.sun.org.apache.bcel.internal.generic.NEW.<init>:(I)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        20: .line 209
            aload 4 /* il */
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.DUP:Lcom/sun/org/apache/bcel/internal/generic/StackInstruction;
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        21: .line 211
            aload 5 /* pathTemp */
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.ALOAD
            dup
            aload 5 /* pathTemp */
            invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.getIndex:()I
            invokespecial com.sun.org.apache.bcel.internal.generic.ALOAD.<init>:(I)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.setEnd:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
        22: .line 212
            aload 6 /* stepTemp */
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.ALOAD
            dup
            aload 6 /* stepTemp */
            invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.getIndex:()I
            invokespecial com.sun.org.apache.bcel.internal.generic.ALOAD.<init>:(I)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.setEnd:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
        23: .line 215
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.INVOKESPECIAL
            dup
            iload 7 /* initSI */
            invokespecial com.sun.org.apache.bcel.internal.generic.INVOKESPECIAL.<init>:(I)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        24: .line 218
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            astore 8 /* stp */
        start local 8 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression stp
        25: .line 219
            aload 8 /* stp */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
            ifeq 27
        26: .line 220
            aload 8 /* stp */
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.getStep:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
            astore 8 /* stp */
        27: .line 222
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator com.sun.org.apache.bcel.internal.generic.ConstantPoolGen com.sun.org.apache.bcel.internal.generic.InstructionList com.sun.org.apache.bcel.internal.generic.LocalVariableGen com.sun.org.apache.bcel.internal.generic.LocalVariableGen int com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Step
            ifeq 37
            aload 8 /* stp */
            instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Step
            ifeq 37
        28: .line 223
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.Step
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Step.getAxis:()I
            istore 9 /* path */
        start local 9 // int path
        29: .line 224
            aload 8 /* stp */
            checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.Step
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Step.getAxis:()I
            istore 10 /* step */
        start local 10 // int step
        30: .line 225
            iload 9 /* path */
            iconst_5
            if_icmpne 31
            iload 10 /* step */
            iconst_3
            if_icmpeq 32
        31: .line 226
      StackMap locals: int int
      StackMap stack:
            iload 9 /* path */
            bipush 11
            if_icmpne 37
            iload 10 /* step */
            bipush 10
            if_icmpne 37
        32: .line 227
      StackMap locals:
      StackMap stack:
            aload 3 /* cpg */
            ldc "com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase"
        33: .line 228
            ldc "includeSelf"
        34: .line 229
            ldc "()Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"
        35: .line 227
            invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.addMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
            istore 11 /* incl */
        start local 11 // int incl
        36: .line 230
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.INVOKEVIRTUAL
            dup
            iload 11 /* incl */
            invokespecial com.sun.org.apache.bcel.internal.generic.INVOKEVIRTUAL.<init>:(I)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        end local 11 // int incl
        end local 10 // int step
        end local 9 // int path
        37: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._orderNodes:Z
            ifeq 46
        38: .line 241
            aload 3 /* cpg */
            ldc "com.sun.org.apache.xalan.internal.xsltc.DOM"
        39: .line 242
            ldc "orderNodes"
        40: .line 243
            ldc "(Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;I)Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"
        41: .line 241
            invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.addInterfaceMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
            istore 9 /* order */
        start local 9 // int order
        42: .line 244
            aload 4 /* il */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.loadDOM:()Lcom/sun/org/apache/bcel/internal/generic/Instruction;
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        43: .line 245
            aload 4 /* il */
            getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.SWAP:Lcom/sun/org/apache/bcel/internal/generic/StackInstruction;
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        44: .line 246
            aload 4 /* il */
            aload 2 /* methodGen */
            invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.loadContextNode:()Lcom/sun/org/apache/bcel/internal/generic/Instruction;
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        45: .line 247
            aload 4 /* il */
            new com.sun.org.apache.bcel.internal.generic.INVOKEINTERFACE
            dup
            iload 9 /* order */
            iconst_3
            invokespecial com.sun.org.apache.bcel.internal.generic.INVOKEINTERFACE.<init>:(II)V
            invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
            pop
        end local 9 // int order
        46: .line 249
      StackMap locals:
      StackMap stack:
            return
        end local 8 // com.sun.org.apache.xalan.internal.xsltc.compiler.Expression stp
        end local 7 // int initSI
        end local 6 // com.sun.org.apache.bcel.internal.generic.LocalVariableGen stepTemp
        end local 5 // com.sun.org.apache.bcel.internal.generic.LocalVariableGen pathTemp
        end local 4 // com.sun.org.apache.bcel.internal.generic.InstructionList il
        end local 3 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        end local 2 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator methodGen
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator classGen
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   47     0       this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
            0   47     1   classGen  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;
            0   47     2  methodGen  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;
            1   47     3        cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
            2   47     4         il  Lcom/sun/org/apache/bcel/internal/generic/InstructionList;
            7   47     5   pathTemp  Lcom/sun/org/apache/bcel/internal/generic/LocalVariableGen;
           14   47     6   stepTemp  Lcom/sun/org/apache/bcel/internal/generic/LocalVariableGen;
           19   47     7     initSI  I
           25   47     8        stp  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
           29   37     9       path  I
           30   37    10       step  I
           36   37    11       incl  I
           42   46     9      order  I
    MethodParameters:
           Name  Flags
      classGen   
      methodGen  
}
SourceFile: "ParentLocationPath.java"