public class org.apache.xpath.compiler.OpMap
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.compiler.OpMap
  super_class: java.lang.Object
{
  protected java.lang.String m_currentPattern;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  static final int MAXTOKENQUEUESIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 500

  static final int BLOCKTOKENQUEUESIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 500

  org.apache.xml.utils.ObjectVector m_tokenQueue;
    descriptor: Lorg/apache/xml/utils/ObjectVector;
    flags: (0x0000) 

  org.apache.xpath.compiler.OpMapVector m_opMap;
    descriptor: Lorg/apache/xpath/compiler/OpMapVector;
    flags: (0x0000) 

  public static final int MAPINDEX_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.OpMap this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
            new org.apache.xml.utils.ObjectVector
            dup
            sipush 500
            sipush 500
            invokespecial org.apache.xml.utils.ObjectVector.<init>:(II)V
            putfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
         2: .line 121
            aload 0 /* this */
            aconst_null
            putfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
         3: .line 32
            return
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/xpath/compiler/OpMap;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.OpMap this
         0: .line 47
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_currentPattern:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/OpMap;

  public java.lang.String getPatternString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.OpMap this
         0: .line 57
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_currentPattern:Ljava/lang/String;
            areturn
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/OpMap;

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

  public java.lang.Object getToken(int);
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int pos
         0: .line 96
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            iload 1 /* pos */
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            areturn
        end local 1 // int pos
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/OpMap;
            0    1     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  public int getTokenQueueSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.OpMap this
         0: .line 111
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            invokevirtual org.apache.xml.utils.ObjectVector.size:()I
            ireturn
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/OpMap;

  public org.apache.xpath.compiler.OpMapVector getOpMap();
    descriptor: ()Lorg/apache/xpath/compiler/OpMapVector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.xpath.compiler.OpMap this
         0: .line 133
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            areturn
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/OpMap;

  void shrink();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.xpath.compiler.OpMap this
         0: .line 152
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iconst_1
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            istore 1 /* n */
        start local 1 // int n
         1: .line 153
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* n */
            iconst_4
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.setToSize:(I)V
         2: .line 155
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iconst_0
            iload 1 /* n */
            invokevirtual org.apache.xpath.compiler.OpMapVector.setElementAt:(II)V
         3: .line 156
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iconst_0
            iload 1 /* n */
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.setElementAt:(II)V
         4: .line 157
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iconst_0
            iload 1 /* n */
            iconst_2
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.setElementAt:(II)V
         5: .line 160
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            invokevirtual org.apache.xml.utils.ObjectVector.size:()I
            istore 1 /* n */
         6: .line 161
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            iload 1 /* n */
            iconst_4
            iadd
            invokevirtual org.apache.xml.utils.ObjectVector.setToSize:(I)V
         7: .line 163
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            aconst_null
            iload 1 /* n */
            invokevirtual org.apache.xml.utils.ObjectVector.setElementAt:(Ljava/lang/Object;I)V
         8: .line 164
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            aconst_null
            iload 1 /* n */
            iconst_1
            iadd
            invokevirtual org.apache.xml.utils.ObjectVector.setElementAt:(Ljava/lang/Object;I)V
         9: .line 165
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            aconst_null
            iload 1 /* n */
            iconst_2
            iadd
            invokevirtual org.apache.xml.utils.ObjectVector.setElementAt:(Ljava/lang/Object;I)V
        10: .line 166
            return
        end local 1 // int n
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/xpath/compiler/OpMap;
            1   11     1     n  I

  public int getOp(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPos
         0: .line 176
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            ireturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/OpMap;
            0    1     1  opPos  I
    MethodParameters:
       Name  Flags
      opPos  

  public void setOp(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPos
        start local 2 // int value
         0: .line 187
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 2 /* value */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.OpMapVector.setElementAt:(II)V
         1: .line 188
            return
        end local 2 // int value
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/xpath/compiler/OpMap;
            0    2     1  opPos  I
            0    2     2  value  I
    MethodParameters:
       Name  Flags
      opPos  
      value  

  public int getNextOpPos(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPos
         0: .line 200
            iload 1 /* opPos */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPos */
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            iadd
            ireturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/OpMap;
            0    1     1  opPos  I
    MethodParameters:
       Name  Flags
      opPos  

  public int getNextStepPos(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPos
         0: .line 213
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 2 /* stepType */
        start local 2 // int stepType
         1: .line 215
            iload 2 /* stepType */
            bipush 37
            if_icmplt 4
         2: .line 216
            iload 2 /* stepType */
            bipush 53
            if_icmpgt 4
         3: .line 218
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.OpMap.getNextOpPos:(I)I
            ireturn
         4: .line 220
      StackMap locals: int
      StackMap stack:
            iload 2 /* stepType */
            bipush 22
            if_icmplt 15
         5: .line 221
            iload 2 /* stepType */
            bipush 25
            if_icmpgt 15
         6: .line 223
            aload 0 /* this */
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.OpMap.getNextOpPos:(I)I
            istore 3 /* newOpPos */
        start local 3 // int newOpPos
         7: .line 225
            goto 9
         8: .line 227
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* newOpPos */
            invokevirtual org.apache.xpath.compiler.OpMap.getNextOpPos:(I)I
            istore 3 /* newOpPos */
         9: .line 225
      StackMap locals:
      StackMap stack:
            bipush 29
            aload 0 /* this */
            iload 3 /* newOpPos */
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            if_icmpeq 8
        10: .line 230
            aload 0 /* this */
            iload 3 /* newOpPos */
            invokevirtual org.apache.xpath.compiler.OpMap.getOp:(I)I
            istore 2 /* stepType */
        11: .line 232
            iload 2 /* stepType */
            bipush 37
            if_icmplt 13
        12: .line 233
            iload 2 /* stepType */
            bipush 53
            if_icmple 14
        13: .line 235
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        14: .line 238
      StackMap locals:
      StackMap stack:
            iload 3 /* newOpPos */
            ireturn
        end local 3 // int newOpPos
        15: .line 242
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
        16: .line 243
            ldc "ER_UNKNOWN_STEP"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* stepType */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            aastore
            invokestatic org.apache.xalan.res.XSLMessages.createXPATHMessage:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        17: .line 242
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int stepType
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/apache/xpath/compiler/OpMap;
            0   18     1     opPos  I
            1   18     2  stepType  I
            7   15     3  newOpPos  I
    MethodParameters:
       Name  Flags
      opPos  

  public static int getNextOpPos(int[], int);
    descriptor: ([II)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int[] opMap
        start local 1 // int opPos
         0: .line 258
            iload 1 /* opPos */
            aload 0 /* opMap */
            iload 1 /* opPos */
            iconst_1
            iadd
            iaload
            iadd
            ireturn
        end local 1 // int opPos
        end local 0 // int[] opMap
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  opMap  [I
            0    1     1  opPos  I
    MethodParameters:
       Name  Flags
      opMap  
      opPos  

  public int getFirstPredicateOpPos(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPos
         0: .line 277
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPos */
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            istore 2 /* stepType */
        start local 2 // int stepType
         1: .line 279
            iload 2 /* stepType */
            bipush 37
            if_icmplt 4
         2: .line 280
            iload 2 /* stepType */
            bipush 53
            if_icmpgt 4
         3: .line 282
            iload 1 /* opPos */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPos */
            iconst_2
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            iadd
            ireturn
         4: .line 284
      StackMap locals: int
      StackMap stack:
            iload 2 /* stepType */
            bipush 22
            if_icmplt 7
         5: .line 285
            iload 2 /* stepType */
            bipush 25
            if_icmpgt 7
         6: .line 287
            iload 1 /* opPos */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPos */
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            iadd
            ireturn
         7: .line 289
      StackMap locals:
      StackMap stack:
            bipush -2
            iload 2 /* stepType */
            if_icmpne 9
         8: .line 291
            bipush -2
            ireturn
         9: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "ER_UNKNOWN_OPCODE"
        10: .line 296
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* stepType */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            aastore
        11: .line 295
            invokevirtual org.apache.xpath.compiler.OpMap.error:(Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 297
            iconst_m1
            ireturn
        end local 2 // int stepType
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/apache/xpath/compiler/OpMap;
            0   13     1     opPos  I
            1   13     2  stepType  I
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
       Name  Flags
      opPos  

  public void error(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Object[] args
         0: .line 317
            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 320
            new javax.xml.transform.TransformerException
            dup
            aload 3 /* fmsg */
            invokespecial javax.xml.transform.TransformerException.<init>:(Ljava/lang/String;)V
            athrow
        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.OpMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/xpath/compiler/OpMap;
            0    2     1   msg  Ljava/lang/String;
            0    2     2  args  [Ljava/lang/Object;
            1    2     3  fmsg  Ljava/lang/String;
    Exceptions:
      throws javax.xml.transform.TransformerException
    MethodParameters:
      Name  Flags
      msg   
      args  

  public static int getFirstChildPos(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int opPos
         0: .line 333
            iload 0 /* opPos */
            iconst_2
            iadd
            ireturn
        end local 0 // int opPos
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  opPos  I
    MethodParameters:
       Name  Flags
      opPos  

  public int getArgLength(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPos
         0: .line 345
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPos */
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            ireturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/OpMap;
            0    1     1  opPos  I
    MethodParameters:
       Name  Flags
      opPos  

  public int getArgLengthOfStep(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPos
         0: .line 357
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPos */
            iconst_1
            iadd
            iconst_1
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            iconst_3
            isub
            ireturn
        end local 1 // int opPos
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/xpath/compiler/OpMap;
            0    1     1  opPos  I
    MethodParameters:
       Name  Flags
      opPos  

  public static int getFirstChildPosOfStep(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int opPos
         0: .line 369
            iload 0 /* opPos */
            iconst_3
            iadd
            ireturn
        end local 0 // int opPos
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  opPos  I
    MethodParameters:
       Name  Flags
      opPos  

  public int getStepTestType(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPosOfStep
         0: .line 381
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPosOfStep */
            iconst_3
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            ireturn
        end local 1 // int opPosOfStep
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/xpath/compiler/OpMap;
            0    1     1  opPosOfStep  I
    MethodParameters:
             Name  Flags
      opPosOfStep  

  public java.lang.String getStepNS(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPosOfStep
         0: .line 394
            aload 0 /* this */
            iload 1 /* opPosOfStep */
            invokevirtual org.apache.xpath.compiler.OpMap.getArgLengthOfStep:(I)I
            istore 2 /* argLenOfStep */
        start local 2 // int argLenOfStep
         1: .line 397
            iload 2 /* argLenOfStep */
            iconst_3
            if_icmpne 8
         2: .line 399
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPosOfStep */
            iconst_4
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            istore 3 /* index */
        start local 3 // int index
         3: .line 401
            iload 3 /* index */
            iflt 5
         4: .line 402
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            iload 3 /* index */
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
         5: .line 403
      StackMap locals: int int
      StackMap stack:
            bipush -3
            iload 3 /* index */
            if_icmpne 7
         6: .line 404
            ldc "*"
            areturn
         7: .line 406
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int index
         8: .line 409
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int argLenOfStep
        end local 1 // int opPosOfStep
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lorg/apache/xpath/compiler/OpMap;
            0    9     1   opPosOfStep  I
            1    9     2  argLenOfStep  I
            3    8     3         index  I
    MethodParameters:
             Name  Flags
      opPosOfStep  

  public java.lang.String getStepLocalName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMap this
        start local 1 // int opPosOfStep
         0: .line 421
            aload 0 /* this */
            iload 1 /* opPosOfStep */
            invokevirtual org.apache.xpath.compiler.OpMap.getArgLengthOfStep:(I)I
            istore 2 /* argLenOfStep */
        start local 2 // int argLenOfStep
         1: .line 426
            iload 2 /* argLenOfStep */
            tableswitch { // 0 - 3
                    0: 2
                    1: 4
                    2: 6
                    3: 8
              default: 10
          }
         2: .line 429
      StackMap locals: int
      StackMap stack:
            bipush -2
            istore 3 /* index */
        start local 3 // int index
         3: .line 430
            goto 11
        end local 3 // int index
         4: .line 432
      StackMap locals:
      StackMap stack:
            bipush -3
            istore 3 /* index */
        start local 3 // int index
         5: .line 433
            goto 11
        end local 3 // int index
         6: .line 435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPosOfStep */
            iconst_4
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            istore 3 /* index */
        start local 3 // int index
         7: .line 436
            goto 11
        end local 3 // int index
         8: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_opMap:Lorg/apache/xpath/compiler/OpMapVector;
            iload 1 /* opPosOfStep */
            iconst_5
            iadd
            invokevirtual org.apache.xpath.compiler.OpMapVector.elementAt:(I)I
            istore 3 /* index */
        start local 3 // int index
         9: .line 439
            goto 11
        end local 3 // int index
        10: .line 441
      StackMap locals:
      StackMap stack:
            bipush -2
            istore 3 /* index */
        start local 3 // int index
        11: .line 447
      StackMap locals: int
      StackMap stack:
            iload 3 /* index */
            iflt 13
        12: .line 448
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMap.m_tokenQueue:Lorg/apache/xml/utils/ObjectVector;
            iload 3 /* index */
            invokevirtual org.apache.xml.utils.ObjectVector.elementAt:(I)Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        13: .line 449
      StackMap locals:
      StackMap stack:
            bipush -3
            iload 3 /* index */
            if_icmpne 15
        14: .line 450
            ldc "*"
            areturn
        15: .line 452
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int index
        end local 2 // int argLenOfStep
        end local 1 // int opPosOfStep
        end local 0 // org.apache.xpath.compiler.OpMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lorg/apache/xpath/compiler/OpMap;
            0   16     1   opPosOfStep  I
            1   16     2  argLenOfStep  I
            3    4     3         index  I
            5    6     3         index  I
            7    8     3         index  I
            9   10     3         index  I
           11   16     3         index  I
    MethodParameters:
             Name  Flags
      opPosOfStep  
}
SourceFile: "OpMap.java"