public class org.apache.batik.bridge.SVGAnimateTransformElementBridge extends org.apache.batik.bridge.SVGAnimateElementBridge
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.bridge.SVGAnimateTransformElementBridge
  super_class: org.apache.batik.bridge.SVGAnimateElementBridge
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
         0: .line 39
            aload 0 /* this */
            invokespecial org.apache.batik.bridge.SVGAnimateElementBridge.<init>:()V
            return
        end local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGAnimateTransformElementBridge;

  public java.lang.String getLocalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
         0: .line 45
            ldc "animateTransform"
            areturn
        end local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGAnimateTransformElementBridge;

  public org.apache.batik.bridge.Bridge getInstance();
    descriptor: ()Lorg/apache/batik/bridge/Bridge;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
         0: .line 52
            new org.apache.batik.bridge.SVGAnimateTransformElementBridge
            dup
            invokespecial org.apache.batik.bridge.SVGAnimateTransformElementBridge.<init>:()V
            areturn
        end local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGAnimateTransformElementBridge;

  protected org.apache.batik.anim.AbstractAnimation createAnimation(org.apache.batik.anim.dom.AnimationTarget);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;)Lorg/apache/batik/anim/AbstractAnimation;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=14, locals=6, args_size=2
        start local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 59
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseType:()S
            istore 2 /* type */
        start local 2 // short type
         1: .line 60
            aconst_null
            astore 3 /* from */
        start local 3 // org.apache.batik.anim.values.AnimatableValue from
         2: aconst_null
            astore 4 /* to */
        start local 4 // org.apache.batik.anim.values.AnimatableValue to
         3: aconst_null
            astore 5 /* by */
        start local 5 // org.apache.batik.anim.values.AnimatableValue by
         4: .line 61
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            aconst_null
            ldc "from"
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.hasAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 8
         5: .line 62
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            aconst_null
            ldc "from"
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
         6: .line 63
            iload 2 /* type */
            aload 1 /* target */
         7: .line 62
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseValue:(Ljava/lang/String;SLorg/apache/batik/anim/dom/AnimationTarget;)Lorg/apache/batik/anim/values/AnimatableValue;
            astore 3 /* from */
         8: .line 65
      StackMap locals: org.apache.batik.bridge.SVGAnimateTransformElementBridge org.apache.batik.anim.dom.AnimationTarget int org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue org.apache.batik.anim.values.AnimatableValue
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            aconst_null
            ldc "to"
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.hasAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 12
         9: .line 66
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            aconst_null
            ldc "to"
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
        10: .line 67
            iload 2 /* type */
            aload 1 /* target */
        11: .line 66
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseValue:(Ljava/lang/String;SLorg/apache/batik/anim/dom/AnimationTarget;)Lorg/apache/batik/anim/values/AnimatableValue;
            astore 4 /* to */
        12: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            aconst_null
            ldc "by"
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.hasAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 16
        13: .line 70
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            aconst_null
            ldc "by"
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
        14: .line 71
            iload 2 /* type */
            aload 1 /* target */
        15: .line 70
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseValue:(Ljava/lang/String;SLorg/apache/batik/anim/dom/AnimationTarget;)Lorg/apache/batik/anim/values/AnimatableValue;
            astore 5 /* by */
        16: .line 73
      StackMap locals:
      StackMap stack:
            new org.apache.batik.anim.TransformAnimation
            dup
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.timedElement:Lorg/apache/batik/anim/timing/TimedElement;
        17: .line 74
            aload 0 /* this */
        18: .line 75
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseCalcMode:()I
        19: .line 76
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseKeyTimes:()[F
        20: .line 77
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseKeySplines:()[F
        21: .line 78
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseAdditive:()Z
        22: .line 79
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseAccumulate:()Z
        23: .line 80
            aload 0 /* this */
            iload 2 /* type */
            aload 1 /* target */
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseValues:(SLorg/apache/batik/anim/dom/AnimationTarget;)[Lorg/apache/batik/anim/values/AnimatableValue;
        24: .line 81
            aload 3 /* from */
        25: .line 82
            aload 4 /* to */
        26: .line 83
            aload 5 /* by */
        27: .line 84
            iload 2 /* type */
        28: .line 73
            invokespecial org.apache.batik.anim.TransformAnimation.<init>:(Lorg/apache/batik/anim/timing/TimedElement;Lorg/apache/batik/anim/dom/AnimatableElement;I[F[FZZ[Lorg/apache/batik/anim/values/AnimatableValue;Lorg/apache/batik/anim/values/AnimatableValue;Lorg/apache/batik/anim/values/AnimatableValue;Lorg/apache/batik/anim/values/AnimatableValue;S)V
            areturn
        end local 5 // org.apache.batik.anim.values.AnimatableValue by
        end local 4 // org.apache.batik.anim.values.AnimatableValue to
        end local 3 // org.apache.batik.anim.values.AnimatableValue from
        end local 2 // short type
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0    this  Lorg/apache/batik/bridge/SVGAnimateTransformElementBridge;
            0   29     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
            1   29     2    type  S
            2   29     3    from  Lorg/apache/batik/anim/values/AnimatableValue;
            3   29     4      to  Lorg/apache/batik/anim/values/AnimatableValue;
            4   29     5      by  Lorg/apache/batik/anim/values/AnimatableValue;
    MethodParameters:
        Name  Flags
      target  

  protected short parseType();
    descriptor: ()S
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=2, args_size=1
        start local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
         0: .line 91
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            aconst_null
            ldc "type"
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* typeString */
        start local 1 // java.lang.String typeString
         1: .line 92
            aload 1 /* typeString */
            ldc "translate"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 93
            iconst_2
            ireturn
         3: .line 94
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* typeString */
            ldc "scale"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 95
            iconst_3
            ireturn
         5: .line 96
      StackMap locals:
      StackMap stack:
            aload 1 /* typeString */
            ldc "rotate"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 97
            iconst_4
            ireturn
         7: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* typeString */
            ldc "skewX"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         8: .line 99
            iconst_5
            ireturn
         9: .line 100
      StackMap locals:
      StackMap stack:
            aload 1 /* typeString */
            ldc "skewY"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 101
            bipush 6
            ireturn
        11: .line 103
      StackMap locals:
      StackMap stack:
            new org.apache.batik.bridge.BridgeException
            dup
        12: .line 104
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            ldc "attribute.malformed"
        13: .line 105
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "type"
            aastore
            dup
            iconst_1
            aload 1 /* typeString */
            aastore
        14: .line 103
            invokespecial org.apache.batik.bridge.BridgeException.<init>:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.String typeString
        end local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lorg/apache/batik/bridge/SVGAnimateTransformElementBridge;
            1   15     1  typeString  Ljava/lang/String;

  protected org.apache.batik.anim.values.AnimatableValue parseValue(java.lang.String, short, org.apache.batik.anim.dom.AnimationTarget);
    descriptor: (Ljava/lang/String;SLorg/apache/batik/anim/dom/AnimationTarget;)Lorg/apache/batik/anim/values/AnimatableValue;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=13, args_size=4
        start local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
        start local 1 // java.lang.String s
        start local 2 // short type
        start local 3 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 113
            fconst_0
            fstore 5 /* val2 */
        start local 5 // float val2
         1: fconst_0
            fstore 6 /* val3 */
        start local 6 // float val3
         2: .line 114
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         3: .line 115
            bipush 44
            istore 8 /* c */
        start local 8 // char c
         4: .line 116
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 9 /* len */
        start local 9 // int len
         5: .line 117
            goto 10
         6: .line 118
      StackMap locals: org.apache.batik.bridge.SVGAnimateTransformElementBridge java.lang.String int org.apache.batik.anim.dom.AnimationTarget top float float int int int
      StackMap stack:
            aload 1 /* s */
            iload 7 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* c */
         7: .line 119
            iload 8 /* c */
            bipush 32
            if_icmpeq 11
            iload 8 /* c */
            bipush 44
            if_icmpne 9
         8: .line 120
            goto 11
         9: .line 122
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        10: .line 117
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 9 /* len */
            if_icmplt 6
        11: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            iconst_0
            iload 7 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.Float.parseFloat:(Ljava/lang/String;)F
            fstore 4 /* val1 */
        start local 4 // float val1
        12: .line 125
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 14
        13: .line 126
            iinc 7 /* i */ 1
        14: .line 128
      StackMap locals: org.apache.batik.bridge.SVGAnimateTransformElementBridge java.lang.String int org.apache.batik.anim.dom.AnimationTarget float float float int int int
      StackMap stack:
            iconst_1
            istore 10 /* count */
        start local 10 // int count
        15: .line 129
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 26
            iload 8 /* c */
            bipush 32
            if_icmpne 26
        16: .line 130
            goto 21
        17: .line 131
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            iload 7 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* c */
        18: .line 132
            iload 8 /* c */
            bipush 32
            if_icmpeq 20
        19: .line 133
            goto 22
        20: .line 135
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        21: .line 130
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 9 /* len */
            if_icmplt 17
        22: .line 137
      StackMap locals:
      StackMap stack:
            iload 8 /* c */
            bipush 44
            if_icmpne 26
        23: .line 138
            iinc 7 /* i */ 1
        24: .line 141
            goto 26
        25: .line 142
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        26: .line 141
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 27
            aload 1 /* s */
            iload 7 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 32
            if_icmpeq 25
        27: .line 144
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            istore 11 /* j */
        start local 11 // int j
        28: .line 145
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 68
        29: .line 146
            iload 2 /* type */
            iconst_5
            if_icmpeq 68
        30: .line 147
            iload 2 /* type */
            bipush 6
            if_icmpeq 68
        31: .line 148
            goto 36
        32: .line 149
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            iload 7 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* c */
        33: .line 150
            iload 8 /* c */
            bipush 32
            if_icmpeq 37
            iload 8 /* c */
            bipush 44
            if_icmpne 35
        34: .line 151
            goto 37
        35: .line 153
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        36: .line 148
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 9 /* len */
            if_icmplt 32
        37: .line 155
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            iload 11 /* j */
            iload 7 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.Float.parseFloat:(Ljava/lang/String;)F
            fstore 5 /* val2 */
        38: .line 156
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 40
        39: .line 157
            iinc 7 /* i */ 1
        40: .line 159
      StackMap locals:
      StackMap stack:
            iinc 10 /* count */ 1
        41: .line 160
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 52
            iload 8 /* c */
            bipush 32
            if_icmpne 52
        42: .line 161
            goto 47
        43: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            iload 7 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* c */
        44: .line 163
            iload 8 /* c */
            bipush 32
            if_icmpeq 46
        45: .line 164
            goto 48
        46: .line 166
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        47: .line 161
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 9 /* len */
            if_icmplt 43
        48: .line 168
      StackMap locals:
      StackMap stack:
            iload 8 /* c */
            bipush 44
            if_icmpne 52
        49: .line 169
            iinc 7 /* i */ 1
        50: .line 172
            goto 52
        51: .line 173
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        52: .line 172
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 53
            aload 1 /* s */
            iload 7 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 32
            if_icmpeq 51
        53: .line 175
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            istore 11 /* j */
        54: .line 176
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 68
            iload 2 /* type */
            iconst_4
            if_icmpne 68
        55: .line 177
            goto 60
        56: .line 178
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            iload 7 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 8 /* c */
        57: .line 179
            iload 8 /* c */
            bipush 44
            if_icmpeq 61
            iload 8 /* c */
            bipush 32
            if_icmpne 59
        58: .line 180
            goto 61
        59: .line 182
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        60: .line 177
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 9 /* len */
            if_icmplt 56
        61: .line 184
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            iload 11 /* j */
            iload 7 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic java.lang.Float.parseFloat:(Ljava/lang/String;)F
            fstore 6 /* val3 */
        62: .line 185
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 64
        63: .line 186
            iinc 7 /* i */ 1
        64: .line 188
      StackMap locals:
      StackMap stack:
            iinc 10 /* count */ 1
        65: .line 189
            goto 67
        66: .line 190
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
        67: .line 189
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 9 /* len */
            if_icmpge 68
            aload 1 /* s */
            iload 7 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 32
            if_icmpeq 66
        68: .line 195
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iload 9 /* len */
            if_icmpeq 70
        69: .line 196
            aconst_null
            areturn
        70: .line 199
      StackMap locals:
      StackMap stack:
            new org.apache.batik.dom.svg.SVGOMTransform
            dup
            invokespecial org.apache.batik.dom.svg.SVGOMTransform.<init>:()V
            astore 12 /* t */
        start local 12 // org.apache.batik.dom.svg.SVGOMTransform t
        71: .line 200
            iload 2 /* type */
            tableswitch { // 2 - 6
                    2: 72
                    3: 77
                    4: 82
                    5: 87
                    6: 89
              default: 90
          }
        72: .line 202
      StackMap locals: org.apache.batik.dom.svg.SVGOMTransform
      StackMap stack:
            iload 10 /* count */
            iconst_2
            if_icmpne 75
        73: .line 203
            aload 12 /* t */
            fload 4 /* val1 */
            fload 5 /* val2 */
            invokevirtual org.apache.batik.dom.svg.SVGOMTransform.setTranslate:(FF)V
        74: .line 204
            goto 90
        75: .line 205
      StackMap locals:
      StackMap stack:
            aload 12 /* t */
            fload 4 /* val1 */
            fconst_0
            invokevirtual org.apache.batik.dom.svg.SVGOMTransform.setTranslate:(FF)V
        76: .line 207
            goto 90
        77: .line 209
      StackMap locals:
      StackMap stack:
            iload 10 /* count */
            iconst_2
            if_icmpne 80
        78: .line 210
            aload 12 /* t */
            fload 4 /* val1 */
            fload 5 /* val2 */
            invokevirtual org.apache.batik.dom.svg.SVGOMTransform.setScale:(FF)V
        79: .line 211
            goto 90
        80: .line 212
      StackMap locals:
      StackMap stack:
            aload 12 /* t */
            fload 4 /* val1 */
            fload 4 /* val1 */
            invokevirtual org.apache.batik.dom.svg.SVGOMTransform.setScale:(FF)V
        81: .line 214
            goto 90
        82: .line 216
      StackMap locals:
      StackMap stack:
            iload 10 /* count */
            iconst_3
            if_icmpne 85
        83: .line 217
            aload 12 /* t */
            fload 4 /* val1 */
            fload 5 /* val2 */
            fload 6 /* val3 */
            invokevirtual org.apache.batik.dom.svg.SVGOMTransform.setRotate:(FFF)V
        84: .line 218
            goto 90
        85: .line 219
      StackMap locals:
      StackMap stack:
            aload 12 /* t */
            fload 4 /* val1 */
            fconst_0
            fconst_0
            invokevirtual org.apache.batik.dom.svg.SVGOMTransform.setRotate:(FFF)V
        86: .line 221
            goto 90
        87: .line 223
      StackMap locals:
      StackMap stack:
            aload 12 /* t */
            fload 4 /* val1 */
            invokevirtual org.apache.batik.dom.svg.SVGOMTransform.setSkewX:(F)V
        88: .line 224
            goto 90
        89: .line 226
      StackMap locals:
      StackMap stack:
            aload 12 /* t */
            fload 4 /* val1 */
            invokevirtual org.apache.batik.dom.svg.SVGOMTransform.setSkewY:(F)V
        90: .line 229
      StackMap locals:
      StackMap stack:
            new org.apache.batik.anim.values.AnimatableTransformListValue
            dup
            aload 3 /* target */
            aload 12 /* t */
            invokespecial org.apache.batik.anim.values.AnimatableTransformListValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;Lorg/apache/batik/dom/svg/AbstractSVGTransform;)V
            areturn
        end local 12 // org.apache.batik.dom.svg.SVGOMTransform t
        end local 11 // int j
        end local 10 // int count
        end local 9 // int len
        end local 8 // char c
        end local 7 // int i
        end local 6 // float val3
        end local 5 // float val2
        end local 4 // float val1
        end local 3 // org.apache.batik.anim.dom.AnimationTarget target
        end local 2 // short type
        end local 1 // java.lang.String s
        end local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   91     0    this  Lorg/apache/batik/bridge/SVGAnimateTransformElementBridge;
            0   91     1       s  Ljava/lang/String;
            0   91     2    type  S
            0   91     3  target  Lorg/apache/batik/anim/dom/AnimationTarget;
           12   91     4    val1  F
            1   91     5    val2  F
            2   91     6    val3  F
            3   91     7       i  I
            4   91     8       c  C
            5   91     9     len  I
           15   91    10   count  I
           28   91    11       j  I
           71   91    12       t  Lorg/apache/batik/dom/svg/SVGOMTransform;
    MethodParameters:
        Name  Flags
      s       
      type    
      target  

  protected org.apache.batik.anim.values.AnimatableValue[] parseValues(short, org.apache.batik.anim.dom.AnimationTarget);
    descriptor: (SLorg/apache/batik/anim/dom/AnimationTarget;)[Lorg/apache/batik/anim/values/AnimatableValue;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=12, args_size=3
        start local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
        start local 1 // short type
        start local 2 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 237
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            aconst_null
         1: .line 238
            ldc "values"
         2: .line 237
            invokevirtual org.apache.batik.anim.dom.SVGOMElement.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* valuesString */
        start local 3 // java.lang.String valuesString
         3: .line 239
            aload 3 /* valuesString */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         4: .line 240
            iload 4 /* len */
            ifne 6
         5: .line 241
            aconst_null
            areturn
         6: .line 243
      StackMap locals: java.lang.String int
      StackMap stack:
            new java.util.ArrayList
            dup
            bipush 7
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* values */
        start local 5 // java.util.ArrayList values
         7: .line 244
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         8: iconst_0
            istore 7 /* start */
        start local 7 // int start
         9: .line 246
            goto 32
        10: .line 248
      StackMap locals: java.util.ArrayList int int
      StackMap stack:
            iinc 6 /* i */ 1
        11: .line 249
            iload 6 /* i */
            iload 4 /* len */
            if_icmpne 13
        12: .line 250
            goto 33
        13: .line 247
      StackMap locals:
      StackMap stack:
            aload 3 /* valuesString */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 32
            if_icmpeq 10
        14: .line 253
            iload 6 /* i */
            iinc 6 /* i */ 1
            istore 7 /* start */
        15: .line 254
            iload 6 /* i */
            iload 4 /* len */
            if_icmpge 23
        16: .line 255
            aload 3 /* valuesString */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 9 /* c */
        start local 9 // char c
        17: .line 256
            goto 22
        18: .line 257
      StackMap locals: org.apache.batik.bridge.SVGAnimateTransformElementBridge int org.apache.batik.anim.dom.AnimationTarget java.lang.String int java.util.ArrayList int int top int
      StackMap stack:
            iinc 6 /* i */ 1
        19: .line 258
            iload 6 /* i */
            iload 4 /* len */
            if_icmpne 21
        20: .line 259
            goto 23
        21: .line 261
      StackMap locals:
      StackMap stack:
            aload 3 /* valuesString */
            iload 6 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 9 /* c */
        22: .line 256
      StackMap locals:
      StackMap stack:
            iload 9 /* c */
            bipush 59
            if_icmpne 18
        end local 9 // char c
        23: .line 264
      StackMap locals: org.apache.batik.bridge.SVGAnimateTransformElementBridge int org.apache.batik.anim.dom.AnimationTarget java.lang.String int java.util.ArrayList int int
      StackMap stack:
            iload 6 /* i */
            iinc 6 /* i */ 1
            istore 8 /* end */
        start local 8 // int end
        24: .line 265
            aload 3 /* valuesString */
            iload 7 /* start */
            iload 8 /* end */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 10 /* valueString */
        start local 10 // java.lang.String valueString
        25: .line 266
            aload 0 /* this */
            aload 10 /* valueString */
            iload 1 /* type */
            aload 2 /* target */
            invokevirtual org.apache.batik.bridge.SVGAnimateTransformElementBridge.parseValue:(Ljava/lang/String;SLorg/apache/batik/anim/dom/AnimationTarget;)Lorg/apache/batik/anim/values/AnimatableValue;
            astore 11 /* value */
        start local 11 // org.apache.batik.anim.values.AnimatableValue value
        26: .line 267
            aload 11 /* value */
            ifnonnull 31
        27: .line 268
            new org.apache.batik.bridge.BridgeException
            dup
        28: .line 269
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.ctx:Lorg/apache/batik/bridge/BridgeContext;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateTransformElementBridge.element:Lorg/apache/batik/anim/dom/SVGOMElement;
            ldc "attribute.malformed"
        29: .line 270
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "values"
            aastore
            dup
            iconst_1
            aload 3 /* valuesString */
            aastore
        30: .line 268
            invokespecial org.apache.batik.bridge.BridgeException.<init>:(Lorg/apache/batik/bridge/BridgeContext;Lorg/w3c/dom/Element;Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        31: .line 272
      StackMap locals: org.apache.batik.bridge.SVGAnimateTransformElementBridge int org.apache.batik.anim.dom.AnimationTarget java.lang.String int java.util.ArrayList int int int top java.lang.String org.apache.batik.anim.values.AnimatableValue
      StackMap stack:
            aload 5 /* values */
            aload 11 /* value */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 11 // org.apache.batik.anim.values.AnimatableValue value
        end local 10 // java.lang.String valueString
        end local 8 // int end
        32: .line 246
      StackMap locals: org.apache.batik.bridge.SVGAnimateTransformElementBridge int org.apache.batik.anim.dom.AnimationTarget java.lang.String int java.util.ArrayList int int
      StackMap stack:
            iload 6 /* i */
            iload 4 /* len */
            if_icmplt 13
        33: .line 274
      StackMap locals:
      StackMap stack:
            aload 5 /* values */
            invokevirtual java.util.ArrayList.size:()I
            anewarray org.apache.batik.anim.values.AnimatableValue
            astore 10 /* ret */
        start local 10 // org.apache.batik.anim.values.AnimatableValue[] ret
        34: .line 275
            aload 5 /* values */
            aload 10 /* ret */
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.apache.batik.anim.values.AnimatableValue[]
            areturn
        end local 10 // org.apache.batik.anim.values.AnimatableValue[] ret
        end local 7 // int start
        end local 6 // int i
        end local 5 // java.util.ArrayList values
        end local 4 // int len
        end local 3 // java.lang.String valuesString
        end local 2 // org.apache.batik.anim.dom.AnimationTarget target
        end local 1 // short type
        end local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   35     0          this  Lorg/apache/batik/bridge/SVGAnimateTransformElementBridge;
            0   35     1          type  S
            0   35     2        target  Lorg/apache/batik/anim/dom/AnimationTarget;
            3   35     3  valuesString  Ljava/lang/String;
            4   35     4           len  I
            7   35     5        values  Ljava/util/ArrayList;
            8   35     6             i  I
            9   35     7         start  I
           24   32     8           end  I
           17   23     9             c  C
           25   32    10   valueString  Ljava/lang/String;
           26   32    11         value  Lorg/apache/batik/anim/values/AnimatableValue;
           34   35    10           ret  [Lorg/apache/batik/anim/values/AnimatableValue;
    MethodParameters:
        Name  Flags
      type    
      target  

  protected boolean canAnimateType(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
        start local 1 // int type
         0: .line 284
            iload 1 /* type */
            bipush 9
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int type
        end local 0 // org.apache.batik.bridge.SVGAnimateTransformElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/bridge/SVGAnimateTransformElementBridge;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "SVGAnimateTransformElementBridge.java"