public class org.apache.xpath.compiler.OpMapVector
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.xpath.compiler.OpMapVector
  super_class: java.lang.Object
{
  protected int m_blocksize;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int[] m_map;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

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

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

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.xpath.compiler.OpMapVector this
        start local 1 // int blocksize
        start local 2 // int increaseSize
        start local 3 // int lengthPos
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            iconst_0
            putfield org.apache.xpath.compiler.OpMapVector.m_lengthPos:I
         2: .line 53
            aload 0 /* this */
            iload 2 /* increaseSize */
            putfield org.apache.xpath.compiler.OpMapVector.m_blocksize:I
         3: .line 54
            aload 0 /* this */
            iload 1 /* blocksize */
            putfield org.apache.xpath.compiler.OpMapVector.m_mapSize:I
         4: .line 55
            aload 0 /* this */
            iload 3 /* lengthPos */
            putfield org.apache.xpath.compiler.OpMapVector.m_lengthPos:I
         5: .line 56
            aload 0 /* this */
            iload 1 /* blocksize */
            newarray 10
            putfield org.apache.xpath.compiler.OpMapVector.m_map:[I
         6: .line 57
            return
        end local 3 // int lengthPos
        end local 2 // int increaseSize
        end local 1 // int blocksize
        end local 0 // org.apache.xpath.compiler.OpMapVector this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/apache/xpath/compiler/OpMapVector;
            0    7     1     blocksize  I
            0    7     2  increaseSize  I
            0    7     3     lengthPos  I
    MethodParameters:
              Name  Flags
      blocksize     
      increaseSize  
      lengthPos     

  public final int elementAt(int);
    descriptor: (I)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMapVector this
        start local 1 // int i
         0: .line 68
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_map:[I
            iload 1 /* i */
            iaload
            ireturn
        end local 1 // int i
        end local 0 // org.apache.xpath.compiler.OpMapVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/xpath/compiler/OpMapVector;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public final void setElementAt(int, int);
    descriptor: (II)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.xpath.compiler.OpMapVector this
        start local 1 // int value
        start local 2 // int index
         0: .line 83
            iload 2 /* index */
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_mapSize:I
            if_icmplt 6
         1: .line 85
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_mapSize:I
            istore 3 /* oldSize */
        start local 3 // int oldSize
         2: .line 87
            aload 0 /* this */
            dup
            getfield org.apache.xpath.compiler.OpMapVector.m_mapSize:I
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_blocksize:I
            iadd
            putfield org.apache.xpath.compiler.OpMapVector.m_mapSize:I
         3: .line 89
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_mapSize:I
            newarray 10
            astore 4 /* newMap */
        start local 4 // int[] newMap
         4: .line 91
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_map:[I
            iconst_0
            aload 4 /* newMap */
            iconst_0
            iload 3 /* oldSize */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 93
            aload 0 /* this */
            aload 4 /* newMap */
            putfield org.apache.xpath.compiler.OpMapVector.m_map:[I
        end local 4 // int[] newMap
        end local 3 // int oldSize
         6: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_map:[I
            iload 2 /* index */
            iload 1 /* value */
            iastore
         7: .line 97
            return
        end local 2 // int index
        end local 1 // int value
        end local 0 // org.apache.xpath.compiler.OpMapVector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/apache/xpath/compiler/OpMapVector;
            0    8     1    value  I
            0    8     2    index  I
            2    6     3  oldSize  I
            4    6     4   newMap  [I
    MethodParameters:
       Name  Flags
      value  
      index  

  public final void setToSize(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.apache.xpath.compiler.OpMapVector this
        start local 1 // int size
         0: .line 107
            iload 1 /* size */
            newarray 10
            astore 2 /* newMap */
        start local 2 // int[] newMap
         1: .line 109
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_map:[I
            iconst_0
            aload 2 /* newMap */
            iconst_0
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_map:[I
            aload 0 /* this */
            getfield org.apache.xpath.compiler.OpMapVector.m_lengthPos:I
            iaload
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 111
            aload 0 /* this */
            iload 1 /* size */
            putfield org.apache.xpath.compiler.OpMapVector.m_mapSize:I
         3: .line 112
            aload 0 /* this */
            aload 2 /* newMap */
            putfield org.apache.xpath.compiler.OpMapVector.m_map:[I
         4: .line 114
            return
        end local 2 // int[] newMap
        end local 1 // int size
        end local 0 // org.apache.xpath.compiler.OpMapVector this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/xpath/compiler/OpMapVector;
            0    5     1    size  I
            1    5     2  newMap  [I
    MethodParameters:
      Name  Flags
      size  
}
SourceFile: "OpMapVector.java"