public class org.apache.batik.anim.values.AnimatableNumberOrIdentValue extends org.apache.batik.anim.values.AnimatableNumberValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.anim.values.AnimatableNumberOrIdentValue
  super_class: org.apache.batik.anim.values.AnimatableNumberValue
{
  protected boolean isIdent;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String ident;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected boolean numericIdent;
    descriptor: Z
    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.AnimatableNumberOrIdentValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 51
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableNumberValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 52
            return
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;
            0    2     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
    MethodParameters:
        Name  Flags
      target  

  public void <init>(org.apache.batik.anim.dom.AnimationTarget, float, boolean);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;FZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // float v
        start local 3 // boolean numericIdent
         0: .line 59
            aload 0 /* this */
            aload 1 /* target */
            fload 2 /* v */
            invokespecial org.apache.batik.anim.values.AnimatableNumberValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;F)V
         1: .line 60
            aload 0 /* this */
            iload 3 /* numericIdent */
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
         2: .line 61
            return
        end local 3 // boolean numericIdent
        end local 2 // float v
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;
            0    3     1        target  Lorg/apache/batik/anim/dom/AnimationTarget;
            0    3     2             v  F
            0    3     3  numericIdent  Z
    MethodParameters:
              Name  Flags
      target        
      v             
      numericIdent  

  public void <init>(org.apache.batik.anim.dom.AnimationTarget, java.lang.String);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // java.lang.String ident
         0: .line 67
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableNumberValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 68
            aload 0 /* this */
            aload 2 /* ident */
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
         2: .line 69
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
         3: .line 70
            return
        end local 2 // java.lang.String ident
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;
            0    4     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
            0    4     2   ident  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      target  
      ident   

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

  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.AnimatableNumberOrIdentValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue other
         0: .line 85
            fconst_0
            freturn
        end local 1 // org.apache.batik.anim.values.AnimatableValue other
        end local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;
            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=5, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
         0: .line 92
            new org.apache.batik.anim.values.AnimatableNumberOrIdentValue
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            fconst_0
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
            invokespecial org.apache.batik.anim.values.AnimatableNumberOrIdentValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;FZ)V
            areturn
        end local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;

  public java.lang.String getCssText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
         0: .line 99
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifeq 2
         1: .line 100
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            areturn
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
            ifeq 4
         3: .line 103
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            f2i
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            areturn
         4: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.apache.batik.anim.values.AnimatableNumberValue.getCssText:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;

  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=8, args_size=6
        start local 0 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue 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 116
            aload 1 /* result */
            ifnonnull 3
         1: .line 117
            new org.apache.batik.anim.values.AnimatableNumberOrIdentValue
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            invokespecial org.apache.batik.anim.values.AnimatableNumberOrIdentValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
            astore 6 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue res
         2: .line 118
            goto 4
        end local 6 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue res
         3: .line 119
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            checkcast org.apache.batik.anim.values.AnimatableNumberOrIdentValue
            astore 6 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue res
         4: .line 122
      StackMap locals: org.apache.batik.anim.values.AnimatableNumberOrIdentValue
      StackMap stack:
            aload 2 /* to */
            ifnonnull 29
         5: .line 123
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifeq 12
         6: .line 124
            aload 6 /* res */
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifeq 7
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack: org.apache.batik.anim.values.AnimatableNumberOrIdentValue
         7: iconst_1
      StackMap locals: org.apache.batik.anim.values.AnimatableNumberOrIdentValue 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.AnimatableNumberOrIdentValue
      StackMap stack: org.apache.batik.anim.values.AnimatableNumberOrIdentValue int
         8: putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.hasChanged:Z
         9: .line 125
            aload 6 /* res */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
        10: .line 126
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
        11: .line 127
            goto 57
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
            ifeq 21
        13: .line 128
            aload 6 /* res */
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            fcmpl
            ifne 14
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifne 14
            iconst_0
            goto 15
      StackMap locals:
      StackMap stack: org.apache.batik.anim.values.AnimatableNumberOrIdentValue
        14: iconst_1
      StackMap locals: org.apache.batik.anim.values.AnimatableNumberOrIdentValue 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.AnimatableNumberOrIdentValue
      StackMap stack: org.apache.batik.anim.values.AnimatableNumberOrIdentValue int
        15: putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.hasChanged:Z
        16: .line 129
            aload 6 /* res */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
        17: .line 130
            aload 6 /* res */
            iconst_0
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
        18: .line 131
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.hasChanged:Z
        19: .line 132
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
        20: .line 133
            goto 57
        21: .line 134
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            fstore 7 /* oldValue */
        start local 7 // float oldValue
        22: .line 135
            aload 0 /* this */
            aload 6 /* res */
            aload 2 /* to */
            fload 3 /* interpolation */
            aload 4 /* accumulation */
        23: .line 136
            iload 5 /* multiplier */
        24: .line 135
            invokespecial org.apache.batik.anim.values.AnimatableNumberValue.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;
            pop
        25: .line 137
            aload 6 /* res */
            iconst_0
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
        26: .line 138
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            fload 7 /* oldValue */
            fcmpl
            ifeq 57
        27: .line 139
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.hasChanged:Z
        end local 7 // float oldValue
        28: .line 142
            goto 57
        29: .line 144
      StackMap locals:
      StackMap stack:
            aload 2 /* to */
            checkcast org.apache.batik.anim.values.AnimatableNumberOrIdentValue
        30: .line 143
            astore 7 /* toValue */
        start local 7 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue toValue
        31: .line 145
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifne 32
            aload 7 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifne 32
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
            ifeq 53
        32: .line 146
      StackMap locals: org.apache.batik.anim.values.AnimatableNumberOrIdentValue
      StackMap stack:
            fload 3 /* interpolation */
            f2d
            ldc 0.5
            dcmpl
            iflt 43
        33: .line 147
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            aload 7 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            if_icmpne 37
        34: .line 148
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            aload 7 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            fcmpl
            ifne 37
        35: .line 149
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifeq 57
            aload 7 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifeq 57
        36: .line 150
            aload 7 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 57
        37: .line 151
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            aload 7 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
        38: .line 152
            aload 6 /* res */
            aload 7 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
        39: .line 153
            aload 6 /* res */
            aload 7 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
        40: .line 154
            aload 6 /* res */
            aload 7 /* toValue */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
        41: .line 155
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.hasChanged:Z
        42: .line 157
            goto 57
        43: .line 158
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            if_icmpne 47
        44: .line 159
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            fcmpl
            ifne 47
        45: .line 160
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifeq 57
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            ifeq 57
        46: .line 161
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 57
        47: .line 162
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.isIdent:Z
        48: .line 163
            aload 6 /* res */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.ident:Ljava/lang/String;
        49: .line 164
            aload 6 /* res */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.value:F
        50: .line 165
            aload 6 /* res */
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
        51: .line 166
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.hasChanged:Z
        52: .line 169
            goto 57
        53: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* res */
            aload 2 /* to */
            fload 3 /* interpolation */
            aload 4 /* accumulation */
        54: .line 171
            iload 5 /* multiplier */
        55: .line 170
            invokespecial org.apache.batik.anim.values.AnimatableNumberValue.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;
            pop
        56: .line 172
            aload 6 /* res */
            iconst_0
            putfield org.apache.batik.anim.values.AnimatableNumberOrIdentValue.numericIdent:Z
        end local 7 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue toValue
        57: .line 175
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            areturn
        end local 6 // org.apache.batik.anim.values.AnimatableNumberOrIdentValue res
        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.AnimatableNumberOrIdentValue this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   58     0           this  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;
            0   58     1         result  Lorg/apache/batik/anim/values/AnimatableValue;
            0   58     2             to  Lorg/apache/batik/anim/values/AnimatableValue;
            0   58     3  interpolation  F
            0   58     4   accumulation  Lorg/apache/batik/anim/values/AnimatableValue;
            0   58     5     multiplier  I
            2    3     6            res  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;
            4   58     6            res  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;
           22   28     7       oldValue  F
           31   57     7        toValue  Lorg/apache/batik/anim/values/AnimatableNumberOrIdentValue;
    MethodParameters:
               Name  Flags
      result         
      to             
      interpolation  
      accumulation   
      multiplier     
}
SourceFile: "AnimatableNumberOrIdentValue.java"