public final class sun.font.CoreMetrics
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.font.CoreMetrics
  super_class: java.lang.Object
{
  public final float ascent;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float descent;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float leading;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float height;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int baselineIndex;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float[] baselineOffsets;
    descriptor: [F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float strikethroughOffset;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float strikethroughThickness;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float underlineOffset;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float underlineThickness;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float ssOffset;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float italicAngle;
    descriptor: F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(float, float, float, float, int, float[], float, float, float, float, float, float);
    descriptor: (FFFFI[FFFFFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=13, args_size=13
        start local 0 // sun.font.CoreMetrics this
        start local 1 // float ascent
        start local 2 // float descent
        start local 3 // float leading
        start local 4 // float height
        start local 5 // int baselineIndex
        start local 6 // float[] baselineOffsets
        start local 7 // float strikethroughOffset
        start local 8 // float strikethroughThickness
        start local 9 // float underlineOffset
        start local 10 // float underlineThickness
        start local 11 // float ssOffset
        start local 12 // float italicAngle
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            fload 1 /* ascent */
            putfield sun.font.CoreMetrics.ascent:F
         2: .line 52
            aload 0 /* this */
            fload 2 /* descent */
            putfield sun.font.CoreMetrics.descent:F
         3: .line 53
            aload 0 /* this */
            fload 3 /* leading */
            putfield sun.font.CoreMetrics.leading:F
         4: .line 54
            aload 0 /* this */
            fload 4 /* height */
            putfield sun.font.CoreMetrics.height:F
         5: .line 55
            aload 0 /* this */
            iload 5 /* baselineIndex */
            putfield sun.font.CoreMetrics.baselineIndex:I
         6: .line 56
            aload 0 /* this */
            aload 6 /* baselineOffsets */
            putfield sun.font.CoreMetrics.baselineOffsets:[F
         7: .line 57
            aload 0 /* this */
            fload 7 /* strikethroughOffset */
            putfield sun.font.CoreMetrics.strikethroughOffset:F
         8: .line 58
            aload 0 /* this */
            fload 8 /* strikethroughThickness */
            putfield sun.font.CoreMetrics.strikethroughThickness:F
         9: .line 59
            aload 0 /* this */
            fload 9 /* underlineOffset */
            putfield sun.font.CoreMetrics.underlineOffset:F
        10: .line 60
            aload 0 /* this */
            fload 10 /* underlineThickness */
            putfield sun.font.CoreMetrics.underlineThickness:F
        11: .line 61
            aload 0 /* this */
            fload 11 /* ssOffset */
            putfield sun.font.CoreMetrics.ssOffset:F
        12: .line 62
            aload 0 /* this */
            fload 12 /* italicAngle */
            putfield sun.font.CoreMetrics.italicAngle:F
        13: .line 63
            return
        end local 12 // float italicAngle
        end local 11 // float ssOffset
        end local 10 // float underlineThickness
        end local 9 // float underlineOffset
        end local 8 // float strikethroughThickness
        end local 7 // float strikethroughOffset
        end local 6 // float[] baselineOffsets
        end local 5 // int baselineIndex
        end local 4 // float height
        end local 3 // float leading
        end local 2 // float descent
        end local 1 // float ascent
        end local 0 // sun.font.CoreMetrics this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   14     0                    this  Lsun/font/CoreMetrics;
            0   14     1                  ascent  F
            0   14     2                 descent  F
            0   14     3                 leading  F
            0   14     4                  height  F
            0   14     5           baselineIndex  I
            0   14     6         baselineOffsets  [F
            0   14     7     strikethroughOffset  F
            0   14     8  strikethroughThickness  F
            0   14     9         underlineOffset  F
            0   14    10      underlineThickness  F
            0   14    11                ssOffset  F
            0   14    12             italicAngle  F
    MethodParameters:
                        Name  Flags
      ascent                  
      descent                 
      leading                 
      height                  
      baselineIndex           
      baselineOffsets         
      strikethroughOffset     
      strikethroughThickness  
      underlineOffset         
      underlineThickness      
      ssOffset                
      italicAngle             

  public static sun.font.CoreMetrics get(java.awt.font.LineMetrics);
    descriptor: (Ljava/awt/font/LineMetrics;)Lsun/font/CoreMetrics;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.font.LineMetrics lm
         0: .line 66
            aload 0 /* lm */
            checkcast sun.font.FontLineMetrics
            getfield sun.font.FontLineMetrics.cm:Lsun/font/CoreMetrics;
            areturn
        end local 0 // java.awt.font.LineMetrics lm
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    lm  Ljava/awt/font/LineMetrics;
    MethodParameters:
      Name  Flags
      lm    

  public final int hashCode();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.CoreMetrics this
         0: .line 70
            aload 0 /* this */
            getfield sun.font.CoreMetrics.ascent:F
            aload 0 /* this */
            getfield sun.font.CoreMetrics.ssOffset:F
            fadd
            invokestatic java.lang.Float.floatToIntBits:(F)I
            ireturn
        end local 0 // sun.font.CoreMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/CoreMetrics;

  public final boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.CoreMetrics this
        start local 1 // java.lang.Object rhs
         0: .line 75
            aload 0 /* this */
            aload 1 /* rhs */
            checkcast sun.font.CoreMetrics
            invokevirtual sun.font.CoreMetrics.equals:(Lsun/font/CoreMetrics;)Z
         1: ireturn
         2: .line 77
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
            pop
         3: .line 78
            iconst_0
            ireturn
        end local 1 // java.lang.Object rhs
        end local 0 // sun.font.CoreMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/font/CoreMetrics;
            0    4     1   rhs  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ClassCastException
    MethodParameters:
      Name  Flags
      rhs   

  public final boolean equals(sun.font.CoreMetrics);
    descriptor: (Lsun/font/CoreMetrics;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.CoreMetrics this
        start local 1 // sun.font.CoreMetrics rhs
         0: .line 83
            aload 1 /* rhs */
            ifnull 18
         1: .line 84
            aload 0 /* this */
            aload 1 /* rhs */
            if_acmpne 3
         2: .line 85
            iconst_1
            ireturn
         3: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.CoreMetrics.ascent:F
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.ascent:F
            fcmpl
            ifne 17
         4: .line 89
            aload 0 /* this */
            getfield sun.font.CoreMetrics.descent:F
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.descent:F
            fcmpl
            ifne 17
         5: .line 90
            aload 0 /* this */
            getfield sun.font.CoreMetrics.leading:F
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.leading:F
            fcmpl
            ifne 17
         6: .line 91
            aload 0 /* this */
            getfield sun.font.CoreMetrics.baselineIndex:I
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.baselineIndex:I
            if_icmpne 17
         7: .line 92
            aload 0 /* this */
            getfield sun.font.CoreMetrics.baselineOffsets:[F
            iconst_0
            faload
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.baselineOffsets:[F
            iconst_0
            faload
            fcmpl
            ifne 17
         8: .line 93
            aload 0 /* this */
            getfield sun.font.CoreMetrics.baselineOffsets:[F
            iconst_1
            faload
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.baselineOffsets:[F
            iconst_1
            faload
            fcmpl
            ifne 17
         9: .line 94
            aload 0 /* this */
            getfield sun.font.CoreMetrics.baselineOffsets:[F
            iconst_2
            faload
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.baselineOffsets:[F
            iconst_2
            faload
            fcmpl
            ifne 17
        10: .line 95
            aload 0 /* this */
            getfield sun.font.CoreMetrics.strikethroughOffset:F
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.strikethroughOffset:F
            fcmpl
            ifne 17
        11: .line 96
            aload 0 /* this */
            getfield sun.font.CoreMetrics.strikethroughThickness:F
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.strikethroughThickness:F
            fcmpl
            ifne 17
        12: .line 97
            aload 0 /* this */
            getfield sun.font.CoreMetrics.underlineOffset:F
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.underlineOffset:F
            fcmpl
            ifne 17
        13: .line 98
            aload 0 /* this */
            getfield sun.font.CoreMetrics.underlineThickness:F
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.underlineThickness:F
            fcmpl
            ifne 17
        14: .line 99
            aload 0 /* this */
            getfield sun.font.CoreMetrics.ssOffset:F
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.ssOffset:F
            fcmpl
            ifne 17
        15: .line 100
            aload 0 /* this */
            getfield sun.font.CoreMetrics.italicAngle:F
            aload 1 /* rhs */
            getfield sun.font.CoreMetrics.italicAngle:F
            fcmpl
            ifne 17
        16: .line 88
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        17: iconst_0
            ireturn
        18: .line 102
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // sun.font.CoreMetrics rhs
        end local 0 // sun.font.CoreMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lsun/font/CoreMetrics;
            0   19     1   rhs  Lsun/font/CoreMetrics;
    MethodParameters:
      Name  Flags
      rhs   

  public final float effectiveBaselineOffset(float[]);
    descriptor: ([F)F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.CoreMetrics this
        start local 1 // float[] fullOffsets
         0: .line 109
            aload 0 /* this */
            getfield sun.font.CoreMetrics.baselineIndex:I
            tableswitch { // -2 - -1
                   -2: 2
                   -1: 1
              default: 3
          }
         1: .line 111
      StackMap locals:
      StackMap stack:
            aload 1 /* fullOffsets */
            iconst_4
            faload
            aload 0 /* this */
            getfield sun.font.CoreMetrics.ascent:F
            fadd
            freturn
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* fullOffsets */
            iconst_3
            faload
            aload 0 /* this */
            getfield sun.font.CoreMetrics.descent:F
            fsub
            freturn
         3: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* fullOffsets */
            aload 0 /* this */
            getfield sun.font.CoreMetrics.baselineIndex:I
            faload
            freturn
        end local 1 // float[] fullOffsets
        end local 0 // sun.font.CoreMetrics this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/font/CoreMetrics;
            0    4     1  fullOffsets  [F
    MethodParameters:
             Name  Flags
      fullOffsets  
}
SourceFile: "CoreMetrics.java"