public class org.apache.batik.anim.values.AnimatablePointListValue extends org.apache.batik.anim.values.AnimatableNumberListValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.anim.values.AnimatablePointListValue
  super_class: org.apache.batik.anim.values.AnimatableNumberListValue
{
  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.AnimatablePointListValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 35
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableNumberListValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 36
            return
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatablePointListValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/batik/anim/values/AnimatablePointListValue;
            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=3, locals=3, args_size=3
        start local 0 // org.apache.batik.anim.values.AnimatablePointListValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // float[] numbers
         0: .line 42
            aload 0 /* this */
            aload 1 /* target */
            aload 2 /* numbers */
            invokespecial org.apache.batik.anim.values.AnimatableNumberListValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;[F)V
         1: .line 43
            return
        end local 2 // float[] numbers
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatablePointListValue this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/batik/anim/values/AnimatablePointListValue;
            0    2     1   target  Lorg/apache/batik/anim/dom/AnimationTarget;
            0    2     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=6, locals=6, args_size=6
        start local 0 // org.apache.batik.anim.values.AnimatablePointListValue 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 53
            aload 1 /* result */
            ifnonnull 2
         1: .line 54
            new org.apache.batik.anim.values.AnimatablePointListValue
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePointListValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            invokespecial org.apache.batik.anim.values.AnimatablePointListValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
            astore 1 /* result */
         2: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 57
            aload 1 /* result */
            aload 2 /* to */
            fload 3 /* interpolation */
            aload 4 /* accumulation */
            iload 5 /* multiplier */
         4: .line 56
            invokespecial org.apache.batik.anim.values.AnimatableNumberListValue.interpolate:(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;
            areturn
        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.AnimatablePointListValue this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/apache/batik/anim/values/AnimatablePointListValue;
            0    5     1         result  Lorg/apache/batik/anim/values/AnimatableValue;
            0    5     2             to  Lorg/apache/batik/anim/values/AnimatableValue;
            0    5     3  interpolation  F
            0    5     4   accumulation  Lorg/apache/batik/anim/values/AnimatableValue;
            0    5     5     multiplier  I
    MethodParameters:
               Name  Flags
      result         
      to             
      interpolation  
      accumulation   
      multiplier     

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

  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.AnimatablePointListValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue other
         0: .line 73
            fconst_0
            freturn
        end local 1 // org.apache.batik.anim.values.AnimatableValue other
        end local 0 // org.apache.batik.anim.values.AnimatablePointListValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/batik/anim/values/AnimatablePointListValue;
            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.AnimatablePointListValue this
         0: .line 80
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePointListValue.numbers:[F
            arraylength
            newarray 6
            astore 1 /* ns */
        start local 1 // float[] ns
         1: .line 81
            new org.apache.batik.anim.values.AnimatablePointListValue
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatablePointListValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            aload 1 /* ns */
            invokespecial org.apache.batik.anim.values.AnimatablePointListValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;[F)V
            areturn
        end local 1 // float[] ns
        end local 0 // org.apache.batik.anim.values.AnimatablePointListValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/values/AnimatablePointListValue;
            1    2     1    ns  [F
}
SourceFile: "AnimatablePointListValue.java"