class java.awt.font.TextLine$3 extends java.awt.font.TextLine$Function
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.awt.font.TextLine$3
  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$3 this
         0: .line 509
            aload 0 /* this */
            invokespecial java.awt.font.TextLine$Function.<init>:()V
            return
        end local 0 // java.awt.font.TextLine$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/font/TextLine$3;

  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$3 this
        start local 1 // java.awt.font.TextLine line
        start local 2 // int componentIndex
        start local 3 // int indexInArray
         0: .line 515
            aload 1 /* line */
            iload 2 /* componentIndex */
            invokevirtual java.awt.font.TextLine.getComponentVisualIndex:(I)I
            istore 4 /* vi */
        start local 4 // int vi
         1: .line 516
            aload 1 /* line */
            getfield java.awt.font.TextLine.fComponents:[Lsun/font/TextLineComponent;
            iload 2 /* componentIndex */
            aaload
            astore 5 /* tlc */
        start local 5 // sun.font.TextLineComponent tlc
         2: .line 517
            aload 1 /* line */
            getfield java.awt.font.TextLine.locs:[F
            iload 4 /* vi */
            iconst_2
            imul
            faload
            aload 5 /* tlc */
            iload 3 /* indexInArray */
            invokeinterface sun.font.TextLineComponent.getCharX:(I)F
            fadd
            freturn
        end local 5 // sun.font.TextLineComponent tlc
        end local 4 // int vi
        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$3 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Ljava/awt/font/TextLine$3;
            0    3     1            line  Ljava/awt/font/TextLine;
            0    3     2  componentIndex  I
            0    3     3    indexInArray  I
            1    3     4              vi  I
            2    3     5             tlc  Lsun/font/TextLineComponent;
    MethodParameters:
                Name  Flags
      line            
      componentIndex  
      indexInArray    
}
SourceFile: "TextLine.java"
EnclosingMethod: java.awt.font.TextLine
NestHost: java.awt.font.TextLine
InnerClasses:
  java.awt.font.TextLine$3
  private abstract Function = java.awt.font.TextLine$Function of java.awt.font.TextLine