class sun.font.LayoutPathImpl$SegmentPath$Segment
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.LayoutPathImpl$SegmentPath$Segment
  super_class: java.lang.Object
{
  final int ix;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final double ux;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  final double uy;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  final sun.font.LayoutPathImpl$SegmentPath$LineInfo temp;
    descriptor: Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
    flags: (0x0010) ACC_FINAL

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

  double cx;
    descriptor: D
    flags: (0x0000) 

  double cy;
    descriptor: D
    flags: (0x0000) 

  java.awt.geom.GeneralPath gp;
    descriptor: Ljava/awt/geom/GeneralPath;
    flags: (0x0000) 

  final sun.font.LayoutPathImpl$SegmentPath this$1;
    descriptor: Lsun/font/LayoutPathImpl$SegmentPath;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.font.LayoutPathImpl$SegmentPath, int);
    descriptor: (Lsun/font/LayoutPathImpl$SegmentPath;I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
        start local 2 // int ix
         0: .line 765
            aload 0 /* this */
            aload 1
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.this$1:Lsun/font/LayoutPathImpl$SegmentPath;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 766
            aload 0 /* this */
            iload 2 /* ix */
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.ix:I
         2: .line 767
            aload 1
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            iload 2 /* ix */
            iconst_2
            iadd
            daload
            aload 1
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            iload 2 /* ix */
            iconst_1
            isub
            daload
            dsub
            dstore 3 /* len */
        start local 3 // double len
         3: .line 768
            aload 0 /* this */
            aload 1
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            iload 2 /* ix */
            daload
            aload 1
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            iload 2 /* ix */
            iconst_3
            isub
            daload
            dsub
            dload 3 /* len */
            ddiv
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.ux:D
         4: .line 769
            aload 0 /* this */
            aload 1
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            iload 2 /* ix */
            iconst_1
            iadd
            daload
            aload 1
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            iload 2 /* ix */
            iconst_2
            isub
            daload
            dsub
            dload 3 /* len */
            ddiv
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.uy:D
         5: .line 770
            aload 0 /* this */
            new sun.font.LayoutPathImpl$SegmentPath$LineInfo
            dup
            aload 1
            invokespecial sun.font.LayoutPathImpl$SegmentPath$LineInfo.<init>:(Lsun/font/LayoutPathImpl$SegmentPath;)V
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
         6: .line 771
            return
        end local 3 // double len
        end local 2 // int ix
        end local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/font/LayoutPathImpl$SegmentPath$Segment;
            0    7     2    ix  I
            3    7     3   len  D
    MethodParameters:
        Name  Flags
      this$0  final
      ix      

  void init();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
         0: .line 775
            aload 0 /* this */
            iconst_1
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.broken:Z
         1: .line 776
            aload 0 /* this */
            aload 0 /* this */
            ldc 4.9E-324
            dup2_x1
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.cy:D
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.cx:D
         2: .line 777
            aload 0 /* this */
            new java.awt.geom.GeneralPath
            dup
            invokespecial java.awt.geom.GeneralPath.<init>:()V
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.gp:Ljava/awt/geom/GeneralPath;
         3: .line 778
            return
        end local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/font/LayoutPathImpl$SegmentPath$Segment;

  void move();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
         0: .line 782
            aload 0 /* this */
            iconst_1
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.broken:Z
         1: .line 783
            return
        end local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/font/LayoutPathImpl$SegmentPath$Segment;

  void close();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
         0: .line 786
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.broken:Z
            ifne 2
         1: .line 788
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.gp:Ljava/awt/geom/GeneralPath;
            invokevirtual java.awt.geom.GeneralPath.closePath:()V
         2: .line 790
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/LayoutPathImpl$SegmentPath$Segment;

  void line(sun.font.LayoutPathImpl$SegmentPath$LineInfo);
    descriptor: (Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
        start local 1 // sun.font.LayoutPathImpl$SegmentPath$LineInfo li
         0: .line 795
            aload 1 /* li */
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ix:I
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            invokevirtual sun.font.LayoutPathImpl$SegmentPath$LineInfo.pin:(ILsun/font/LayoutPathImpl$SegmentPath$LineInfo;)Z
            ifeq 16
         1: .line 798
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            dup
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.sx:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.this$1:Lsun/font/LayoutPathImpl$SegmentPath;
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ix:I
            iconst_1
            isub
            daload
            dsub
            putfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.sx:D
         2: .line 799
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.this$1:Lsun/font/LayoutPathImpl$SegmentPath;
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ix:I
            iconst_3
            isub
            daload
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.sx:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ux:D
            dmul
            dadd
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.sy:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.uy:D
            dmul
            dsub
            dstore 2 /* sx */
        start local 2 // double sx
         3: .line 800
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.this$1:Lsun/font/LayoutPathImpl$SegmentPath;
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ix:I
            iconst_2
            isub
            daload
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.sx:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.uy:D
            dmul
            dadd
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.sy:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ux:D
            dmul
            dadd
            dstore 4 /* sy */
        start local 4 // double sy
         4: .line 801
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            dup
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.lx:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.this$1:Lsun/font/LayoutPathImpl$SegmentPath;
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ix:I
            iconst_1
            isub
            daload
            dsub
            putfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.lx:D
         5: .line 802
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.this$1:Lsun/font/LayoutPathImpl$SegmentPath;
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ix:I
            iconst_3
            isub
            daload
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.lx:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ux:D
            dmul
            dadd
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.ly:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.uy:D
            dmul
            dsub
            dstore 6 /* lx */
        start local 6 // double lx
         6: .line 803
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.this$1:Lsun/font/LayoutPathImpl$SegmentPath;
            getfield sun.font.LayoutPathImpl$SegmentPath.data:[D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ix:I
            iconst_2
            isub
            daload
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.lx:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.uy:D
            dmul
            dadd
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.temp:Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            getfield sun.font.LayoutPathImpl$SegmentPath$LineInfo.ly:D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.ux:D
            dmul
            dadd
            dstore 8 /* ly */
        start local 8 // double ly
         7: .line 807
            dload 2 /* sx */
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.cx:D
            dcmpl
            ifne 8
            dload 4 /* sy */
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.cy:D
            dcmpl
            ifeq 12
         8: .line 808
      StackMap locals: sun.font.LayoutPathImpl$SegmentPath$Segment sun.font.LayoutPathImpl$SegmentPath$LineInfo double double double double
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.broken:Z
            ifeq 11
         9: .line 810
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.gp:Ljava/awt/geom/GeneralPath;
            dload 2 /* sx */
            d2f
            dload 4 /* sy */
            d2f
            invokevirtual java.awt.geom.GeneralPath.moveTo:(FF)V
        10: .line 811
            goto 12
        11: .line 813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.gp:Ljava/awt/geom/GeneralPath;
            dload 2 /* sx */
            d2f
            dload 4 /* sy */
            d2f
            invokevirtual java.awt.geom.GeneralPath.lineTo:(FF)V
        12: .line 817
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPath$Segment.gp:Ljava/awt/geom/GeneralPath;
            dload 6 /* lx */
            d2f
            dload 8 /* ly */
            d2f
            invokevirtual java.awt.geom.GeneralPath.lineTo:(FF)V
        13: .line 819
            aload 0 /* this */
            iconst_0
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.broken:Z
        14: .line 820
            aload 0 /* this */
            dload 6 /* lx */
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.cx:D
        15: .line 821
            aload 0 /* this */
            dload 8 /* ly */
            putfield sun.font.LayoutPathImpl$SegmentPath$Segment.cy:D
        end local 8 // double ly
        end local 6 // double lx
        end local 4 // double sy
        end local 2 // double sx
        16: .line 823
      StackMap locals: sun.font.LayoutPathImpl$SegmentPath$Segment sun.font.LayoutPathImpl$SegmentPath$LineInfo
      StackMap stack:
            return
        end local 1 // sun.font.LayoutPathImpl$SegmentPath$LineInfo li
        end local 0 // sun.font.LayoutPathImpl$SegmentPath$Segment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lsun/font/LayoutPathImpl$SegmentPath$Segment;
            0   17     1    li  Lsun/font/LayoutPathImpl$SegmentPath$LineInfo;
            3   16     2    sx  D
            4   16     4    sy  D
            6   16     6    lx  D
            7   16     8    ly  D
    MethodParameters:
      Name  Flags
      li    
}
SourceFile: "LayoutPathImpl.java"
NestHost: sun.font.LayoutPathImpl
InnerClasses:
  public final SegmentPath = sun.font.LayoutPathImpl$SegmentPath of sun.font.LayoutPathImpl
  LineInfo = sun.font.LayoutPathImpl$SegmentPath$LineInfo of sun.font.LayoutPathImpl$SegmentPath
  Segment = sun.font.LayoutPathImpl$SegmentPath$Segment of sun.font.LayoutPathImpl$SegmentPath