public class org.apache.batik.bridge.SVGAnimateColorElementBridge 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.SVGAnimateColorElementBridge
  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.SVGAnimateColorElementBridge this
         0: .line 35
            aload 0 /* this */
            invokespecial org.apache.batik.bridge.SVGAnimateElementBridge.<init>:()V
            return
        end local 0 // org.apache.batik.bridge.SVGAnimateColorElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGAnimateColorElementBridge;

  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.SVGAnimateColorElementBridge this
         0: .line 41
            ldc "animateColor"
            areturn
        end local 0 // org.apache.batik.bridge.SVGAnimateColorElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGAnimateColorElementBridge;

  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.SVGAnimateColorElementBridge this
         0: .line 48
            new org.apache.batik.bridge.SVGAnimateColorElementBridge
            dup
            invokespecial org.apache.batik.bridge.SVGAnimateColorElementBridge.<init>:()V
            areturn
        end local 0 // org.apache.batik.bridge.SVGAnimateColorElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/SVGAnimateColorElementBridge;

  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=13, locals=5, args_size=2
        start local 0 // org.apache.batik.bridge.SVGAnimateColorElementBridge this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
         0: .line 55
            aload 0 /* this */
            ldc "from"
            invokevirtual org.apache.batik.bridge.SVGAnimateColorElementBridge.parseAnimatableValue:(Ljava/lang/String;)Lorg/apache/batik/anim/values/AnimatableValue;
            astore 2 /* from */
        start local 2 // org.apache.batik.anim.values.AnimatableValue from
         1: .line 56
            aload 0 /* this */
            ldc "to"
            invokevirtual org.apache.batik.bridge.SVGAnimateColorElementBridge.parseAnimatableValue:(Ljava/lang/String;)Lorg/apache/batik/anim/values/AnimatableValue;
            astore 3 /* to */
        start local 3 // org.apache.batik.anim.values.AnimatableValue to
         2: .line 57
            aload 0 /* this */
            ldc "by"
            invokevirtual org.apache.batik.bridge.SVGAnimateColorElementBridge.parseAnimatableValue:(Ljava/lang/String;)Lorg/apache/batik/anim/values/AnimatableValue;
            astore 4 /* by */
        start local 4 // org.apache.batik.anim.values.AnimatableValue by
         3: .line 58
            new org.apache.batik.anim.ColorAnimation
            dup
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimateColorElementBridge.timedElement:Lorg/apache/batik/anim/timing/TimedElement;
         4: .line 59
            aload 0 /* this */
         5: .line 60
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateColorElementBridge.parseCalcMode:()I
         6: .line 61
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateColorElementBridge.parseKeyTimes:()[F
         7: .line 62
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateColorElementBridge.parseKeySplines:()[F
         8: .line 63
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateColorElementBridge.parseAdditive:()Z
         9: .line 64
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateColorElementBridge.parseAccumulate:()Z
        10: .line 65
            aload 0 /* this */
            invokevirtual org.apache.batik.bridge.SVGAnimateColorElementBridge.parseValues:()[Lorg/apache/batik/anim/values/AnimatableValue;
        11: .line 66
            aload 2 /* from */
        12: .line 67
            aload 3 /* to */
        13: .line 68
            aload 4 /* by */
        14: .line 58
            invokespecial org.apache.batik.anim.ColorAnimation.<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;)V
            areturn
        end local 4 // org.apache.batik.anim.values.AnimatableValue by
        end local 3 // org.apache.batik.anim.values.AnimatableValue to
        end local 2 // org.apache.batik.anim.values.AnimatableValue from
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.bridge.SVGAnimateColorElementBridge this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lorg/apache/batik/bridge/SVGAnimateColorElementBridge;
            0   15     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
            1   15     2    from  Lorg/apache/batik/anim/values/AnimatableValue;
            2   15     3      to  Lorg/apache/batik/anim/values/AnimatableValue;
            3   15     4      by  Lorg/apache/batik/anim/values/AnimatableValue;
    MethodParameters:
        Name  Flags
      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.SVGAnimateColorElementBridge this
        start local 1 // int type
         0: .line 77
            iload 1 /* type */
            bipush 6
            if_icmpeq 1
            iload 1 /* type */
            bipush 7
            if_icmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // int type
        end local 0 // org.apache.batik.bridge.SVGAnimateColorElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/bridge/SVGAnimateColorElementBridge;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  protected boolean checkValueType(org.apache.batik.anim.values.AnimatableValue);
    descriptor: (Lorg/apache/batik/anim/values/AnimatableValue;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.SVGAnimateColorElementBridge this
        start local 1 // org.apache.batik.anim.values.AnimatableValue v
         0: .line 85
            aload 1 /* v */
            instanceof org.apache.batik.anim.values.AnimatablePaintValue
            ifeq 5
         1: .line 86
            aload 1 /* v */
            checkcast org.apache.batik.anim.values.AnimatablePaintValue
            invokevirtual org.apache.batik.anim.values.AnimatablePaintValue.getPaintType:()I
         2: .line 87
            iconst_2
         3: .line 86
            if_icmpne 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
         5: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* v */
            instanceof org.apache.batik.anim.values.AnimatableColorValue
            ireturn
        end local 1 // org.apache.batik.anim.values.AnimatableValue v
        end local 0 // org.apache.batik.bridge.SVGAnimateColorElementBridge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/bridge/SVGAnimateColorElementBridge;
            0    6     1     v  Lorg/apache/batik/anim/values/AnimatableValue;
    MethodParameters:
      Name  Flags
      v     
}
SourceFile: "SVGAnimateColorElementBridge.java"