class com.sun.javafx.geom.Path2D$SVGParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.geom.Path2D$SVGParser
  super_class: java.lang.Object
{
  final java.lang.String svgpath;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final int len;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  int pos;
    descriptor: I
    flags: (0x0000) 

  boolean allowcomma;
    descriptor: Z
    flags: (0x0000) 

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
        start local 1 // java.lang.String svgpath
         0: .line 1650
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1651
            aload 0 /* this */
            aload 1 /* svgpath */
            putfield com.sun.javafx.geom.Path2D$SVGParser.svgpath:Ljava/lang/String;
         2: .line 1652
            aload 0 /* this */
            aload 1 /* svgpath */
            invokevirtual java.lang.String.length:()I
            putfield com.sun.javafx.geom.Path2D$SVGParser.len:I
         3: .line 1653
            return
        end local 1 // java.lang.String svgpath
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/javafx/geom/Path2D$SVGParser;
            0    4     1  svgpath  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      svgpath  

  public boolean isDone();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
         0: .line 1656
            aload 0 /* this */
            invokevirtual com.sun.javafx.geom.Path2D$SVGParser.toNextNonWsp:()I
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.len:I
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/geom/Path2D$SVGParser;

  public char getChar();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
         0: .line 1660
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.svgpath:Ljava/lang/String;
            aload 0 /* this */
            dup
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/geom/Path2D$SVGParser;

  public boolean nextIsNumber();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
         0: .line 1664
            aload 0 /* this */
            invokevirtual com.sun.javafx.geom.Path2D$SVGParser.toNextNonWsp:()I
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.len:I
            if_icmpge 3
         1: .line 1665
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.svgpath:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            invokevirtual java.lang.String.charAt:(I)C
            tableswitch { // 43 - 57
                   43: 2
                   44: 3
                   45: 2
                   46: 2
                   47: 3
                   48: 2
                   49: 2
                   50: 2
                   51: 2
                   52: 2
                   53: 2
                   54: 2
                   55: 2
                   56: 2
                   57: 2
              default: 3
          }
         2: .line 1671
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 1674
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/geom/Path2D$SVGParser;

  public float f();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
         0: .line 1678
            aload 0 /* this */
            invokevirtual com.sun.javafx.geom.Path2D$SVGParser.getFloat:()F
            freturn
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/geom/Path2D$SVGParser;

  public float a();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
         0: .line 1682
            aload 0 /* this */
            invokevirtual com.sun.javafx.geom.Path2D$SVGParser.getFloat:()F
            f2d
            invokestatic java.lang.Math.toRadians:(D)D
            d2f
            freturn
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/geom/Path2D$SVGParser;

  public float getFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
         0: .line 1686
            aload 0 /* this */
            invokevirtual com.sun.javafx.geom.Path2D$SVGParser.toNextNonWsp:()I
            istore 1 /* start */
        start local 1 // int start
         1: .line 1687
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.geom.Path2D$SVGParser.allowcomma:Z
         2: .line 1688
            aload 0 /* this */
            invokevirtual com.sun.javafx.geom.Path2D$SVGParser.toNumberEnd:()I
            istore 2 /* end */
        start local 2 // int end
         3: .line 1689
            iload 1 /* start */
            iload 2 /* end */
            if_icmpge 11
         4: .line 1690
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.svgpath:Ljava/lang/String;
            iload 1 /* start */
            iload 2 /* end */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 3 /* flstr */
        start local 3 // java.lang.String flstr
         5: .line 1692
            aload 3 /* flstr */
            invokestatic java.lang.Float.parseFloat:(Ljava/lang/String;)F
         6: freturn
         7: .line 1693
      StackMap locals: com.sun.javafx.geom.Path2D$SVGParser int int java.lang.String
      StackMap stack: java.lang.NumberFormatException
            pop
         8: .line 1695
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid float ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* flstr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         9: .line 1696
            ldc ") in path at pos="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* start */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 1695
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // java.lang.String flstr
        11: .line 1698
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "end of path looking for float"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int end
        end local 1 // int start
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lcom/sun/javafx/geom/Path2D$SVGParser;
            1   12     1  start  I
            3   12     2    end  I
            5   11     3  flstr  Ljava/lang/String;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.NumberFormatException

  public boolean b();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
         0: .line 1702
            aload 0 /* this */
            invokevirtual com.sun.javafx.geom.Path2D$SVGParser.toNextNonWsp:()I
            pop
         1: .line 1703
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.geom.Path2D$SVGParser.allowcomma:Z
         2: .line 1704
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.len:I
            if_icmpge 10
         3: .line 1705
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.svgpath:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            invokevirtual java.lang.String.charAt:(I)C
            istore 1 /* flag */
        start local 1 // char flag
         4: .line 1706
            iload 1 /* flag */
            tableswitch { // 48 - 49
                   48: 5
                   49: 6
              default: 7
          }
         5: .line 1707
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            iconst_1
            iadd
            putfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            iconst_0
            ireturn
         6: .line 1708
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            iconst_1
            iadd
            putfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            iconst_1
            ireturn
         7: .line 1710
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid boolean flag ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* flag */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         8: .line 1711
            ldc ") in path at pos="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 1710
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // char flag
        10: .line 1713
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "end of path looking for boolean"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/javafx/geom/Path2D$SVGParser;
            4   10     1  flag  C

  private int toNextNonWsp();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
         0: .line 1717
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.allowcomma:Z
            istore 1 /* canbecomma */
        start local 1 // boolean canbecomma
         1: .line 1718
            goto 10
         2: .line 1719
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.svgpath:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 5
                    9: 7
                   10: 7
                   13: 7
                   32: 7
                   44: 3
              default: 8
          }
         3: .line 1721
      StackMap locals:
      StackMap stack:
            iload 1 /* canbecomma */
            ifne 5
         4: .line 1722
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            ireturn
         5: .line 1724
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* canbecomma */
         6: .line 1725
            goto 9
         7: .line 1730
      StackMap locals:
      StackMap stack:
            goto 9
         8: .line 1732
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            ireturn
         9: .line 1734
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            iconst_1
            iadd
            putfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
        10: .line 1718
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.len:I
            if_icmplt 2
        11: .line 1736
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            ireturn
        end local 1 // boolean canbecomma
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lcom/sun/javafx/geom/Path2D$SVGParser;
            1   12     1  canbecomma  Z

  private int toNumberEnd();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.javafx.geom.Path2D$SVGParser this
         0: .line 1740
            iconst_1
            istore 1 /* allowsign */
        start local 1 // boolean allowsign
         1: .line 1741
            iconst_0
            istore 2 /* hasexp */
        start local 2 // boolean hasexp
         2: .line 1742
            iconst_0
            istore 3 /* hasdecimal */
        start local 3 // boolean hasdecimal
         3: .line 1743
            goto 20
         4: .line 1744
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.svgpath:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 15
                   43: 5
                   45: 5
                   46: 13
                   48: 8
                   49: 8
                   50: 8
                   51: 8
                   52: 8
                   53: 8
                   54: 8
                   55: 8
                   56: 8
                   57: 8
                   69: 10
                  101: 10
              default: 18
          }
         5: .line 1747
      StackMap locals:
      StackMap stack:
            iload 1 /* allowsign */
            ifne 6
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            ireturn
         6: .line 1748
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* allowsign */
         7: .line 1749
            goto 19
         8: .line 1752
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* allowsign */
         9: .line 1753
            goto 19
        10: .line 1755
      StackMap locals:
      StackMap stack:
            iload 2 /* hasexp */
            ifeq 11
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            ireturn
        11: .line 1756
      StackMap locals:
      StackMap stack:
            iconst_1
            dup
            istore 1 /* allowsign */
            istore 2 /* hasexp */
        12: .line 1757
            goto 19
        13: .line 1759
      StackMap locals:
      StackMap stack:
            iload 2 /* hasexp */
            ifne 14
            iload 3 /* hasdecimal */
            ifeq 15
      StackMap locals:
      StackMap stack:
        14: aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            ireturn
        15: .line 1760
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* hasdecimal */
        16: .line 1761
            iconst_0
            istore 1 /* allowsign */
        17: .line 1762
            goto 19
        18: .line 1764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            ireturn
        19: .line 1766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            iconst_1
            iadd
            putfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
        20: .line 1743
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.len:I
            if_icmplt 4
        21: .line 1768
            aload 0 /* this */
            getfield com.sun.javafx.geom.Path2D$SVGParser.pos:I
            ireturn
        end local 3 // boolean hasdecimal
        end local 2 // boolean hasexp
        end local 1 // boolean allowsign
        end local 0 // com.sun.javafx.geom.Path2D$SVGParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Lcom/sun/javafx/geom/Path2D$SVGParser;
            1   22     1   allowsign  Z
            2   22     2      hasexp  Z
            3   22     3  hasdecimal  Z
}
SourceFile: "Path2D.java"
NestHost: com.sun.javafx.geom.Path2D
InnerClasses:
  SVGParser = com.sun.javafx.geom.Path2D$SVGParser of com.sun.javafx.geom.Path2D