class java.awt.font.TextLine$4 extends java.awt.font.TextLine$Function
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.awt.font.TextLine$4
  super_class: java.awt.font.TextLine$Function
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.font.TextLine$4 this
         0: .line 521
            aload 0 /* this */
            invokespecial java.awt.font.TextLine$Function.<init>:()V
            return
        end local 0 // java.awt.font.TextLine$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/font/TextLine$4;

  float computeFunction(java.awt.font.TextLine, int, int);
    descriptor: (Ljava/awt/font/TextLine;II)F
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.awt.font.TextLine$4 this
        start local 1 // java.awt.font.TextLine line
        start local 2 // int componentIndex
        start local 3 // int indexInArray
         0: .line 527
            aload 1 /* line */
            getfield java.awt.font.TextLine.fComponents:[Lsun/font/TextLineComponent;
            iload 2 /* componentIndex */
            aaload
            astore 4 /* tlc */
        start local 4 // sun.font.TextLineComponent tlc
         1: .line 528
            aload 4 /* tlc */
            iload 3 /* indexInArray */
            invokeinterface sun.font.TextLineComponent.getCharY:(I)F
            fstore 5 /* charPos */
        start local 5 // float charPos
         2: .line 533
            fload 5 /* charPos */
            aload 1 /* line */
            iload 2 /* componentIndex */
            invokevirtual java.awt.font.TextLine.getComponentShift:(I)F
            fadd
            freturn
        end local 5 // float charPos
        end local 4 // sun.font.TextLineComponent tlc
        end local 3 // int indexInArray
        end local 2 // int componentIndex
        end local 1 // java.awt.font.TextLine line
        end local 0 // java.awt.font.TextLine$4 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Ljava/awt/font/TextLine$4;
            0    3     1            line  Ljava/awt/font/TextLine;
            0    3     2  componentIndex  I
            0    3     3    indexInArray  I
            1    3     4             tlc  Lsun/font/TextLineComponent;
            2    3     5         charPos  F
    MethodParameters:
                Name  Flags
      line            
      componentIndex  
      indexInArray    
}
SourceFile: "TextLine.java"
EnclosingMethod: java.awt.font.TextLine
NestHost: java.awt.font.TextLine
InnerClasses:
  java.awt.font.TextLine$4
  private abstract Function = java.awt.font.TextLine$Function of java.awt.font.TextLine