public class org.apache.batik.anim.values.AnimatableLengthListValue extends org.apache.batik.anim.values.AnimatableValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.anim.values.AnimatableLengthListValue
  super_class: org.apache.batik.anim.values.AnimatableValue
{
  protected short[] lengthTypes;
    descriptor: [S
    flags: (0x0004) ACC_PROTECTED

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

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

  protected void <init>(org.apache.batik.anim.dom.AnimationTarget);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 54
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 55
            return
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
            0    2     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
    MethodParameters:
        Name  Flags
      target  

  public void <init>(org.apache.batik.anim.dom.AnimationTarget, short[], float[], short);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;[S[FS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // short[] types
        start local 3 // float[] values
        start local 4 // short pcInterp
         0: .line 62
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 63
            aload 0 /* this */
            aload 2 /* types */
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
         2: .line 64
            aload 0 /* this */
            aload 3 /* values */
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
         3: .line 65
            aload 0 /* this */
            iload 4 /* pcInterp */
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
         4: .line 66
            return
        end local 4 // short pcInterp
        end local 3 // float[] values
        end local 2 // short[] types
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
            0    5     1    target  Lorg/apache/batik/anim/dom/AnimationTarget;
            0    5     2     types  [S
            0    5     3    values  [F
            0    5     4  pcInterp  S
    MethodParameters:
          Name  Flags
      target    
      types     
      values    
      pcInterp  

  public org.apache.batik.anim.values.AnimatableValue interpolate(org.apache.batik.anim.values.AnimatableValue, org.apache.batik.anim.values.AnimatableValue, float, org.apache.batik.anim.values.AnimatableValue, int);
    descriptor: (Lorg/apache/batik/anim/values/AnimatableValue;Lorg/apache/batik/anim/values/AnimatableValue;FLorg/apache/batik/anim/values/AnimatableValue;I)Lorg/apache/batik/anim/values/AnimatableValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=20, args_size=6
        start local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue result
        start local 2 // org.apache.batik.anim.values.AnimatableValue to
        start local 3 // float interpolation
        start local 4 // org.apache.batik.anim.values.AnimatableValue accumulation
        start local 5 // int multiplier
         0: .line 76
            aload 2 /* to */
            checkcast org.apache.batik.anim.values.AnimatableLengthListValue
            astore 6 /* toLengthList */
        start local 6 // org.apache.batik.anim.values.AnimatableLengthListValue toLengthList
         1: .line 78
            aload 4 /* accumulation */
            checkcast org.apache.batik.anim.values.AnimatableLengthListValue
         2: .line 77
            astore 7 /* accLengthList */
        start local 7 // org.apache.batik.anim.values.AnimatableLengthListValue accLengthList
         3: .line 80
            aload 2 /* to */
            ifnull 4
            iconst_1
            goto 5
      StackMap locals: org.apache.batik.anim.values.AnimatableLengthListValue org.apache.batik.anim.values.AnimatableLengthListValue
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 8 /* hasTo */
        start local 8 // boolean hasTo
         6: .line 81
            aload 4 /* accumulation */
            ifnull 7
            iconst_1
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 9 /* hasAcc */
        start local 9 // boolean hasAcc
         9: .line 83
            iload 8 /* hasTo */
            ifeq 10
            aload 6 /* toLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            arraylength
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            arraylength
            if_icmpne 12
        10: .line 84
      StackMap locals: int
      StackMap stack:
            iload 9 /* hasAcc */
            ifeq 11
            aload 7 /* accLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            arraylength
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            arraylength
            if_icmpne 12
        11: .line 82
      StackMap locals:
      StackMap stack:
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 10 /* canInterpolate */
        start local 10 // boolean canInterpolate
        14: .line 88
            iload 10 /* canInterpolate */
            ifne 18
            iload 8 /* hasTo */
            ifeq 18
            fload 3 /* interpolation */
            f2d
            ldc 0.5
            dcmpl
            iflt 18
        15: .line 89
            aload 6 /* toLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            astore 11 /* baseLengthTypes */
        start local 11 // short[] baseLengthTypes
        16: .line 90
            aload 6 /* toLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            astore 12 /* baseLengthValues */
        start local 12 // float[] baseLengthValues
        17: .line 91
            goto 20
        end local 12 // float[] baseLengthValues
        end local 11 // short[] baseLengthTypes
        18: .line 92
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            astore 11 /* baseLengthTypes */
        start local 11 // short[] baseLengthTypes
        19: .line 93
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            astore 12 /* baseLengthValues */
        start local 12 // float[] baseLengthValues
        20: .line 95
      StackMap locals: short[] float[]
      StackMap stack:
            aload 11 /* baseLengthTypes */
            arraylength
            istore 13 /* len */
        start local 13 // int len
        21: .line 98
            aload 1 /* result */
            ifnonnull 26
        22: .line 99
            new org.apache.batik.anim.values.AnimatableLengthListValue
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            invokespecial org.apache.batik.anim.values.AnimatableLengthListValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
            astore 14 /* res */
        start local 14 // org.apache.batik.anim.values.AnimatableLengthListValue res
        23: .line 100
            aload 14 /* res */
            iload 13 /* len */
            newarray 9
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
        24: .line 101
            aload 14 /* res */
            iload 13 /* len */
            newarray 6
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
        25: .line 102
            goto 30
        end local 14 // org.apache.batik.anim.values.AnimatableLengthListValue res
        26: .line 103
      StackMap locals: int
      StackMap stack:
            aload 1 /* result */
            checkcast org.apache.batik.anim.values.AnimatableLengthListValue
            astore 14 /* res */
        start local 14 // org.apache.batik.anim.values.AnimatableLengthListValue res
        27: .line 104
            aload 14 /* res */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            ifnull 28
            aload 14 /* res */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            arraylength
            iload 13 /* len */
            if_icmpeq 30
        28: .line 105
      StackMap locals: org.apache.batik.anim.values.AnimatableLengthListValue
      StackMap stack:
            aload 14 /* res */
            iload 13 /* len */
            newarray 9
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
        29: .line 106
            aload 14 /* res */
            iload 13 /* len */
            newarray 6
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
        30: .line 110
      StackMap locals:
      StackMap stack:
            aload 14 /* res */
        31: .line 111
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
            aload 14 /* res */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
            if_icmpeq 32
            iconst_1
            goto 33
      StackMap locals:
      StackMap stack: org.apache.batik.anim.values.AnimatableLengthListValue
        32: iconst_0
        33: .line 110
      StackMap locals: org.apache.batik.anim.values.AnimatableLengthListValue org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue float org.apache.batik.anim.values.AnimatableValue int org.apache.batik.anim.values.AnimatableLengthListValue org.apache.batik.anim.values.AnimatableLengthListValue int int int short[] float[] int org.apache.batik.anim.values.AnimatableLengthListValue
      StackMap stack: org.apache.batik.anim.values.AnimatableLengthListValue int
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.hasChanged:Z
        34: .line 112
            aload 14 /* res */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
        35: .line 114
            iconst_0
            istore 15 /* i */
        start local 15 // int i
        36: goto 90
        37: .line 115
      StackMap locals: int
      StackMap stack:
            fconst_0
            fstore 16 /* toV */
        start local 16 // float toV
        38: fconst_0
            fstore 17 /* accV */
        start local 17 // float accV
        39: .line 116
            aload 11 /* baseLengthTypes */
            iload 15 /* i */
            saload
            istore 18 /* newLengthType */
        start local 18 // short newLengthType
        40: .line 117
            aload 12 /* baseLengthValues */
            iload 15 /* i */
            faload
            fstore 19 /* newLengthValue */
        start local 19 // float newLengthValue
        41: .line 118
            iload 10 /* canInterpolate */
            ifeq 82
        42: .line 119
            iload 8 /* hasTo */
            ifeq 49
        43: .line 120
            iload 18 /* newLengthType */
        44: .line 121
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
        45: .line 122
            aload 6 /* toLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            iload 15 /* i */
            saload
        46: .line 123
            aload 6 /* toLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
        47: .line 119
            invokestatic org.apache.batik.anim.values.AnimatableLengthValue.compatibleTypes:(SSSS)Z
        48: .line 123
            ifeq 56
        49: .line 124
      StackMap locals: org.apache.batik.anim.values.AnimatableLengthListValue org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue float org.apache.batik.anim.values.AnimatableValue int org.apache.batik.anim.values.AnimatableLengthListValue org.apache.batik.anim.values.AnimatableLengthListValue int int int short[] float[] int org.apache.batik.anim.values.AnimatableLengthListValue int float float int float
      StackMap stack:
            iload 9 /* hasAcc */
            ifeq 74
        50: .line 125
            iload 18 /* newLengthType */
        51: .line 126
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
        52: .line 127
            aload 7 /* accLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            iload 15 /* i */
            saload
        53: .line 128
            aload 7 /* accLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
        54: .line 124
            invokestatic org.apache.batik.anim.values.AnimatableLengthValue.compatibleTypes:(SSSS)Z
        55: .line 128
            ifne 74
        56: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
        57: .line 130
            fload 19 /* newLengthValue */
            iload 18 /* newLengthType */
        58: .line 131
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
        59: .line 129
            invokeinterface org.apache.batik.anim.dom.AnimationTarget.svgToUserSpace:(FSS)F
            fstore 19 /* newLengthValue */
        60: .line 132
            iconst_1
            istore 18 /* newLengthType */
        61: .line 133
            iload 8 /* hasTo */
            ifeq 67
        62: .line 134
            aload 2 /* to */
            getfield org.apache.batik.anim.values.AnimatableValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
        63: .line 135
            aload 6 /* toLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            iload 15 /* i */
            faload
        64: .line 136
            aload 6 /* toLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            iload 15 /* i */
            saload
        65: .line 137
            aload 6 /* toLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
        66: .line 134
            invokeinterface org.apache.batik.anim.dom.AnimationTarget.svgToUserSpace:(FSS)F
            fstore 16 /* toV */
        67: .line 139
      StackMap locals:
      StackMap stack:
            iload 9 /* hasAcc */
            ifeq 78
        68: .line 140
            aload 4 /* accumulation */
            getfield org.apache.batik.anim.values.AnimatableValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
        69: .line 141
            aload 7 /* accLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            iload 15 /* i */
            faload
        70: .line 142
            aload 7 /* accLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            iload 15 /* i */
            saload
        71: .line 143
            aload 7 /* accLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
        72: .line 140
            invokeinterface org.apache.batik.anim.dom.AnimationTarget.svgToUserSpace:(FSS)F
            fstore 17 /* accV */
        73: .line 145
            goto 78
        74: .line 146
      StackMap locals:
      StackMap stack:
            iload 8 /* hasTo */
            ifeq 76
        75: .line 147
            aload 6 /* toLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            iload 15 /* i */
            faload
            fstore 16 /* toV */
        76: .line 149
      StackMap locals:
      StackMap stack:
            iload 9 /* hasAcc */
            ifeq 78
        77: .line 150
            aload 7 /* accLengthList */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            iload 15 /* i */
            faload
            fstore 17 /* accV */
        78: .line 153
      StackMap locals:
      StackMap stack:
            fload 19 /* newLengthValue */
        79: .line 154
            fload 3 /* interpolation */
            fload 16 /* toV */
            fload 19 /* newLengthValue */
            fsub
            fmul
        80: .line 155
            iload 5 /* multiplier */
            i2f
            fload 17 /* accV */
            fmul
        81: .line 154
            fadd
            fadd
            fstore 19 /* newLengthValue */
        82: .line 157
      StackMap locals:
      StackMap stack:
            aload 14 /* res */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.hasChanged:Z
            ifne 87
        83: .line 158
            aload 14 /* res */
            iload 18 /* newLengthType */
            aload 14 /* res */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            iload 15 /* i */
            saload
            if_icmpne 85
        84: .line 159
            fload 19 /* newLengthValue */
            aload 14 /* res */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            iload 15 /* i */
            faload
            fcmpl
            ifne 85
            iconst_0
            goto 86
      StackMap locals:
      StackMap stack: org.apache.batik.anim.values.AnimatableLengthListValue
        85: iconst_1
        86: .line 158
      StackMap locals: org.apache.batik.anim.values.AnimatableLengthListValue org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue float org.apache.batik.anim.values.AnimatableValue int org.apache.batik.anim.values.AnimatableLengthListValue org.apache.batik.anim.values.AnimatableLengthListValue int int int short[] float[] int org.apache.batik.anim.values.AnimatableLengthListValue int float float int float
      StackMap stack: org.apache.batik.anim.values.AnimatableLengthListValue int
            putfield org.apache.batik.anim.values.AnimatableLengthListValue.hasChanged:Z
        87: .line 161
      StackMap locals:
      StackMap stack:
            aload 14 /* res */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            iload 15 /* i */
            iload 18 /* newLengthType */
            sastore
        88: .line 162
            aload 14 /* res */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            iload 15 /* i */
            fload 19 /* newLengthValue */
            fastore
        end local 19 // float newLengthValue
        end local 18 // short newLengthType
        end local 17 // float accV
        end local 16 // float toV
        89: .line 114
            iinc 15 /* i */ 1
      StackMap locals: org.apache.batik.anim.values.AnimatableLengthListValue org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue float org.apache.batik.anim.values.AnimatableValue int org.apache.batik.anim.values.AnimatableLengthListValue org.apache.batik.anim.values.AnimatableLengthListValue int int int short[] float[] int org.apache.batik.anim.values.AnimatableLengthListValue int
      StackMap stack:
        90: iload 15 /* i */
            iload 13 /* len */
            if_icmplt 37
        end local 15 // int i
        91: .line 165
            aload 14 /* res */
            areturn
        end local 14 // org.apache.batik.anim.values.AnimatableLengthListValue res
        end local 13 // int len
        end local 12 // float[] baseLengthValues
        end local 11 // short[] baseLengthTypes
        end local 10 // boolean canInterpolate
        end local 9 // boolean hasAcc
        end local 8 // boolean hasTo
        end local 7 // org.apache.batik.anim.values.AnimatableLengthListValue accLengthList
        end local 6 // org.apache.batik.anim.values.AnimatableLengthListValue toLengthList
        end local 5 // int multiplier
        end local 4 // org.apache.batik.anim.values.AnimatableValue accumulation
        end local 3 // float interpolation
        end local 2 // org.apache.batik.anim.values.AnimatableValue to
        end local 1 // org.apache.batik.anim.values.AnimatableValue result
        end local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   92     0              this  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
            0   92     1            result  Lorg/apache/batik/anim/values/AnimatableValue;
            0   92     2                to  Lorg/apache/batik/anim/values/AnimatableValue;
            0   92     3     interpolation  F
            0   92     4      accumulation  Lorg/apache/batik/anim/values/AnimatableValue;
            0   92     5        multiplier  I
            1   92     6      toLengthList  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
            3   92     7     accLengthList  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
            6   92     8             hasTo  Z
            9   92     9            hasAcc  Z
           14   92    10    canInterpolate  Z
           16   18    11   baseLengthTypes  [S
           19   92    11   baseLengthTypes  [S
           17   18    12  baseLengthValues  [F
           20   92    12  baseLengthValues  [F
           21   92    13               len  I
           23   26    14               res  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
           27   92    14               res  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
           36   91    15                 i  I
           38   89    16               toV  F
           39   89    17              accV  F
           40   89    18     newLengthType  S
           41   89    19    newLengthValue  F
    MethodParameters:
               Name  Flags
      result         
      to             
      interpolation  
      accumulation   
      multiplier     

  public short[] getLengthTypes();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
         0: .line 172
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            areturn
        end local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatableLengthListValue;

  public float[] getLengthValues();
    descriptor: ()[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
         0: .line 179
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            areturn
        end local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatableLengthListValue;

  public boolean canPace();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
         0: .line 187
            iconst_0
            ireturn
        end local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatableLengthListValue;

  public float distanceTo(org.apache.batik.anim.values.AnimatableValue);
    descriptor: (Lorg/apache/batik/anim/values/AnimatableValue;)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue other
         0: .line 195
            fconst_0
            freturn
        end local 1 // org.apache.batik.anim.values.AnimatableValue other
        end local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
            0    1     1  other  Lorg/apache/batik/anim/values/AnimatableValue;
    MethodParameters:
       Name  Flags
      other  

  public org.apache.batik.anim.values.AnimatableValue getZeroValue();
    descriptor: ()Lorg/apache/batik/anim/values/AnimatableValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
         0: .line 202
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            arraylength
            newarray 6
            astore 1 /* vs */
        start local 1 // float[] vs
         1: .line 203
            new org.apache.batik.anim.values.AnimatableLengthListValue
            dup
         2: .line 204
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            aload 1 /* vs */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.percentageInterpretation:S
         3: .line 203
            invokespecial org.apache.batik.anim.values.AnimatableLengthListValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;[S[FS)V
            areturn
        end local 1 // float[] vs
        end local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
            1    4     1    vs  [F

  public java.lang.String getCssText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
         0: .line 212
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 213
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            arraylength
            ifle 4
         2: .line 214
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            iconst_0
            faload
            invokestatic org.apache.batik.anim.values.AnimatableLengthListValue.formatNumber:(F)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 215
            aload 1 /* sb */
            getstatic org.apache.batik.anim.values.AnimatableLengthValue.UNITS:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            iconst_0
            saload
            iconst_1
            isub
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 217
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         5: goto 10
         6: .line 218
      StackMap locals: int
      StackMap stack:
            aload 1 /* sb */
            bipush 44
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 219
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            iload 2 /* i */
            faload
            invokestatic org.apache.batik.anim.values.AnimatableLengthListValue.formatNumber:(F)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 220
            aload 1 /* sb */
            getstatic org.apache.batik.anim.values.AnimatableLengthValue.UNITS:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthTypes:[S
            iload 2 /* i */
            saload
            iconst_1
            isub
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 217
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableLengthListValue.lengthValues:[F
            arraylength
            if_icmplt 6
        end local 2 // int i
        11: .line 222
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // org.apache.batik.anim.values.AnimatableLengthListValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/batik/anim/values/AnimatableLengthListValue;
            1   12     1    sb  Ljava/lang/StringBuffer;
            5   11     2     i  I
}
SourceFile: "AnimatableLengthListValue.java"