public class org.apache.xpath.compiler.Compiler extends org.apache.xpath.compiler.OpMap
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.compiler.Compiler
  super_class: org.apache.xpath.compiler.OpMap
{
  private int locPathDepth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private static long s_nextMethodId;
    descriptor: J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private org.apache.xml.utils.PrefixResolver m_currentPrefixResolver;
    descriptor: Lorg/apache/xml/utils/PrefixResolver;
    flags: (0x0002) ACC_PRIVATE

  javax.xml.transform.ErrorListener m_errorHandler;
    descriptor: Ljavax/xml/transform/ErrorListener;
    flags: (0x0000) 

  javax.xml.transform.SourceLocator m_locator;
    descriptor: Ljavax/xml/transform/SourceLocator;
    flags: (0x0000) 

  private org.apache.xpath.compiler.FunctionTable m_functionTable;
    descriptor: Lorg/apache/xpath/compiler/FunctionTable;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 1078
            lconst_0
            putstatic org.apache.xpath.compiler.Compiler.s_nextMethodId:J
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(javax.xml.transform.ErrorListener, javax.xml.transform.SourceLocator, org.apache.xpath.compiler.FunctionTable);
    descriptor: (Ljavax/xml/transform/ErrorListener;Ljavax/xml/transform/SourceLocator;Lorg/apache/xpath/compiler/FunctionTable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // javax.xml.transform.ErrorListener errorHandler
        start local 2 // javax.xml.transform.SourceLocator locator
        start local 3 // org.apache.xpath.compiler.FunctionTable fTable
         0: .line 88
            aload 0 /* this */
            invokespecial org.apache.xpath.compiler.OpMap.<init>:()V
         1: .line 612
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
         2: .line 1235
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.compiler.Compiler.m_currentPrefixResolver:Lorg/apache/xml/utils/PrefixResolver;
         3: .line 91
            aload 0 /* this */
            aload 1 /* errorHandler */
            putfield org.apache.xpath.compiler.Compiler.m_errorHandler:Ljavax/xml/transform/ErrorListener;
         4: .line 92
            aload 0 /* this */
            aload 2 /* locator */
            putfield org.apache.xpath.compiler.Compiler.m_locator:Ljavax/xml/transform/SourceLocator;
         5: .line 93
            aload 0 /* this */
            aload 3 /* fTable */
            putfield org.apache.xpath.compiler.Compiler.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
         6: .line 94
            return
        end local 3 // org.apache.xpath.compiler.FunctionTable fTable
        end local 2 // javax.xml.transform.SourceLocator locator
        end local 1 // javax.xml.transform.ErrorListener errorHandler
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/apache/xpath/compiler/Compiler;
            0    7     1  errorHandler  Ljavax/xml/transform/ErrorListener;
            0    7     2       locator  Ljavax/xml/transform/SourceLocator;
            0    7     3        fTable  Lorg/apache/xpath/compiler/FunctionTable;
    MethodParameters:
              Name  Flags
      errorHandler  
      locator       
      fTable        

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.Compiler this
         0: .line 100
            aload 0 /* this */
            invokespecial org.apache.xpath.compiler.OpMap.<init>:()V
         1: .line 612
            aload 0 /* this */
            iconst_m1
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
         2: .line 1235
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.compiler.Compiler.m_currentPrefixResolver:Lorg/apache/xml/utils/PrefixResolver;
         3: .line 102
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.compiler.Compiler.m_errorHandler:Ljavax/xml/transform/ErrorListener;
         4: .line 103
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.compiler.Compiler.m_locator:Ljavax/xml/transform/SourceLocator;
         5: .line 104
            return
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/xpath/compiler/Compiler;

  public org.apache.xpath.Expression compile(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 117
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            istore 2 /* op */
        start local 2 // int op
         1: .line 119
            aconst_null
            astore 3 /* expr */
        start local 3 // org.apache.xpath.Expression expr
         2: .line 121
            iload 2 /* op */
            tableswitch { // 1 - 31
                    1: 3
                    2: 4
                    3: 5
                    4: 6
                    5: 7
                    6: 8
                    7: 9
                    8: 10
                    9: 11
                   10: 12
                   11: 13
                   12: 14
                   13: 15
                   14: 16
                   15: 33
                   16: 17
                   17: 18
                   18: 19
                   19: 20
                   20: 21
                   21: 22
                   22: 23
                   23: 24
                   24: 27
                   25: 28
                   26: 26
                   27: 25
                   28: 29
                   29: 30
                   30: 31
                   31: 32
              default: 37
          }
         3: .line 124
      StackMap locals: int org.apache.xpath.Expression
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
         4: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.or:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
         5: .line 128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.and:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
         6: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.notequals:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
         7: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.equals:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
         8: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.lte:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
         9: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.lt:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        10: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.gte:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        11: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.gt:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        12: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.plus:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        13: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.minus:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        14: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.mult:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        15: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.div:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        16: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.mod:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        17: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.neg:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        18: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.string:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        19: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.bool:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        20: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.number:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        21: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.union:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        22: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.literal:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        23: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.variable:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        24: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.group:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        25: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.numberlit:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        26: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.arg:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        27: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileExtension:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        28: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileFunction:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        29: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.locationPath:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        30: .line 180
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* expr */
            goto 40
        31: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.matchPattern:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        32: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.locationPathPattern:(I)Lorg/apache/xpath/Expression;
            astore 3 /* expr */
            goto 40
        33: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "ER_UNKNOWN_OPCODE"
        34: .line 187
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "quo"
            aastore
        35: .line 186
            invokevirtual org.apache.xpath.compiler.Compiler.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        36: .line 188
            goto 40
        37: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "ER_UNKNOWN_OPCODE"
        38: .line 191
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
        39: .line 190
            invokevirtual org.apache.xpath.compiler.Compiler.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        40: .line 196
      StackMap locals:
      StackMap stack:
            aload 3 /* expr */
            areturn
        end local 3 // org.apache.xpath.Expression expr
        end local 2 // int op
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   41     0   this  Lorg/apache/xpath/compiler/Compiler;
            0   41     1  opPos  I
            1   41     2     op  I
            2   41     3   expr  Lorg/apache/xpath/Expression;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  private org.apache.xpath.Expression compileOperation(org.apache.xpath.operations.Operation, int);
    descriptor: (Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // org.apache.xpath.operations.Operation operation
        start local 2 // int opPos
         0: .line 213
            iload 2 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPos:(I)I
            istore 3 /* leftPos */
        start local 3 // int leftPos
         1: .line 214
            aload 0 /* this */
            iload 3 /* leftPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextOpPos:(I)I
            istore 4 /* rightPos */
        start local 4 // int rightPos
         2: .line 216
            aload 1 /* operation */
            aload 0 /* this */
            iload 3 /* leftPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            aload 0 /* this */
            iload 4 /* rightPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            invokevirtual org.apache.xpath.operations.Operation.setLeftRight:(Lorg/apache/xpath/Expression;Lorg/apache/xpath/Expression;)V
         3: .line 218
            aload 1 /* operation */
            areturn
        end local 4 // int rightPos
        end local 3 // int leftPos
        end local 2 // int opPos
        end local 1 // org.apache.xpath.operations.Operation operation
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/xpath/compiler/Compiler;
            0    4     1  operation  Lorg/apache/xpath/operations/Operation;
            0    4     2      opPos  I
            1    4     3    leftPos  I
            2    4     4   rightPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
           Name  Flags
      operation  
      opPos      

  private org.apache.xpath.Expression compileUnary(org.apache.xpath.operations.UnaryOperation, int);
    descriptor: (Lorg/apache/xpath/operations/UnaryOperation;I)Lorg/apache/xpath/Expression;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // org.apache.xpath.operations.UnaryOperation unary
        start local 2 // int opPos
         0: .line 235
            iload 2 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPos:(I)I
            istore 3 /* rightPos */
        start local 3 // int rightPos
         1: .line 237
            aload 1 /* unary */
            aload 0 /* this */
            iload 3 /* rightPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            invokevirtual org.apache.xpath.operations.UnaryOperation.setRight:(Lorg/apache/xpath/Expression;)V
         2: .line 239
            aload 1 /* unary */
            areturn
        end local 3 // int rightPos
        end local 2 // int opPos
        end local 1 // org.apache.xpath.operations.UnaryOperation unary
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/xpath/compiler/Compiler;
            0    3     1     unary  Lorg/apache/xpath/operations/UnaryOperation;
            0    3     2     opPos  I
            1    3     3  rightPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      unary  
      opPos  

  protected org.apache.xpath.Expression or(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 253
            aload 0 /* this */
            new org.apache.xpath.operations.Or
            dup
            invokespecial org.apache.xpath.operations.Or.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression and(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 267
            aload 0 /* this */
            new org.apache.xpath.operations.And
            dup
            invokespecial org.apache.xpath.operations.And.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression notequals(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 281
            aload 0 /* this */
            new org.apache.xpath.operations.NotEquals
            dup
            invokespecial org.apache.xpath.operations.NotEquals.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression equals(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 295
            aload 0 /* this */
            new org.apache.xpath.operations.Equals
            dup
            invokespecial org.apache.xpath.operations.Equals.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression lte(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 309
            aload 0 /* this */
            new org.apache.xpath.operations.Lte
            dup
            invokespecial org.apache.xpath.operations.Lte.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression lt(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 323
            aload 0 /* this */
            new org.apache.xpath.operations.Lt
            dup
            invokespecial org.apache.xpath.operations.Lt.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression gte(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 337
            aload 0 /* this */
            new org.apache.xpath.operations.Gte
            dup
            invokespecial org.apache.xpath.operations.Gte.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression gt(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 351
            aload 0 /* this */
            new org.apache.xpath.operations.Gt
            dup
            invokespecial org.apache.xpath.operations.Gt.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression plus(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 365
            aload 0 /* this */
            new org.apache.xpath.operations.Plus
            dup
            invokespecial org.apache.xpath.operations.Plus.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression minus(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 379
            aload 0 /* this */
            new org.apache.xpath.operations.Minus
            dup
            invokespecial org.apache.xpath.operations.Minus.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression mult(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 393
            aload 0 /* this */
            new org.apache.xpath.operations.Mult
            dup
            invokespecial org.apache.xpath.operations.Mult.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression div(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 407
            aload 0 /* this */
            new org.apache.xpath.operations.Div
            dup
            invokespecial org.apache.xpath.operations.Div.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression mod(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 421
            aload 0 /* this */
            new org.apache.xpath.operations.Mod
            dup
            invokespecial org.apache.xpath.operations.Mod.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileOperation:(Lorg/apache/xpath/operations/Operation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression neg(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 449
            aload 0 /* this */
            new org.apache.xpath.operations.Neg
            dup
            invokespecial org.apache.xpath.operations.Neg.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileUnary:(Lorg/apache/xpath/operations/UnaryOperation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression string(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 463
            aload 0 /* this */
            new org.apache.xpath.operations.String
            dup
            invokespecial org.apache.xpath.operations.String.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileUnary:(Lorg/apache/xpath/operations/UnaryOperation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression bool(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 477
            aload 0 /* this */
            new org.apache.xpath.operations.Bool
            dup
            invokespecial org.apache.xpath.operations.Bool.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileUnary:(Lorg/apache/xpath/operations/UnaryOperation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression number(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 491
            aload 0 /* this */
            new org.apache.xpath.operations.Number
            dup
            invokespecial org.apache.xpath.operations.Number.<init>:()V
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileUnary:(Lorg/apache/xpath/operations/UnaryOperation;I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression literal(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 506
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPos:(I)I
            istore 1 /* opPos */
         1: .line 508
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.Compiler.getTokenQueue:()Lorg/apache/xml/utils/ObjectVector;
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast org.apache.xpath.objects.XString
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    2     1  opPos  I
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression numberlit(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 523
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPos:(I)I
            istore 1 /* opPos */
         1: .line 525
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.Compiler.getTokenQueue:()Lorg/apache/xml/utils/ObjectVector;
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast org.apache.xpath.objects.XNumber
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    2     1  opPos  I
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression variable(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 540
            new org.apache.xpath.operations.Variable
            dup
            invokespecial org.apache.xpath.operations.Variable.<init>:()V
            astore 2 /* var */
        start local 2 // org.apache.xpath.operations.Variable var
         1: .line 542
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPos:(I)I
            istore 1 /* opPos */
         2: .line 544
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            istore 3 /* nsPos */
        start local 3 // int nsPos
         3: .line 546
            bipush -2
            iload 3 /* nsPos */
            if_icmpne 4
            aconst_null
            goto 5
         4: .line 547
      StackMap locals: org.apache.xpath.operations.Variable int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.Compiler.getTokenQueue:()Lorg/apache/xml/utils/ObjectVector;
            iload 3 /* nsPos */
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
         5: .line 545
      StackMap locals:
      StackMap stack: java.lang.String
            astore 4 /* namespace */
        start local 4 // java.lang.String namespace
         6: .line 549
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.Compiler.getTokenQueue:()Lorg/apache/xml/utils/ObjectVector;
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
         7: .line 548
            astore 5 /* localname */
        start local 5 // java.lang.String localname
         8: .line 550
            new org.apache.xml.utils.QName
            dup
            aload 4 /* namespace */
            aload 5 /* localname */
            invokespecial org.apache.xml.utils.QName.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 6 /* qname */
        start local 6 // org.apache.xml.utils.QName qname
         9: .line 552
            aload 2 /* var */
            aload 6 /* qname */
            invokevirtual org.apache.xpath.operations.Variable.setQName:(Lorg/apache/xml/utils/QName;)V
        10: .line 554
            aload 2 /* var */
            areturn
        end local 6 // org.apache.xml.utils.QName qname
        end local 5 // java.lang.String localname
        end local 4 // java.lang.String namespace
        end local 3 // int nsPos
        end local 2 // org.apache.xpath.operations.Variable var
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/apache/xpath/compiler/Compiler;
            0   11     1      opPos  I
            1   11     2        var  Lorg/apache/xpath/operations/Variable;
            3   11     3      nsPos  I
            6   11     4  namespace  Ljava/lang/String;
            8   11     5  localname  Ljava/lang/String;
            9   11     6      qname  Lorg/apache/xml/utils/QName;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression group(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 570
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression arg(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 586
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression union(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 601
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            iadd
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
         1: .line 604
            aload 0 /* this */
            iload 1 /* opPos */
            invokestatic org.apache.xpath.axes.UnionPathIterator.createUnionIterator:(Lorg/apache/xpath/compiler/Compiler;I)Lorg/apache/xpath/axes/LocPathIterator;
            astore 3
         2: .line 608
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            isub
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
         3: .line 604
            aload 3
            areturn
         4: .line 607
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         5: .line 608
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            isub
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
         6: .line 609
            aload 2
            athrow
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    7     1  opPos  I
      Exception table:
        from    to  target  type
           1     2       4  any
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  public int getLocationPathDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.Compiler this
         0: .line 620
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            ireturn
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/Compiler;

  org.apache.xpath.compiler.FunctionTable getFunctionTable();
    descriptor: ()Lorg/apache/xpath/compiler/FunctionTable;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.Compiler this
         0: .line 628
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
            areturn
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/Compiler;

  public org.apache.xpath.Expression locationPath(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 643
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            iadd
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
         1: .line 646
            aload 0 /* this */
            iload 1 /* opPos */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            ifne 2
            iconst_1
            goto 3
      StackMap locals: org.apache.xpath.compiler.Compiler int
      StackMap stack: org.apache.xpath.compiler.Compiler int
         2: iconst_0
      StackMap locals: org.apache.xpath.compiler.Compiler int
      StackMap stack: org.apache.xpath.compiler.Compiler int int
         3: invokestatic org.apache.xpath.axes.WalkerFactory.newDTMIterator:(Lorg/apache/xpath/compiler/Compiler;IZ)Lorg/apache/xml/dtm/DTMIterator;
            astore 2 /* iter */
        start local 2 // org.apache.xml.dtm.DTMIterator iter
         4: .line 647
            aload 2 /* iter */
            checkcast org.apache.xpath.Expression
            astore 4
         5: .line 651
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            isub
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
         6: .line 647
            aload 4
            areturn
        end local 2 // org.apache.xml.dtm.DTMIterator iter
         7: .line 650
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 3
         8: .line 651
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            isub
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
         9: .line 652
            aload 3
            athrow
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/apache/xpath/compiler/Compiler;
            0   10     1  opPos  I
            4    7     2   iter  Lorg/apache/xml/dtm/DTMIterator;
      Exception table:
        from    to  target  type
           1     5       7  any
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  public org.apache.xpath.Expression predicate(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 666
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_2
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    1     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.Expression matchPattern(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 680
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            iadd
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
         1: .line 684
            iload 1 /* opPos */
            istore 2 /* nextOpPos */
        start local 2 // int nextOpPos
         2: .line 687
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 689
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* nextOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextOpPos:(I)I
            istore 2 /* nextOpPos */
         5: .line 687
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: aload 0 /* this */
            iload 2 /* nextOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            bipush 31
            if_icmpeq 4
         7: .line 692
            iload 3 /* i */
            iconst_1
            if_icmpne 11
         8: .line 693
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            astore 7
         9: .line 711
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            isub
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
        10: .line 693
            aload 7
            areturn
        11: .line 695
      StackMap locals:
      StackMap stack:
            new org.apache.xpath.patterns.UnionPattern
            dup
            invokespecial org.apache.xpath.patterns.UnionPattern.<init>:()V
            astore 4 /* up */
        start local 4 // org.apache.xpath.patterns.UnionPattern up
        12: .line 696
            iload 3 /* i */
            anewarray org.apache.xpath.patterns.StepPattern
            astore 5 /* patterns */
        start local 5 // org.apache.xpath.patterns.StepPattern[] patterns
        13: .line 698
            iconst_0
            istore 3 /* i */
            goto 18
        14: .line 700
      StackMap locals: org.apache.xpath.patterns.UnionPattern org.apache.xpath.patterns.StepPattern[]
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextOpPos:(I)I
            istore 2 /* nextOpPos */
        15: .line 701
            aload 5 /* patterns */
            iload 3 /* i */
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            checkcast org.apache.xpath.patterns.StepPattern
            aastore
        16: .line 702
            iload 2 /* nextOpPos */
            istore 1 /* opPos */
        17: .line 698
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            bipush 31
            if_icmpeq 14
        19: .line 705
            aload 4 /* up */
            aload 5 /* patterns */
            invokevirtual org.apache.xpath.patterns.UnionPattern.setPatterns:([Lorg/apache/xpath/patterns/StepPattern;)V
        20: .line 707
            aload 4 /* up */
            astore 7
        21: .line 711
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            isub
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
        22: .line 707
            aload 7
            areturn
        end local 5 // org.apache.xpath.patterns.StepPattern[] patterns
        end local 4 // org.apache.xpath.patterns.UnionPattern up
        end local 3 // int i
        end local 2 // int nextOpPos
        23: .line 710
      StackMap locals: org.apache.xpath.compiler.Compiler int
      StackMap stack: java.lang.Throwable
            astore 6
        24: .line 711
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.Compiler.locPathDepth:I
            iconst_1
            isub
            putfield org.apache.xpath.compiler.Compiler.locPathDepth:I
        25: .line 712
            aload 6
            athrow
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0       this  Lorg/apache/xpath/compiler/Compiler;
            0   26     1      opPos  I
            2   23     2  nextOpPos  I
            3   23     3          i  I
           12   23     4         up  Lorg/apache/xpath/patterns/UnionPattern;
           13   23     5   patterns  [Lorg/apache/xpath/patterns/StepPattern;
      Exception table:
        from    to  target  type
           1     9      23  any
          11    21      23  any
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  public org.apache.xpath.Expression locationPathPattern(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 728
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPos:(I)I
            istore 1 /* opPos */
         1: .line 730
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_0
            aconst_null
            invokevirtual org.apache.xpath.compiler.Compiler.stepPattern:(IILorg/apache/xpath/patterns/StepPattern;)Lorg/apache/xpath/patterns/StepPattern;
            areturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    2     1  opPos  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  public int getWhatToShow(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 745
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            istore 2 /* axesType */
        start local 2 // int axesType
         1: .line 746
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_3
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            istore 3 /* testType */
        start local 3 // int testType
         2: .line 749
            iload 3 /* testType */
            lookupswitch { // 7
                   34: 15
                   35: 13
                 1030: 3
                 1031: 4
                 1032: 5
                 1033: 6
                 1034: 14
              default: 20
          }
         3: .line 752
      StackMap locals: int int
      StackMap stack:
            sipush 128
            ireturn
         4: .line 755
      StackMap locals:
      StackMap stack:
            bipush 12
            ireturn
         5: .line 757
      StackMap locals:
      StackMap stack:
            bipush 64
            ireturn
         6: .line 760
      StackMap locals:
      StackMap stack:
            iload 2 /* axesType */
            tableswitch { // 38 - 51
                   38: 9
                   39: 8
                   40: 10
                   41: 10
                   42: 9
                   43: 10
                   44: 10
                   45: 10
                   46: 10
                   47: 10
                   48: 9
                   49: 7
                   50: 10
                   51: 8
              default: 10
          }
         7: .line 763
      StackMap locals:
      StackMap stack:
            sipush 4096
            ireturn
         8: .line 766
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         9: .line 770
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        10: .line 772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            bipush 30
            if_icmpne 12
        11: .line 773
            sipush -1283
            ireturn
        12: .line 777
      StackMap locals:
      StackMap stack:
            bipush -3
            ireturn
        13: .line 780
      StackMap locals:
      StackMap stack:
            sipush 1280
            ireturn
        14: .line 782
      StackMap locals:
      StackMap stack:
            ldc 65536
            ireturn
        15: .line 784
      StackMap locals:
      StackMap stack:
            iload 2 /* axesType */
            lookupswitch { // 5
                   39: 17
                   49: 16
                   51: 17
                   52: 18
                   53: 18
              default: 19
          }
        16: .line 787
      StackMap locals:
      StackMap stack:
            sipush 4096
            ireturn
        17: .line 790
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
        18: .line 795
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        19: .line 799
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        20: .line 803
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 3 // int testType
        end local 2 // int axesType
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lorg/apache/xpath/compiler/Compiler;
            0   21     1     opPos  I
            1   21     2  axesType  I
            2   21     3  testType  I
    MethodParameters:
       Name  Flags
      opPos  

  protected org.apache.xpath.patterns.StepPattern stepPattern(int, int, org.apache.xpath.patterns.StepPattern);
    descriptor: (IILorg/apache/xpath/patterns/StepPattern;)Lorg/apache/xpath/patterns/StepPattern;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=10, args_size=4
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
        start local 2 // int stepCount
        start local 3 // org.apache.xpath.patterns.StepPattern ancestorPattern
         0: .line 826
            iload 1 /* opPos */
            istore 4 /* startOpPos */
        start local 4 // int startOpPos
         1: .line 827
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            istore 5 /* stepType */
        start local 5 // int stepType
         2: .line 829
            iconst_m1
            iload 5 /* stepType */
            if_icmpne 4
         3: .line 831
            aconst_null
            areturn
         4: .line 836
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextOpPos:(I)I
            istore 6 /* endStep */
        start local 6 // int endStep
         5: .line 844
            iload 5 /* stepType */
            lookupswitch { // 5
                   25: 6
                   50: 9
                   51: 15
                   52: 23
                   53: 33
              default: 41
          }
         6: .line 850
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            istore 8 /* argLen */
        start local 8 // int argLen
         7: .line 851
            new org.apache.xpath.patterns.FunctionPattern
            dup
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compileFunction:(I)Lorg/apache/xpath/Expression;
            bipush 10
            iconst_3
            invokespecial org.apache.xpath.patterns.FunctionPattern.<init>:(Lorg/apache/xpath/Expression;II)V
            astore 7 /* pattern */
        start local 7 // org.apache.xpath.patterns.StepPattern pattern
         8: .line 852
            goto 43
        end local 8 // int argLen
        end local 7 // org.apache.xpath.patterns.StepPattern pattern
         9: .line 857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getArgLengthOfStep:(I)I
            istore 8 /* argLen */
        start local 8 // int argLen
        10: .line 858
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPosOfStep:(I)I
            istore 1 /* opPos */
        11: .line 859
            new org.apache.xpath.patterns.StepPattern
            dup
            sipush 1280
        12: .line 861
            bipush 10
            iconst_3
        13: .line 859
            invokespecial org.apache.xpath.patterns.StepPattern.<init>:(III)V
            astore 7 /* pattern */
        start local 7 // org.apache.xpath.patterns.StepPattern pattern
        14: .line 862
            goto 43
        end local 8 // int argLen
        end local 7 // org.apache.xpath.patterns.StepPattern pattern
        15: .line 866
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getArgLengthOfStep:(I)I
            istore 8 /* argLen */
        start local 8 // int argLen
        16: .line 867
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPosOfStep:(I)I
            istore 1 /* opPos */
        17: .line 868
            new org.apache.xpath.patterns.StepPattern
            dup
            iconst_2
        18: .line 869
            aload 0 /* this */
            iload 4 /* startOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getStepNS:(I)Ljava/lang/String;
        19: .line 870
            aload 0 /* this */
            iload 4 /* startOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getStepLocalName:(I)Ljava/lang/String;
        20: .line 871
            bipush 10
            iconst_2
        21: .line 868
            invokespecial org.apache.xpath.patterns.StepPattern.<init>:(ILjava/lang/String;Ljava/lang/String;II)V
            astore 7 /* pattern */
        start local 7 // org.apache.xpath.patterns.StepPattern pattern
        22: .line 872
            goto 43
        end local 8 // int argLen
        end local 7 // org.apache.xpath.patterns.StepPattern pattern
        23: .line 876
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getArgLengthOfStep:(I)I
            istore 8 /* argLen */
        start local 8 // int argLen
        24: .line 877
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPosOfStep:(I)I
            istore 1 /* opPos */
        25: .line 878
            aload 0 /* this */
            iload 4 /* startOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getWhatToShow:(I)I
            istore 9 /* what */
        start local 9 // int what
        26: .line 880
            sipush 1280
            iload 9 /* what */
            if_icmpne 27
        27: .line 882
      StackMap locals: org.apache.xpath.compiler.Compiler int int org.apache.xpath.patterns.StepPattern int int int top int int
      StackMap stack:
            new org.apache.xpath.patterns.StepPattern
            dup
            aload 0 /* this */
            iload 4 /* startOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getWhatToShow:(I)I
        28: .line 883
            aload 0 /* this */
            iload 4 /* startOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getStepNS:(I)Ljava/lang/String;
        29: .line 884
            aload 0 /* this */
            iload 4 /* startOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getStepLocalName:(I)Ljava/lang/String;
        30: .line 885
            iconst_0
            iconst_3
        31: .line 882
            invokespecial org.apache.xpath.patterns.StepPattern.<init>:(ILjava/lang/String;Ljava/lang/String;II)V
            astore 7 /* pattern */
        start local 7 // org.apache.xpath.patterns.StepPattern pattern
        32: .line 886
            goto 43
        end local 9 // int what
        end local 8 // int argLen
        end local 7 // org.apache.xpath.patterns.StepPattern pattern
        33: .line 890
      StackMap locals: org.apache.xpath.compiler.Compiler int int org.apache.xpath.patterns.StepPattern int int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getArgLengthOfStep:(I)I
            istore 8 /* argLen */
        start local 8 // int argLen
        34: .line 891
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPosOfStep:(I)I
            istore 1 /* opPos */
        35: .line 892
            new org.apache.xpath.patterns.StepPattern
            dup
            aload 0 /* this */
            iload 4 /* startOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getWhatToShow:(I)I
        36: .line 893
            aload 0 /* this */
            iload 4 /* startOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getStepNS:(I)Ljava/lang/String;
        37: .line 894
            aload 0 /* this */
            iload 4 /* startOpPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getStepLocalName:(I)Ljava/lang/String;
        38: .line 895
            bipush 10
            iconst_3
        39: .line 892
            invokespecial org.apache.xpath.patterns.StepPattern.<init>:(ILjava/lang/String;Ljava/lang/String;II)V
            astore 7 /* pattern */
        start local 7 // org.apache.xpath.patterns.StepPattern pattern
        40: .line 896
            goto 43
        end local 8 // int argLen
        end local 7 // org.apache.xpath.patterns.StepPattern pattern
        41: .line 898
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "ER_UNKNOWN_MATCH_OPERATION"
            aconst_null
            invokevirtual org.apache.xpath.compiler.Compiler.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        42: .line 900
            aconst_null
            areturn
        start local 7 // org.apache.xpath.patterns.StepPattern pattern
        start local 8 // int argLen
        43: .line 903
      StackMap locals: org.apache.xpath.patterns.StepPattern int
      StackMap stack:
            aload 7 /* pattern */
            aload 0 /* this */
            iload 1 /* opPos */
            iload 8 /* argLen */
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.getCompiledPredicates:(I)[Lorg/apache/xpath/Expression;
            invokevirtual org.apache.xpath.patterns.StepPattern.setPredicates:([Lorg/apache/xpath/Expression;)V
        44: .line 904
            aload 3 /* ancestorPattern */
            ifnull 46
        45: .line 929
            aload 7 /* pattern */
            aload 3 /* ancestorPattern */
            invokevirtual org.apache.xpath.patterns.StepPattern.setRelativePathPattern:(Lorg/apache/xpath/patterns/StepPattern;)V
        46: .line 932
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* endStep */
            iload 2 /* stepCount */
            iconst_1
            iadd
        47: .line 933
            aload 7 /* pattern */
        48: .line 932
            invokevirtual org.apache.xpath.compiler.Compiler.stepPattern:(IILorg/apache/xpath/patterns/StepPattern;)Lorg/apache/xpath/patterns/StepPattern;
            astore 9 /* relativePathPattern */
        start local 9 // org.apache.xpath.patterns.StepPattern relativePathPattern
        49: .line 935
            aload 9 /* relativePathPattern */
            ifnull 50
            aload 9 /* relativePathPattern */
            goto 51
      StackMap locals: org.apache.xpath.patterns.StepPattern
      StackMap stack:
        50: aload 7 /* pattern */
      StackMap locals:
      StackMap stack: org.apache.xpath.patterns.StepPattern
        51: areturn
        end local 9 // org.apache.xpath.patterns.StepPattern relativePathPattern
        end local 8 // int argLen
        end local 7 // org.apache.xpath.patterns.StepPattern pattern
        end local 6 // int endStep
        end local 5 // int stepType
        end local 4 // int startOpPos
        end local 3 // org.apache.xpath.patterns.StepPattern ancestorPattern
        end local 2 // int stepCount
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   52     0                 this  Lorg/apache/xpath/compiler/Compiler;
            0   52     1                opPos  I
            0   52     2            stepCount  I
            0   52     3      ancestorPattern  Lorg/apache/xpath/patterns/StepPattern;
            1   52     4           startOpPos  I
            2   52     5             stepType  I
            5   52     6              endStep  I
            8    9     7              pattern  Lorg/apache/xpath/patterns/StepPattern;
           14   15     7              pattern  Lorg/apache/xpath/patterns/StepPattern;
           22   23     7              pattern  Lorg/apache/xpath/patterns/StepPattern;
           32   33     7              pattern  Lorg/apache/xpath/patterns/StepPattern;
           40   41     7              pattern  Lorg/apache/xpath/patterns/StepPattern;
           43   52     7              pattern  Lorg/apache/xpath/patterns/StepPattern;
            7    9     8               argLen  I
           10   15     8               argLen  I
           16   23     8               argLen  I
           24   33     8               argLen  I
           34   41     8               argLen  I
           43   52     8               argLen  I
           26   33     9                 what  I
           49   52     9  relativePathPattern  Lorg/apache/xpath/patterns/StepPattern;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
                 Name  Flags
      opPos            
      stepCount        
      ancestorPattern  

  public org.apache.xpath.Expression[] getCompiledPredicates(int);
    descriptor: (I)[Lorg/apache/xpath/Expression;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 951
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.countPredicates:(I)I
            istore 2 /* count */
        start local 2 // int count
         1: .line 953
            iload 2 /* count */
            ifle 5
         2: .line 955
            iload 2 /* count */
            anewarray org.apache.xpath.Expression
            astore 3 /* predicates */
        start local 3 // org.apache.xpath.Expression[] predicates
         3: .line 957
            aload 0 /* this */
            iload 1 /* opPos */
            aload 3 /* predicates */
            invokevirtual org.apache.xpath.compiler.Compiler.compilePredicates:(I[Lorg/apache/xpath/Expression;)V
         4: .line 959
            aload 3 /* predicates */
            areturn
        end local 3 // org.apache.xpath.Expression[] predicates
         5: .line 962
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int count
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/apache/xpath/compiler/Compiler;
            0    6     1       opPos  I
            1    6     2       count  I
            3    5     3  predicates  [Lorg/apache/xpath/Expression;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  public int countPredicates(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 977
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 979
            goto 4
         2: .line 981
      StackMap locals: int
      StackMap stack:
            iinc 2 /* count */ 1
         3: .line 983
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextOpPos:(I)I
            istore 1 /* opPos */
         4: .line 979
      StackMap locals:
      StackMap stack:
            bipush 29
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            if_icmpeq 2
         5: .line 986
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/xpath/compiler/Compiler;
            0    6     1  opPos  I
            1    6     2  count  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  private void compilePredicates(int, org.apache.xpath.Expression[]);
    descriptor: (I[Lorg/apache/xpath/Expression;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
        start local 2 // org.apache.xpath.Expression[] predicates
         0: .line 1002
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 1004
      StackMap locals: int
      StackMap stack:
            aload 2 /* predicates */
            iload 3 /* i */
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.predicate:(I)Lorg/apache/xpath/Expression;
            aastore
         3: .line 1005
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextOpPos:(I)I
            istore 1 /* opPos */
         4: .line 1002
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: bipush 29
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            if_icmpeq 2
        end local 3 // int i
         6: .line 1007
            return
        end local 2 // org.apache.xpath.Expression[] predicates
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/apache/xpath/compiler/Compiler;
            0    7     1       opPos  I
            0    7     2  predicates  [Lorg/apache/xpath/Expression;
            1    6     3           i  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
            Name  Flags
      opPos       
      predicates  

  org.apache.xpath.Expression compileFunction(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0000) 
    Code:
      stack=8, locals=7, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 1021
            iload 1 /* opPos */
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            iadd
            iconst_1
            isub
            istore 2 /* endFunc */
        start local 2 // int endFunc
         1: .line 1023
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPos:(I)I
            istore 1 /* opPos */
         2: .line 1025
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            istore 3 /* funcID */
        start local 3 // int funcID
         3: .line 1027
            iinc 1 /* opPos */ 1
         4: .line 1029
            iconst_m1
            iload 3 /* funcID */
            if_icmpeq 26
         5: .line 1031
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
            iload 3 /* funcID */
            invokevirtual org.apache.xpath.compiler.FunctionTable.getFunction:(I)Lorg/apache/xpath/functions/Function;
            astore 4 /* func */
        start local 4 // org.apache.xpath.functions.Function func
         6: .line 1038
            aload 4 /* func */
            instanceof org.apache.xpath.functions.FuncExtFunctionAvailable
            ifeq 8
         7: .line 1039
            aload 4 /* func */
            checkcast org.apache.xpath.functions.FuncExtFunctionAvailable
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
            invokevirtual org.apache.xpath.functions.FuncExtFunctionAvailable.setFunctionTable:(Lorg/apache/xpath/compiler/FunctionTable;)V
         8: .line 1041
      StackMap locals: int int org.apache.xpath.functions.Function
      StackMap stack:
            aload 4 /* func */
            aload 0 /* this */
            invokevirtual org.apache.xpath.functions.Function.postCompileStep:(Lorg/apache/xpath/compiler/Compiler;)V
         9: .line 1045
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        10: .line 1047
            iload 1 /* opPos */
            istore 6 /* p */
        start local 6 // int p
        11: goto 14
        12: .line 1052
      StackMap locals: int int
      StackMap stack:
            aload 4 /* func */
            aload 0 /* this */
            iload 6 /* p */
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            iload 5 /* i */
            invokevirtual org.apache.xpath.functions.Function.setArg:(Lorg/apache/xpath/Expression;I)V
        13: .line 1047
            aload 0 /* this */
            iload 6 /* p */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextOpPos:(I)I
            istore 6 /* p */
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 6 /* p */
            iload 2 /* endFunc */
            if_icmplt 12
        end local 6 // int p
        15: .line 1055
            aload 4 /* func */
            iload 5 /* i */
            invokevirtual org.apache.xpath.functions.Function.checkNumberArgs:(I)V
        end local 5 // int i
        16: .line 1056
            goto 25
        17: .line 1057
      StackMap locals: org.apache.xpath.compiler.Compiler int int int org.apache.xpath.functions.Function
      StackMap stack: org.apache.xpath.functions.WrongNumberArgsException
            astore 5 /* wnae */
        start local 5 // org.apache.xpath.functions.WrongNumberArgsException wnae
        18: .line 1059
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_functionTable:Lorg/apache/xpath/compiler/FunctionTable;
            iload 3 /* funcID */
            invokevirtual org.apache.xpath.compiler.FunctionTable.getFunctionName:(I)Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
        19: .line 1061
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_errorHandler:Ljavax/xml/transform/ErrorListener;
            new javax.xml.transform.TransformerException
            dup
        20: .line 1062
            ldc "ER_ONLY_ALLOWS"
        21: .line 1063
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 6 /* name */
            aastore
            dup
            iconst_1
            aload 5 /* wnae */
            invokevirtual org.apache.xpath.functions.WrongNumberArgsException.getMessage:()Ljava/lang/String;
            aastore
        22: .line 1062
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        23: .line 1063
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_locator:Ljavax/xml/transform/SourceLocator;
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;Ljavax/xml/transform/SourceLocator;)V
        24: .line 1061
            invokeinterface javax.xml.transform.ErrorListener.fatalError:(Ljavax/xml/transform/TransformerException;)V
        end local 6 // java.lang.String name
        end local 5 // org.apache.xpath.functions.WrongNumberArgsException wnae
        25: .line 1067
      StackMap locals:
      StackMap stack:
            aload 4 /* func */
            areturn
        end local 4 // org.apache.xpath.functions.Function func
        26: .line 1071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "ER_FUNCTION_TOKEN_NOT_FOUND"
            aconst_null
            invokevirtual org.apache.xpath.compiler.Compiler.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 1073
            aconst_null
            areturn
        end local 3 // int funcID
        end local 2 // int endFunc
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lorg/apache/xpath/compiler/Compiler;
            0   28     1    opPos  I
            1   28     2  endFunc  I
            3   28     3   funcID  I
            6   26     4     func  Lorg/apache/xpath/functions/Function;
           10   16     5        i  I
           11   15     6        p  I
           18   25     5     wnae  Lorg/apache/xpath/functions/WrongNumberArgsException;
           19   25     6     name  Ljava/lang/String;
      Exception table:
        from    to  target  type
           9    16      17  Class org.apache.xpath.functions.WrongNumberArgsException
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  private synchronized long getNextMethodId();
    descriptor: ()J
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.Compiler this
         0: .line 1085
            getstatic org.apache.xpath.compiler.Compiler.s_nextMethodId:J
            ldc 9223372036854775807
            lcmp
            ifne 2
         1: .line 1086
            lconst_0
            putstatic org.apache.xpath.compiler.Compiler.s_nextMethodId:J
         2: .line 1088
      StackMap locals:
      StackMap stack:
            getstatic org.apache.xpath.compiler.Compiler.s_nextMethodId:J
            dup2
            lconst_1
            ladd
            putstatic org.apache.xpath.compiler.Compiler.s_nextMethodId:J
            lreturn
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/xpath/compiler/Compiler;

  private org.apache.xpath.Expression compileExtension(int);
    descriptor: (I)Lorg/apache/xpath/Expression;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // int opPos
         0: .line 1104
            iload 1 /* opPos */
            aload 0 /* this */
            iload 1 /* opPos */
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            iadd
            iconst_1
            isub
            istore 2 /* endExtFunc */
        start local 2 // int endExtFunc
         1: .line 1106
            iload 1 /* opPos */
            invokestatic org.apache.xpath.compiler.Compiler.getFirstChildPos:(I)I
            istore 1 /* opPos */
         2: .line 1108
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.Compiler.getTokenQueue:()Lorg/apache/xml/utils/ObjectVector;
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* ns */
        start local 3 // java.lang.String ns
         3: .line 1110
            iinc 1 /* opPos */ 1
         4: .line 1113
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.Compiler.getTokenQueue:()Lorg/apache/xml/utils/ObjectVector;
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getOp:(I)I
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
         5: .line 1112
            astore 4 /* funcName */
        start local 4 // java.lang.String funcName
         6: .line 1115
            iinc 1 /* opPos */ 1
         7: .line 1121
            new org.apache.xpath.functions.FuncExtFunction
            dup
            aload 3 /* ns */
            aload 4 /* funcName */
            aload 0 /* this */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextMethodId:()J
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            invokespecial org.apache.xpath.functions.FuncExtFunction.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
            astore 5 /* extension */
        start local 5 // org.apache.xpath.functions.Function extension
         8: .line 1125
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         9: .line 1127
            goto 14
        10: .line 1129
      StackMap locals: org.apache.xpath.compiler.Compiler int int java.lang.String java.lang.String org.apache.xpath.functions.Function int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.getNextOpPos:(I)I
            istore 7 /* nextOpPos */
        start local 7 // int nextOpPos
        11: .line 1131
            aload 5 /* extension */
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.Compiler.compile:(I)Lorg/apache/xpath/Expression;
            iload 6 /* i */
            invokevirtual org.apache.xpath.functions.Function.setArg:(Lorg/apache/xpath/Expression;I)V
        12: .line 1133
            iload 7 /* nextOpPos */
            istore 1 /* opPos */
        13: .line 1135
            iinc 6 /* i */ 1
        end local 7 // int nextOpPos
        14: .line 1127
      StackMap locals:
      StackMap stack:
            iload 1 /* opPos */
            iload 2 /* endExtFunc */
            if_icmplt 10
        end local 6 // int i
        15: .line 1137
            goto 17
        16: .line 1138
      StackMap locals: org.apache.xpath.compiler.Compiler int int java.lang.String java.lang.String org.apache.xpath.functions.Function
      StackMap stack: org.apache.xpath.functions.WrongNumberArgsException
            pop
        17: .line 1143
      StackMap locals:
      StackMap stack:
            aload 5 /* extension */
            areturn
        end local 5 // org.apache.xpath.functions.Function extension
        end local 4 // java.lang.String funcName
        end local 3 // java.lang.String ns
        end local 2 // int endExtFunc
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Lorg/apache/xpath/compiler/Compiler;
            0   18     1       opPos  I
            1   18     2  endExtFunc  I
            3   18     3          ns  Ljava/lang/String;
            6   18     4    funcName  Ljava/lang/String;
            8   18     5   extension  Lorg/apache/xpath/functions/Function;
            9   15     6           i  I
           11   14     7   nextOpPos  I
      Exception table:
        from    to  target  type
           8    15      16  Class org.apache.xpath.functions.WrongNumberArgsException
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  public void warn(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 1161
            aload 1 /* msg */
            aload 2 /* args */
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHWarning:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fmsg */
        start local 3 // java.lang.String fmsg
         1: .line 1163
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_errorHandler:Ljavax/xml/transform/ErrorListener;
            ifnull 4
         2: .line 1165
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_errorHandler:Ljavax/xml/transform/ErrorListener;
            new javax.xml.transform.TransformerException
            dup
            aload 3 /* fmsg */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_locator:Ljavax/xml/transform/SourceLocator;
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;Ljavax/xml/transform/SourceLocator;)V
            invokeinterface javax.xml.transform.ErrorListener.warning:(Ljavax/xml/transform/TransformerException;)V
         3: .line 1166
            goto 9
         4: .line 1169
      StackMap locals: java.lang.String
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            aload 3 /* fmsg */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         5: .line 1170
            ldc "; file "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_locator:Ljavax/xml/transform/SourceLocator;
            invokeinterface javax.xml.transform.SourceLocator.getSystemId:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 1171
            ldc "; line "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_locator:Ljavax/xml/transform/SourceLocator;
            invokeinterface javax.xml.transform.SourceLocator.getLineNumber:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 1172
            ldc "; column "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_locator:Ljavax/xml/transform/SourceLocator;
            invokeinterface javax.xml.transform.SourceLocator.getColumnNumber:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 1169
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         9: .line 1174
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String fmsg
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msg
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/xpath/compiler/Compiler;
            0   10     1   msg  Ljava/lang/String;
            0   10     2  args  [Ljava/lang/Object;
            1   10     3  fmsg  Ljava/lang/String;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
      Name  Flags
      msg   
      args  

  public void assertion(boolean, java.lang.String);
    descriptor: (ZLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // boolean b
        start local 2 // java.lang.String msg
         0: .line 1188
            iload 1 /* b */
            ifne 5
         1: .line 1191
            ldc "ER_INCORRECT_PROGRAMMER_ASSERTION"
         2: .line 1192
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* msg */
            aastore
         3: .line 1190
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fMsg */
        start local 3 // java.lang.String fMsg
         4: .line 1194
            new java.lang.RuntimeException
            dup
            aload 3 /* fMsg */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String fMsg
         5: .line 1196
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String msg
        end local 1 // boolean b
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/xpath/compiler/Compiler;
            0    6     1     b  Z
            0    6     2   msg  Ljava/lang/String;
            4    5     3  fMsg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      b     
      msg   

  public void error(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 1214
            aload 1 /* msg */
            aload 2 /* args */
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 3 /* fmsg */
        start local 3 // java.lang.String fmsg
         1: .line 1217
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_errorHandler:Ljavax/xml/transform/ErrorListener;
            ifnull 4
         2: .line 1219
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_errorHandler:Ljavax/xml/transform/ErrorListener;
            new javax.xml.transform.TransformerException
            dup
            aload 3 /* fmsg */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_locator:Ljavax/xml/transform/SourceLocator;
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;Ljavax/xml/transform/SourceLocator;)V
            invokeinterface javax.xml.transform.ErrorListener.fatalError:(Ljavax/xml/transform/TransformerException;)V
         3: .line 1220
            goto 5
         4: .line 1228
      StackMap locals: java.lang.String
      StackMap stack:
            new javax.xml.transform.TransformerException
            dup
            aload 3 /* fmsg */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_locator:Ljavax/xml/transform/SourceLocator;
            checkcast org.apache.xml.utils.SAXSourceLocator
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;Ljavax/xml/transform/SourceLocator;)V
            athrow
         5: .line 1230
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String fmsg
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.String msg
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/xpath/compiler/Compiler;
            0    6     1   msg  Ljava/lang/String;
            0    6     2  args  [Ljava/lang/Object;
            1    6     3  fmsg  Ljava/lang/String;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
      Name  Flags
      msg   
      args  

  public org.apache.xml.utils.PrefixResolver getNamespaceContext();
    descriptor: ()Lorg/apache/xml/utils/PrefixResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.Compiler this
         0: .line 1244
            aload 0 /* this */
            getfield org.apache.xpath.compiler.Compiler.m_currentPrefixResolver:Lorg/apache/xml/utils/PrefixResolver;
            areturn
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/Compiler;

  public void setNamespaceContext(org.apache.xml.utils.PrefixResolver);
    descriptor: (Lorg/apache/xml/utils/PrefixResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.Compiler this
        start local 1 // org.apache.xml.utils.PrefixResolver pr
         0: .line 1254
            aload 0 /* this */
            aload 1 /* pr */
            putfield org.apache.xpath.compiler.Compiler.m_currentPrefixResolver:Lorg/apache/xml/utils/PrefixResolver;
         1: .line 1255
            return
        end local 1 // org.apache.xml.utils.PrefixResolver pr
        end local 0 // org.apache.xpath.compiler.Compiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/compiler/Compiler;
            0    2     1    pr  Lorg/apache/xml/utils/PrefixResolver;
    MethodParameters:
      Name  Flags
      pr    
}
SourceFile: "Compiler.java"