public final class com.sun.webkit.graphics.WCTextRunImpl implements com.sun.webkit.graphics.WCTextRun
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.graphics.WCTextRunImpl
  super_class: java.lang.Object
{
  private final com.sun.javafx.text.TextRun run;
    descriptor: Lcom/sun/javafx/text/TextRun;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static float[] POS_AND_ADVANCE;
    descriptor: [F
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 54
            iconst_4
            newarray 6
            putstatic com.sun.webkit.graphics.WCTextRunImpl.POS_AND_ADVANCE:[F
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.sun.javafx.scene.text.GlyphList);
    descriptor: (Lcom/sun/javafx/scene/text/GlyphList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.graphics.WCTextRunImpl this
        start local 1 // com.sun.javafx.scene.text.GlyphList run
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* run */
            checkcast com.sun.javafx.text.TextRun
            putfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
         2: .line 36
            return
        end local 1 // com.sun.javafx.scene.text.GlyphList run
        end local 0 // com.sun.webkit.graphics.WCTextRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/webkit/graphics/WCTextRunImpl;
            0    3     1   run  Lcom/sun/javafx/scene/text/GlyphList;
    MethodParameters:
      Name  Flags
      run   

  public int getGlyphCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.WCTextRunImpl this
         0: .line 40
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            invokevirtual com.sun.javafx.text.TextRun.getGlyphCount:()I
            ireturn
        end local 0 // com.sun.webkit.graphics.WCTextRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/WCTextRunImpl;

  public boolean isLeftToRight();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.WCTextRunImpl this
         0: .line 45
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            invokevirtual com.sun.javafx.text.TextRun.isLeftToRight:()Z
            ireturn
        end local 0 // com.sun.webkit.graphics.WCTextRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/WCTextRunImpl;

  public int getGlyph(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.graphics.WCTextRunImpl this
        start local 1 // int index
         0: .line 50
            iload 1 /* index */
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            invokevirtual com.sun.javafx.text.TextRun.getGlyphCount:()I
            if_icmpge 1
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            iload 1 /* index */
            invokevirtual com.sun.javafx.text.TextRun.getGlyphCode:(I)I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int index
        end local 0 // com.sun.webkit.graphics.WCTextRunImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/webkit/graphics/WCTextRunImpl;
            0    3     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public float[] getGlyphPosAndAdvance(int);
    descriptor: (I)[F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.webkit.graphics.WCTextRunImpl this
        start local 1 // int glyphIndex
         0: .line 58
            getstatic com.sun.webkit.graphics.WCTextRunImpl.POS_AND_ADVANCE:[F
            iconst_0
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            iload 1 /* glyphIndex */
            invokevirtual com.sun.javafx.text.TextRun.getPosX:(I)F
            fastore
         1: .line 59
            getstatic com.sun.webkit.graphics.WCTextRunImpl.POS_AND_ADVANCE:[F
            iconst_1
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            iload 1 /* glyphIndex */
            invokevirtual com.sun.javafx.text.TextRun.getPosY:(I)F
            fastore
         2: .line 60
            getstatic com.sun.webkit.graphics.WCTextRunImpl.POS_AND_ADVANCE:[F
            iconst_2
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            iload 1 /* glyphIndex */
            invokevirtual com.sun.javafx.text.TextRun.getAdvance:(I)F
            fastore
         3: .line 62
            getstatic com.sun.webkit.graphics.WCTextRunImpl.POS_AND_ADVANCE:[F
            iconst_3
            fconst_0
            fastore
         4: .line 63
            getstatic com.sun.webkit.graphics.WCTextRunImpl.POS_AND_ADVANCE:[F
            areturn
        end local 1 // int glyphIndex
        end local 0 // com.sun.webkit.graphics.WCTextRunImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/webkit/graphics/WCTextRunImpl;
            0    5     1  glyphIndex  I
    MethodParameters:
            Name  Flags
      glyphIndex  

  public int getStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.WCTextRunImpl this
         0: .line 68
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            invokevirtual com.sun.javafx.text.TextRun.getStart:()I
            ireturn
        end local 0 // com.sun.webkit.graphics.WCTextRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/WCTextRunImpl;

  public int getEnd();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.WCTextRunImpl this
         0: .line 73
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            invokevirtual com.sun.javafx.text.TextRun.getEnd:()I
            ireturn
        end local 0 // com.sun.webkit.graphics.WCTextRunImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/WCTextRunImpl;

  public int getCharOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.webkit.graphics.WCTextRunImpl this
        start local 1 // int index
         0: .line 78
            aload 0 /* this */
            getfield com.sun.webkit.graphics.WCTextRunImpl.run:Lcom/sun/javafx/text/TextRun;
            iload 1 /* index */
            invokevirtual com.sun.javafx.text.TextRun.getCharOffset:(I)I
            ireturn
        end local 1 // int index
        end local 0 // com.sun.webkit.graphics.WCTextRunImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/webkit/graphics/WCTextRunImpl;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
SourceFile: "WCTextRunImpl.java"