public class com.sun.javafx.scene.text.TextLayout$Hit
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.scene.text.TextLayout$Hit
  super_class: java.lang.Object
{
  int charIndex;
    descriptor: I
    flags: (0x0000) 

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

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

  public void <init>(int, int, boolean);
    descriptor: (IIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.javafx.scene.text.TextLayout$Hit this
        start local 1 // int charIndex
        start local 2 // int insertionIndex
        start local 3 // boolean leading
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            iload 1 /* charIndex */
            putfield com.sun.javafx.scene.text.TextLayout$Hit.charIndex:I
         2: .line 85
            aload 0 /* this */
            iload 2 /* insertionIndex */
            putfield com.sun.javafx.scene.text.TextLayout$Hit.insertionIndex:I
         3: .line 86
            aload 0 /* this */
            iload 3 /* leading */
            putfield com.sun.javafx.scene.text.TextLayout$Hit.leading:Z
         4: .line 87
            return
        end local 3 // boolean leading
        end local 2 // int insertionIndex
        end local 1 // int charIndex
        end local 0 // com.sun.javafx.scene.text.TextLayout$Hit this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lcom/sun/javafx/scene/text/TextLayout$Hit;
            0    5     1       charIndex  I
            0    5     2  insertionIndex  I
            0    5     3         leading  Z
    MethodParameters:
                Name  Flags
      charIndex       
      insertionIndex  
      leading         

  public int getCharIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.text.TextLayout$Hit this
         0: .line 89
            aload 0 /* this */
            getfield com.sun.javafx.scene.text.TextLayout$Hit.charIndex:I
            ireturn
        end local 0 // com.sun.javafx.scene.text.TextLayout$Hit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/text/TextLayout$Hit;

  public int getInsertionIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.text.TextLayout$Hit this
         0: .line 90
            aload 0 /* this */
            getfield com.sun.javafx.scene.text.TextLayout$Hit.insertionIndex:I
            ireturn
        end local 0 // com.sun.javafx.scene.text.TextLayout$Hit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/text/TextLayout$Hit;

  public boolean isLeading();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.text.TextLayout$Hit this
         0: .line 91
            aload 0 /* this */
            getfield com.sun.javafx.scene.text.TextLayout$Hit.leading:Z
            ireturn
        end local 0 // com.sun.javafx.scene.text.TextLayout$Hit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/text/TextLayout$Hit;
}
SourceFile: "TextLayout.java"
NestHost: com.sun.javafx.scene.text.TextLayout
InnerClasses:
  public Hit = com.sun.javafx.scene.text.TextLayout$Hit of com.sun.javafx.scene.text.TextLayout