public class org.apache.batik.parser.LengthArrayProducer extends org.apache.batik.parser.DefaultLengthListHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.parser.LengthArrayProducer
  super_class: org.apache.batik.parser.DefaultLengthListHandler
{
  protected java.util.LinkedList vs;
    descriptor: Ljava/util/LinkedList;
    flags: (0x0004) ACC_PROTECTED

  protected float[] v;
    descriptor: [F
    flags: (0x0004) ACC_PROTECTED

  protected java.util.LinkedList us;
    descriptor: Ljava/util/LinkedList;
    flags: (0x0004) ACC_PROTECTED

  protected short[] u;
    descriptor: [S
    flags: (0x0004) ACC_PROTECTED

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

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

  protected short currentUnit;
    descriptor: S
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 33
            aload 0 /* this */
            invokespecial org.apache.batik.parser.DefaultLengthListHandler.<init>:()V
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/LengthArrayProducer;

  public short[] getLengthTypeArray();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 74
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.u:[S
            areturn
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/LengthArrayProducer;

  public float[] getLengthValueArray();
    descriptor: ()[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 81
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.v:[F
            areturn
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/LengthArrayProducer;

  public void startLengthList();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 92
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield org.apache.batik.parser.LengthArrayProducer.us:Ljava/util/LinkedList;
         1: .line 93
            aload 0 /* this */
            bipush 11
            newarray 9
            putfield org.apache.batik.parser.LengthArrayProducer.u:[S
         2: .line 94
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield org.apache.batik.parser.LengthArrayProducer.vs:Ljava/util/LinkedList;
         3: .line 95
            aload 0 /* this */
            bipush 11
            newarray 6
            putfield org.apache.batik.parser.LengthArrayProducer.v:[F
         4: .line 96
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.parser.LengthArrayProducer.count:I
         5: .line 97
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.parser.LengthArrayProducer.index:I
         6: .line 98
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void numberValue(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
        start local 1 // float v
         0: .line 106
            return
        end local 1 // float v
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
            0    1     1     v  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      v     

  public void lengthValue(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
        start local 1 // float val
         0: .line 112
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.index:I
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.v:[F
            arraylength
            if_icmpne 6
         1: .line 113
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.vs:Ljava/util/LinkedList;
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.v:[F
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 114
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.v:[F
            arraylength
            iconst_2
            imul
            iconst_1
            iadd
            newarray 6
            putfield org.apache.batik.parser.LengthArrayProducer.v:[F
         3: .line 115
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.us:Ljava/util/LinkedList;
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.u:[S
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
         4: .line 116
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.u:[S
            arraylength
            iconst_2
            imul
            iconst_1
            iadd
            newarray 9
            putfield org.apache.batik.parser.LengthArrayProducer.u:[S
         5: .line 117
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.parser.LengthArrayProducer.index:I
         6: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.v:[F
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.index:I
            fload 1 /* val */
            fastore
         7: .line 120
            return
        end local 1 // float val
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
            0    8     1   val  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      val   

  public void startLength();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 126
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 127
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void endLength();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 133
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.u:[S
            aload 0 /* this */
            dup
            getfield org.apache.batik.parser.LengthArrayProducer.index:I
            dup_x1
            iconst_1
            iadd
            putfield org.apache.batik.parser.LengthArrayProducer.index:I
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
            sastore
         1: .line 134
            aload 0 /* this */
            dup
            getfield org.apache.batik.parser.LengthArrayProducer.count:I
            iconst_1
            iadd
            putfield org.apache.batik.parser.LengthArrayProducer.count:I
         2: .line 135
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void em();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 141
            aload 0 /* this */
            iconst_3
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 142
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void ex();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 148
            aload 0 /* this */
            iconst_4
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 149
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void in();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 155
            aload 0 /* this */
            bipush 8
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 156
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void cm();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 162
            aload 0 /* this */
            bipush 6
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 163
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void mm();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 169
            aload 0 /* this */
            bipush 7
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 170
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void pc();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 176
            aload 0 /* this */
            bipush 10
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 177
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void pt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 183
            aload 0 /* this */
            bipush 9
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 184
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void px();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 190
            aload 0 /* this */
            iconst_5
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 191
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void percentage();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 197
            aload 0 /* this */
            iconst_2
            putfield org.apache.batik.parser.LengthArrayProducer.currentUnit:S
         1: .line 198
            return
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/parser/LengthArrayProducer;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void endLengthList();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.apache.batik.parser.LengthArrayProducer this
         0: .line 206
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.count:I
            newarray 6
            astore 1 /* allValues */
        start local 1 // float[] allValues
         1: .line 207
            iconst_0
            istore 2 /* pos */
        start local 2 // int pos
         2: .line 208
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.vs:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        start local 3 // java.util.Iterator it
         3: .line 209
            goto 7
         4: .line 210
      StackMap locals: float[] int java.util.Iterator
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast float[]
            astore 4 /* a */
        start local 4 // float[] a
         5: .line 211
            aload 4 /* a */
            iconst_0
            aload 1 /* allValues */
            iload 2 /* pos */
            aload 4 /* a */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 212
            iload 2 /* pos */
            aload 4 /* a */
            arraylength
            iadd
            istore 2 /* pos */
        end local 4 // float[] a
         7: .line 209
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 214
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.v:[F
            iconst_0
            aload 1 /* allValues */
            iload 2 /* pos */
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.index:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 215
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.vs:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
        10: .line 216
            aload 0 /* this */
            aload 1 /* allValues */
            putfield org.apache.batik.parser.LengthArrayProducer.v:[F
        11: .line 218
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.count:I
            newarray 9
            astore 4 /* allUnits */
        start local 4 // short[] allUnits
        12: .line 219
            iconst_0
            istore 2 /* pos */
        13: .line 220
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.us:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 3 /* it */
        14: .line 221
            goto 18
        15: .line 222
      StackMap locals: short[]
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast short[]
            astore 5 /* a */
        start local 5 // short[] a
        16: .line 223
            aload 5 /* a */
            iconst_0
            aload 4 /* allUnits */
            iload 2 /* pos */
            aload 5 /* a */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 224
            iload 2 /* pos */
            aload 5 /* a */
            arraylength
            iadd
            istore 2 /* pos */
        end local 5 // short[] a
        18: .line 221
      StackMap locals:
      StackMap stack:
            aload 3 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        19: .line 226
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.u:[S
            iconst_0
            aload 4 /* allUnits */
            iload 2 /* pos */
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.index:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 227
            aload 0 /* this */
            getfield org.apache.batik.parser.LengthArrayProducer.us:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
        21: .line 228
            aload 0 /* this */
            aload 4 /* allUnits */
            putfield org.apache.batik.parser.LengthArrayProducer.u:[S
        22: .line 229
            return
        end local 4 // short[] allUnits
        end local 3 // java.util.Iterator it
        end local 2 // int pos
        end local 1 // float[] allValues
        end local 0 // org.apache.batik.parser.LengthArrayProducer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0       this  Lorg/apache/batik/parser/LengthArrayProducer;
            1   23     1  allValues  [F
            2   23     2        pos  I
            3   23     3         it  Ljava/util/Iterator;
            5    7     4          a  [F
           12   23     4   allUnits  [S
           16   18     5          a  [S
    Exceptions:
      throws org.apache.batik.parser.ParseException
}
SourceFile: "LengthArrayProducer.java"