public class org.apache.batik.anim.values.AnimatableNumberListValue 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.AnimatableNumberListValue
  super_class: org.apache.batik.anim.values.AnimatableValue
{
  protected float[] numbers;
    descriptor: [F
    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.AnimatableNumberListValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 40
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 41
            return
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableNumberListValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
            0    2     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
    MethodParameters:
        Name  Flags
      target  

  public void <init>(org.apache.batik.anim.dom.AnimationTarget, float[]);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;[F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.anim.values.AnimatableNumberListValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // float[] numbers
         0: .line 47
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 48
            aload 0 /* this */
            aload 2 /* numbers */
            putfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
         2: .line 49
            return
        end local 2 // float[] numbers
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableNumberListValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
            0    3     1   target  Lorg/apache/batik/anim/dom/AnimationTarget;
            0    3     2  numbers  [F
    MethodParameters:
         Name  Flags
      target   
      numbers  

  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=16, args_size=6
        start local 0 // org.apache.batik.anim.values.AnimatableNumberListValue 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 60
            aload 2 /* to */
            checkcast org.apache.batik.anim.values.AnimatableNumberListValue
            astore 6 /* toNumList */
        start local 6 // org.apache.batik.anim.values.AnimatableNumberListValue toNumList
         1: .line 62
            aload 4 /* accumulation */
            checkcast org.apache.batik.anim.values.AnimatableNumberListValue
         2: .line 61
            astore 7 /* accNumList */
        start local 7 // org.apache.batik.anim.values.AnimatableNumberListValue accNumList
         3: .line 64
            aload 2 /* to */
            ifnull 4
            iconst_1
            goto 5
      StackMap locals: org.apache.batik.anim.values.AnimatableNumberListValue org.apache.batik.anim.values.AnimatableNumberListValue
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 8 /* hasTo */
        start local 8 // boolean hasTo
         6: .line 65
            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 67
            iload 8 /* hasTo */
            ifeq 10
            aload 6 /* toNumList */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            arraylength
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            arraylength
            if_icmpne 12
        10: .line 68
      StackMap locals: int
      StackMap stack:
            iload 9 /* hasAcc */
            ifeq 11
            aload 7 /* accNumList */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            arraylength
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            arraylength
            if_icmpne 12
        11: .line 66
      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 71
            iload 10 /* canInterpolate */
            ifne 17
            iload 8 /* hasTo */
            ifeq 17
            fload 3 /* interpolation */
            f2d
            ldc 0.5
            dcmpl
            iflt 17
        15: .line 72
            aload 6 /* toNumList */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            astore 11 /* baseValues */
        start local 11 // float[] baseValues
        16: .line 73
            goto 18
        end local 11 // float[] baseValues
        17: .line 74
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            astore 11 /* baseValues */
        start local 11 // float[] baseValues
        18: .line 76
      StackMap locals: float[]
      StackMap stack:
            aload 11 /* baseValues */
            arraylength
            istore 12 /* len */
        start local 12 // int len
        19: .line 79
            aload 1 /* result */
            ifnonnull 23
        20: .line 80
            new org.apache.batik.anim.values.AnimatableNumberListValue
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            invokespecial org.apache.batik.anim.values.AnimatableNumberListValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
            astore 13 /* res */
        start local 13 // org.apache.batik.anim.values.AnimatableNumberListValue res
        21: .line 81
            aload 13 /* res */
            iload 12 /* len */
            newarray 6
            putfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
        22: .line 82
            goto 26
        end local 13 // org.apache.batik.anim.values.AnimatableNumberListValue res
        23: .line 83
      StackMap locals: int
      StackMap stack:
            aload 1 /* result */
            checkcast org.apache.batik.anim.values.AnimatableNumberListValue
            astore 13 /* res */
        start local 13 // org.apache.batik.anim.values.AnimatableNumberListValue res
        24: .line 84
            aload 13 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            ifnull 25
            aload 13 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            arraylength
            iload 12 /* len */
            if_icmpeq 26
        25: .line 85
      StackMap locals: org.apache.batik.anim.values.AnimatableNumberListValue
      StackMap stack:
            aload 13 /* res */
            iload 12 /* len */
            newarray 6
            putfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
        26: .line 89
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        27: goto 38
        28: .line 90
      StackMap locals: int
      StackMap stack:
            aload 11 /* baseValues */
            iload 14 /* i */
            faload
            fstore 15 /* newValue */
        start local 15 // float newValue
        29: .line 91
            iload 10 /* canInterpolate */
            ifeq 34
        30: .line 92
            iload 8 /* hasTo */
            ifeq 32
        31: .line 93
            fload 15 /* newValue */
            fload 3 /* interpolation */
            aload 6 /* toNumList */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            iload 14 /* i */
            faload
            fload 15 /* newValue */
            fsub
            fmul
            fadd
            fstore 15 /* newValue */
        32: .line 95
      StackMap locals: float
      StackMap stack:
            iload 9 /* hasAcc */
            ifeq 34
        33: .line 96
            fload 15 /* newValue */
            iload 5 /* multiplier */
            i2f
            aload 7 /* accNumList */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            iload 14 /* i */
            faload
            fmul
            fadd
            fstore 15 /* newValue */
        34: .line 99
      StackMap locals:
      StackMap stack:
            aload 13 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            iload 14 /* i */
            faload
            fload 15 /* newValue */
            fcmpl
            ifeq 37
        35: .line 100
            aload 13 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            iload 14 /* i */
            fload 15 /* newValue */
            fastore
        36: .line 101
            aload 13 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableNumberListValue.hasChanged:Z
        end local 15 // float newValue
        37: .line 89
      StackMap locals:
      StackMap stack:
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        38: iload 14 /* i */
            iload 12 /* len */
            if_icmplt 28
        end local 14 // int i
        39: .line 105
            aload 13 /* res */
            areturn
        end local 13 // org.apache.batik.anim.values.AnimatableNumberListValue res
        end local 12 // int len
        end local 11 // float[] baseValues
        end local 10 // boolean canInterpolate
        end local 9 // boolean hasAcc
        end local 8 // boolean hasTo
        end local 7 // org.apache.batik.anim.values.AnimatableNumberListValue accNumList
        end local 6 // org.apache.batik.anim.values.AnimatableNumberListValue toNumList
        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.AnimatableNumberListValue this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   40     0            this  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
            0   40     1          result  Lorg/apache/batik/anim/values/AnimatableValue;
            0   40     2              to  Lorg/apache/batik/anim/values/AnimatableValue;
            0   40     3   interpolation  F
            0   40     4    accumulation  Lorg/apache/batik/anim/values/AnimatableValue;
            0   40     5      multiplier  I
            1   40     6       toNumList  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
            3   40     7      accNumList  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
            6   40     8           hasTo  Z
            9   40     9          hasAcc  Z
           14   40    10  canInterpolate  Z
           16   17    11      baseValues  [F
           18   40    11      baseValues  [F
           19   40    12             len  I
           21   23    13             res  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
           24   40    13             res  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
           27   39    14               i  I
           29   37    15        newValue  F
    MethodParameters:
               Name  Flags
      result         
      to             
      interpolation  
      accumulation   
      multiplier     

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

  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.AnimatableNumberListValue this
         0: .line 120
            iconst_0
            ireturn
        end local 0 // org.apache.batik.anim.values.AnimatableNumberListValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatableNumberListValue;

  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.AnimatableNumberListValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue other
         0: .line 128
            fconst_0
            freturn
        end local 1 // org.apache.batik.anim.values.AnimatableValue other
        end local 0 // org.apache.batik.anim.values.AnimatableNumberListValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
            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=4, locals=2, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableNumberListValue this
         0: .line 135
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            arraylength
            newarray 6
            astore 1 /* ns */
        start local 1 // float[] ns
         1: .line 136
            new org.apache.batik.anim.values.AnimatableNumberListValue
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            aload 1 /* ns */
            invokespecial org.apache.batik.anim.values.AnimatableNumberListValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;[F)V
            areturn
        end local 1 // float[] ns
        end local 0 // org.apache.batik.anim.values.AnimatableNumberListValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
            1    2     1    ns  [F

  public java.lang.String getCssText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableNumberListValue this
         0: .line 143
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 144
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            iconst_0
            faload
            invokevirtual java.lang.StringBuffer.append:(F)Ljava/lang/StringBuffer;
            pop
         2: .line 145
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 146
      StackMap locals: java.lang.StringBuffer int
      StackMap stack:
            aload 1 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         5: .line 147
            aload 1 /* sb */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            iload 2 /* i */
            faload
            invokevirtual java.lang.StringBuffer.append:(F)Ljava/lang/StringBuffer;
            pop
         6: .line 145
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberListValue.numbers:[F
            arraylength
            if_icmplt 4
        end local 2 // int i
         8: .line 149
            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.AnimatableNumberListValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/batik/anim/values/AnimatableNumberListValue;
            1    9     1    sb  Ljava/lang/StringBuffer;
            3    8     2     i  I
}
SourceFile: "AnimatableNumberListValue.java"