public class org.apache.batik.anim.values.AnimatableAngleValue 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.AnimatableAngleValue
  super_class: org.apache.batik.anim.values.AnimatableNumberValue
{
  protected static final java.lang.String[] UNITS;
    descriptor: [Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 36
            iconst_5
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 37
            ldc ""
            aastore
            dup
            iconst_1
            ldc ""
            aastore
            dup
            iconst_2
            ldc "deg"
            aastore
            dup
            iconst_3
            ldc "rad"
            aastore
            dup
            iconst_4
            ldc "grad"
            aastore
         2: .line 36
            putstatic org.apache.batik.anim.values.AnimatableAngleValue.UNITS:[Ljava/lang/String;
         3: .line 38
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.apache.batik.anim.dom.AnimationTarget);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 49
            aload 0 /* this */
            aload 1 /* target */
            invokespecial org.apache.batik.anim.values.AnimatableNumberValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
         1: .line 50
            return
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/batik/anim/values/AnimatableAngleValue;
            0    2     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
    MethodParameters:
        Name  Flags
      target  

  public void <init>(org.apache.batik.anim.dom.AnimationTarget, float, short);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;FS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // float v
        start local 3 // short unit
         0: .line 56
            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 57
            aload 0 /* this */
            iload 3 /* unit */
            putfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
         2: .line 58
            return
        end local 3 // short unit
        end local 2 // float v
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/batik/anim/values/AnimatableAngleValue;
            0    3     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
            0    3     2       v  F
            0    3     3    unit  S
    MethodParameters:
        Name  Flags
      target  
      v       
      unit    

  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=10, args_size=6
        start local 0 // org.apache.batik.anim.values.AnimatableAngleValue 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 69
            aload 1 /* result */
            ifnonnull 3
         1: .line 70
            new org.apache.batik.anim.values.AnimatableAngleValue
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            invokespecial org.apache.batik.anim.values.AnimatableAngleValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;)V
            astore 6 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatableAngleValue res
         2: .line 71
            goto 4
        end local 6 // org.apache.batik.anim.values.AnimatableAngleValue res
         3: .line 72
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            checkcast org.apache.batik.anim.values.AnimatableAngleValue
            astore 6 /* res */
        start local 6 // org.apache.batik.anim.values.AnimatableAngleValue res
         4: .line 75
      StackMap locals: org.apache.batik.anim.values.AnimatableAngleValue
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.value:F
            fstore 7 /* v */
        start local 7 // float v
         5: .line 76
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            istore 8 /* u */
        start local 8 // short u
         6: .line 77
            aload 2 /* to */
            ifnull 14
         7: .line 78
            aload 2 /* to */
            checkcast org.apache.batik.anim.values.AnimatableAngleValue
            astore 9 /* toAngle */
        start local 9 // org.apache.batik.anim.values.AnimatableAngleValue toAngle
         8: .line 79
            aload 9 /* toAngle */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            iload 8 /* u */
            if_icmpeq 13
         9: .line 80
            fload 7 /* v */
            iload 8 /* u */
            invokestatic org.apache.batik.anim.values.AnimatableAngleValue.rad:(FS)F
            fstore 7 /* v */
        10: .line 81
            fload 7 /* v */
            fload 3 /* interpolation */
            aload 9 /* toAngle */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.value:F
            aload 9 /* toAngle */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            invokestatic org.apache.batik.anim.values.AnimatableAngleValue.rad:(FS)F
            fload 7 /* v */
            fsub
            fmul
            fadd
            fstore 7 /* v */
        11: .line 82
            iconst_3
            istore 8 /* u */
        12: .line 83
            goto 14
        13: .line 84
      StackMap locals: float int org.apache.batik.anim.values.AnimatableAngleValue
      StackMap stack:
            fload 7 /* v */
            fload 3 /* interpolation */
            aload 9 /* toAngle */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.value:F
            fload 7 /* v */
            fsub
            fmul
            fadd
            fstore 7 /* v */
        end local 9 // org.apache.batik.anim.values.AnimatableAngleValue toAngle
        14: .line 87
      StackMap locals:
      StackMap stack:
            aload 4 /* accumulation */
            ifnull 21
        15: .line 88
            aload 4 /* accumulation */
            checkcast org.apache.batik.anim.values.AnimatableAngleValue
            astore 9 /* accAngle */
        start local 9 // org.apache.batik.anim.values.AnimatableAngleValue accAngle
        16: .line 89
            aload 9 /* accAngle */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            iload 8 /* u */
            if_icmpeq 20
        17: .line 90
            fload 7 /* v */
            iload 5 /* multiplier */
            i2f
            aload 9 /* accAngle */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.value:F
            aload 9 /* accAngle */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            invokestatic org.apache.batik.anim.values.AnimatableAngleValue.rad:(FS)F
            fmul
            fadd
            fstore 7 /* v */
        18: .line 91
            iconst_3
            istore 8 /* u */
        19: .line 92
            goto 21
        20: .line 93
      StackMap locals: org.apache.batik.anim.values.AnimatableAngleValue
      StackMap stack:
            fload 7 /* v */
            iload 5 /* multiplier */
            i2f
            aload 9 /* accAngle */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.value:F
            fmul
            fadd
            fstore 7 /* v */
        end local 9 // org.apache.batik.anim.values.AnimatableAngleValue accAngle
        21: .line 97
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.value:F
            fload 7 /* v */
            fcmpl
            ifne 22
            aload 6 /* res */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            iload 8 /* u */
            if_icmpeq 25
        22: .line 98
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            fload 7 /* v */
            putfield org.apache.batik.anim.values.AnimatableAngleValue.value:F
        23: .line 99
            aload 6 /* res */
            iload 8 /* u */
            putfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
        24: .line 100
            aload 6 /* res */
            iconst_1
            putfield org.apache.batik.anim.values.AnimatableAngleValue.hasChanged:Z
        25: .line 102
      StackMap locals:
      StackMap stack:
            aload 6 /* res */
            areturn
        end local 8 // short u
        end local 7 // float v
        end local 6 // org.apache.batik.anim.values.AnimatableAngleValue 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.AnimatableAngleValue this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   26     0           this  Lorg/apache/batik/anim/values/AnimatableAngleValue;
            0   26     1         result  Lorg/apache/batik/anim/values/AnimatableValue;
            0   26     2             to  Lorg/apache/batik/anim/values/AnimatableValue;
            0   26     3  interpolation  F
            0   26     4   accumulation  Lorg/apache/batik/anim/values/AnimatableValue;
            0   26     5     multiplier  I
            2    3     6            res  Lorg/apache/batik/anim/values/AnimatableAngleValue;
            4   26     6            res  Lorg/apache/batik/anim/values/AnimatableAngleValue;
            5   26     7              v  F
            6   26     8              u  S
            8   14     9        toAngle  Lorg/apache/batik/anim/values/AnimatableAngleValue;
           16   21     9       accAngle  Lorg/apache/batik/anim/values/AnimatableAngleValue;
    MethodParameters:
               Name  Flags
      result         
      to             
      interpolation  
      accumulation   
      multiplier     

  public short getUnit();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
         0: .line 109
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            ireturn
        end local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatableAngleValue;

  public float distanceTo(org.apache.batik.anim.values.AnimatableValue);
    descriptor: (Lorg/apache/batik/anim/values/AnimatableValue;)F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
        start local 1 // org.apache.batik.anim.values.AnimatableValue other
         0: .line 117
            aload 1 /* other */
            checkcast org.apache.batik.anim.values.AnimatableAngleValue
            astore 2 /* o */
        start local 2 // org.apache.batik.anim.values.AnimatableAngleValue o
         1: .line 118
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.value:F
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            invokestatic org.apache.batik.anim.values.AnimatableAngleValue.rad:(FS)F
            aload 2 /* o */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.value:F
            aload 2 /* o */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            invokestatic org.apache.batik.anim.values.AnimatableAngleValue.rad:(FS)F
            fsub
            invokestatic java.lang.Math.abs:(F)F
            freturn
        end local 2 // org.apache.batik.anim.values.AnimatableAngleValue o
        end local 1 // org.apache.batik.anim.values.AnimatableValue other
        end local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/batik/anim/values/AnimatableAngleValue;
            0    2     1  other  Lorg/apache/batik/anim/values/AnimatableValue;
            1    2     2      o  Lorg/apache/batik/anim/values/AnimatableAngleValue;
    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.AnimatableAngleValue this
         0: .line 125
            new org.apache.batik.anim.values.AnimatableAngleValue
            dup
         1: .line 126
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.target:Lorg/apache/batik/anim/dom/AnimationTarget;
            fconst_0
            iconst_1
         2: .line 125
            invokespecial org.apache.batik.anim.values.AnimatableAngleValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;FS)V
            areturn
        end local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/anim/values/AnimatableAngleValue;

  public java.lang.String getCssText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
         0: .line 133
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.batik.anim.values.AnimatableNumberValue.getCssText:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic org.apache.batik.anim.values.AnimatableAngleValue.UNITS:[Ljava/lang/String;
            aload 0 /* this */
            getfield org.apache.batik.anim.values.AnimatableAngleValue.unit:S
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.batik.anim.values.AnimatableAngleValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/anim/values/AnimatableAngleValue;

  public static float rad(float, short);
    descriptor: (FS)F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // float v
        start local 1 // short unit
         0: .line 140
            iload 1 /* unit */
            tableswitch { // 3 - 4
                    3: 1
                    4: 2
              default: 3
          }
         1: .line 142
      StackMap locals:
      StackMap stack:
            fload 0 /* v */
            freturn
         2: .line 144
      StackMap locals:
      StackMap stack:
            ldc 3.1415927
            fload 0 /* v */
            fmul
            ldc 200.0
            fdiv
            freturn
         3: .line 146
      StackMap locals:
      StackMap stack:
            ldc 3.1415927
            fload 0 /* v */
            fmul
            ldc 180.0
            fdiv
            freturn
        end local 1 // short unit
        end local 0 // float v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     v  F
            0    4     1  unit  S
    MethodParameters:
      Name  Flags
      v     
      unit  
}
SourceFile: "AnimatableAngleValue.java"