public class org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory implements org.apache.batik.bridge.SVGAnimationEngine$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory
  super_class: java.lang.Object
{
  protected org.apache.batik.parser.PathParser parser;
    descriptor: Lorg/apache/batik/parser/PathParser;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.parser.PathArrayProducer producer;
    descriptor: Lorg/apache/batik/parser/PathArrayProducer;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory this
         0: .line 1661
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1651
            aload 0 /* this */
            new org.apache.batik.parser.PathParser
            dup
            invokespecial org.apache.batik.parser.PathParser.<init>:()V
            putfield org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory.parser:Lorg/apache/batik/parser/PathParser;
         2: .line 1656
            aload 0 /* this */
            new org.apache.batik.parser.PathArrayProducer
            dup
            invokespecial org.apache.batik.parser.PathArrayProducer.<init>:()V
            putfield org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory.producer:Lorg/apache/batik/parser/PathArrayProducer;
         3: .line 1662
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory.parser:Lorg/apache/batik/parser/PathParser;
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory.producer:Lorg/apache/batik/parser/PathArrayProducer;
            invokevirtual org.apache.batik.parser.PathParser.setPathHandler:(Lorg/apache/batik/parser/PathHandler;)V
         4: .line 1663
            return
        end local 0 // org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/bridge/SVGAnimationEngine$AnimatablePathDataFactory;

  public org.apache.batik.anim.values.AnimatableValue createValue(org.apache.batik.anim.dom.AnimationTarget, java.lang.String, java.lang.String, boolean, java.lang.String);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;Ljava/lang/String;Ljava/lang/String;ZLjava/lang/String;)Lorg/apache/batik/anim/values/AnimatableValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // java.lang.String ns
        start local 3 // java.lang.String ln
        start local 4 // boolean isCSS
        start local 5 // java.lang.String s
         0: .line 1671
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory.parser:Lorg/apache/batik/parser/PathParser;
            aload 5 /* s */
            invokevirtual org.apache.batik.parser.PathParser.parse:(Ljava/lang/String;)V
         1: .line 1672
            new org.apache.batik.anim.values.AnimatablePathDataValue
            dup
         2: .line 1673
            aload 1 /* target */
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory.producer:Lorg/apache/batik/parser/PathArrayProducer;
            invokevirtual org.apache.batik.parser.PathArrayProducer.getPathCommands:()[S
         3: .line 1674
            aload 0 /* this */
            getfield org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory.producer:Lorg/apache/batik/parser/PathArrayProducer;
            invokevirtual org.apache.batik.parser.PathArrayProducer.getPathParameters:()[F
         4: .line 1672
            invokespecial org.apache.batik.anim.values.AnimatablePathDataValue.<init>:(Lorg/apache/batik/anim/dom/AnimationTarget;[S[F)V
         5: areturn
         6: .line 1675
      StackMap locals:
      StackMap stack: org.apache.batik.parser.ParseException
            pop
         7: .line 1677
            aconst_null
            areturn
        end local 5 // java.lang.String s
        end local 4 // boolean isCSS
        end local 3 // java.lang.String ln
        end local 2 // java.lang.String ns
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/batik/bridge/SVGAnimationEngine$AnimatablePathDataFactory;
            0    8     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
            0    8     2      ns  Ljava/lang/String;
            0    8     3      ln  Ljava/lang/String;
            0    8     4   isCSS  Z
            0    8     5       s  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     5       6  Class org.apache.batik.parser.ParseException
    MethodParameters:
        Name  Flags
      target  
      ns      
      ln      
      isCSS   
      s       

  public org.apache.batik.anim.values.AnimatableValue createValue(org.apache.batik.anim.dom.AnimationTarget, java.lang.String, org.apache.batik.css.engine.value.Value);
    descriptor: (Lorg/apache/batik/anim/dom/AnimationTarget;Ljava/lang/String;Lorg/apache/batik/css/engine/value/Value;)Lorg/apache/batik/anim/values/AnimatableValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory this
        start local 1 // org.apache.batik.anim.dom.AnimationTarget target
        start local 2 // java.lang.String pn
        start local 3 // org.apache.batik.css.engine.value.Value v
         0: .line 1687
            aconst_null
            areturn
        end local 3 // org.apache.batik.css.engine.value.Value v
        end local 2 // java.lang.String pn
        end local 1 // org.apache.batik.anim.dom.AnimationTarget target
        end local 0 // org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/batik/bridge/SVGAnimationEngine$AnimatablePathDataFactory;
            0    1     1  target  Lorg/apache/batik/anim/dom/AnimationTarget;
            0    1     2      pn  Ljava/lang/String;
            0    1     3       v  Lorg/apache/batik/css/engine/value/Value;
    MethodParameters:
        Name  Flags
      target  
      pn      
      v       
}
SourceFile: "SVGAnimationEngine.java"
NestHost: org.apache.batik.bridge.SVGAnimationEngine
InnerClasses:
  protected AnimatablePathDataFactory = org.apache.batik.bridge.SVGAnimationEngine$AnimatablePathDataFactory of org.apache.batik.bridge.SVGAnimationEngine
  protected abstract Factory = org.apache.batik.bridge.SVGAnimationEngine$Factory of org.apache.batik.bridge.SVGAnimationEngine