public class org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder implements org.apache.batik.parser.LengthListHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder
  super_class: java.lang.Object
{
  protected org.apache.batik.dom.svg.ListHandler listHandler;
    descriptor: Lorg/apache/batik/dom/svg/ListHandler;
    flags: (0x0004) ACC_PROTECTED

  protected float currentValue;
    descriptor: F
    flags: (0x0004) ACC_PROTECTED

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

  final org.apache.batik.anim.dom.AbstractSVGLengthList this$0;
    descriptor: Lorg/apache/batik/anim/dom/AbstractSVGLengthList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.batik.anim.dom.AbstractSVGLengthList, org.apache.batik.dom.svg.ListHandler);
    descriptor: (Lorg/apache/batik/anim/dom/AbstractSVGLengthList;Lorg/apache/batik/dom/svg/ListHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
        start local 2 // org.apache.batik.dom.svg.ListHandler listHandler
         0: .line 242
            aload 0 /* this */
            aload 1
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.this$0:Lorg/apache/batik/anim/dom/AbstractSVGLengthList;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 243
            aload 0 /* this */
            aload 2 /* listHandler */
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.listHandler:Lorg/apache/batik/dom/svg/ListHandler;
         2: .line 244
            return
        end local 2 // org.apache.batik.dom.svg.ListHandler listHandler
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
            0    3     2  listHandler  Lorg/apache/batik/dom/svg/ListHandler;
    MethodParameters:
             Name  Flags
      this$0       final
      listHandler  

  public void startLengthList();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 250
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.listHandler:Lorg/apache/batik/dom/svg/ListHandler;
            invokeinterface org.apache.batik.dom.svg.ListHandler.startList:()V
         1: .line 251
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void startLength();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 257
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 258
            aload 0 /* this */
            fconst_0
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentValue:F
         2: .line 259
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void lengthValue(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
        start local 1 // float v
         0: .line 265
            aload 0 /* this */
            fload 1 /* v */
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentValue:F
         1: .line 266
            return
        end local 1 // float v
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
            0    2     1     v  F
    Exceptions:
      throws org.apache.batik.parser.ParseException
    MethodParameters:
      Name  Flags
      v     

  public void em();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 272
            aload 0 /* this */
            iconst_3
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 273
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void ex();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 279
            aload 0 /* this */
            iconst_4
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 280
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void in();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 286
            aload 0 /* this */
            bipush 8
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 287
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void cm();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 293
            aload 0 /* this */
            bipush 6
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 294
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void mm();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 300
            aload 0 /* this */
            bipush 7
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 301
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void pc();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 307
            aload 0 /* this */
            bipush 10
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 308
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void pt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 314
            aload 0 /* this */
            iconst_3
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 315
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void px();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 321
            aload 0 /* this */
            iconst_5
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 322
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void percentage();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 328
            aload 0 /* this */
            iconst_2
            putfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
         1: .line 329
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void endLength();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 335
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.listHandler:Lorg/apache/batik/dom/svg/ListHandler;
         1: .line 336
            new org.apache.batik.anim.dom.AbstractSVGLengthList$SVGLengthItem
            dup
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.this$0:Lorg/apache/batik/anim/dom/AbstractSVGLengthList;
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentType:S
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.currentValue:F
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.this$0:Lorg/apache/batik/anim/dom/AbstractSVGLengthList;
            getfield org.apache.batik.anim.dom.AbstractSVGLengthList.direction:S
            invokespecial org.apache.batik.anim.dom.AbstractSVGLengthList$SVGLengthItem.<init>:(Lorg/apache/batik/anim/dom/AbstractSVGLengthList;SFS)V
         2: .line 335
            invokeinterface org.apache.batik.dom.svg.ListHandler.item:(Lorg/apache/batik/dom/svg/SVGItem;)V
         3: .line 337
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException

  public void endLengthList();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
         0: .line 343
            aload 0 /* this */
            getfield org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder.listHandler:Lorg/apache/batik/dom/svg/ListHandler;
            invokeinterface org.apache.batik.dom.svg.ListHandler.endList:()V
         1: .line 344
            return
        end local 0 // org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/anim/dom/AbstractSVGLengthList$LengthListBuilder;
    Exceptions:
      throws org.apache.batik.parser.ParseException
}
SourceFile: "AbstractSVGLengthList.java"
NestHost: org.apache.batik.anim.dom.AbstractSVGLengthList
InnerClasses:
  protected LengthListBuilder = org.apache.batik.anim.dom.AbstractSVGLengthList$LengthListBuilder of org.apache.batik.anim.dom.AbstractSVGLengthList
  protected SVGLengthItem = org.apache.batik.anim.dom.AbstractSVGLengthList$SVGLengthItem of org.apache.batik.anim.dom.AbstractSVGLengthList