public class javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter implements java.awt.im.InputMethodRequests
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter
  super_class: java.lang.Object
{
  private final javafx.scene.input.InputMethodRequests fxRequests;
    descriptor: Ljavafx/scene/input/InputMethodRequests;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(javafx.scene.input.InputMethodRequests);
    descriptor: (Ljavafx/scene/input/InputMethodRequests;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
        start local 1 // javafx.scene.input.InputMethodRequests fxRequests
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* fxRequests */
            putfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
         2: .line 57
            return
        end local 1 // javafx.scene.input.InputMethodRequests fxRequests
        end local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljavafx/embed/swing/InputMethodSupport$InputMethodRequestsAdapter;
            0    3     1  fxRequests  Ljavafx/scene/input/InputMethodRequests;
    MethodParameters:
            Name  Flags
      fxRequests  

  public java.awt.Rectangle getTextLocation(java.awt.font.TextHitInfo);
    descriptor: (Ljava/awt/font/TextHitInfo;)Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
        start local 1 // java.awt.font.TextHitInfo offset
         0: .line 61
            aload 0 /* this */
            getfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
            aload 1 /* offset */
            invokevirtual java.awt.font.TextHitInfo.getInsertionIndex:()I
            invokeinterface javafx.scene.input.InputMethodRequests.getTextLocation:(I)Ljavafx/geometry/Point2D;
            astore 2 /* result */
        start local 2 // javafx.geometry.Point2D result
         1: .line 62
            new java.awt.Rectangle
            dup
            aload 2 /* result */
            invokevirtual javafx.geometry.Point2D.getX:()D
            d2i
            aload 2 /* result */
            invokevirtual javafx.geometry.Point2D.getY:()D
            d2i
            iconst_0
            iconst_0
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            areturn
        end local 2 // javafx.geometry.Point2D result
        end local 1 // java.awt.font.TextHitInfo offset
        end local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/embed/swing/InputMethodSupport$InputMethodRequestsAdapter;
            0    2     1  offset  Ljava/awt/font/TextHitInfo;
            1    2     2  result  Ljavafx/geometry/Point2D;
    MethodParameters:
        Name  Flags
      offset  

  public java.awt.font.TextHitInfo getLocationOffset(int, int);
    descriptor: (II)Ljava/awt/font/TextHitInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
        start local 1 // int x
        start local 2 // int y
         0: .line 67
            aload 0 /* this */
            getfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
            iload 1 /* x */
            iload 2 /* y */
            invokeinterface javafx.scene.input.InputMethodRequests.getLocationOffset:(II)I
            istore 3 /* result */
        start local 3 // int result
         1: .line 68
            iload 3 /* result */
            invokestatic java.awt.font.TextHitInfo.afterOffset:(I)Ljava/awt/font/TextHitInfo;
            areturn
        end local 3 // int result
        end local 2 // int y
        end local 1 // int x
        end local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/embed/swing/InputMethodSupport$InputMethodRequestsAdapter;
            0    2     1       x  I
            0    2     2       y  I
            1    2     3  result  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public int getInsertPositionOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
         0: .line 73
            aload 0 /* this */
            getfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
            instanceof com.sun.javafx.scene.input.ExtendedInputMethodRequests
            ifeq 2
         1: .line 74
            aload 0 /* this */
            getfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
            checkcast com.sun.javafx.scene.input.ExtendedInputMethodRequests
            invokeinterface com.sun.javafx.scene.input.ExtendedInputMethodRequests.getInsertPositionOffset:()I
            ireturn
         2: .line 76
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/embed/swing/InputMethodSupport$InputMethodRequestsAdapter;

  public java.text.AttributedCharacterIterator getCommittedText(int, int, java.text.AttributedCharacterIterator$Attribute[]);
    descriptor: (II[Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
        start local 1 // int beginIndex
        start local 2 // int endIndex
        start local 3 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 81
            aconst_null
            astore 4 /* result */
        start local 4 // java.lang.String result
         1: .line 82
            aload 0 /* this */
            getfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
            instanceof com.sun.javafx.scene.input.ExtendedInputMethodRequests
            ifeq 3
         2: .line 83
            aload 0 /* this */
            getfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
            checkcast com.sun.javafx.scene.input.ExtendedInputMethodRequests
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            invokeinterface com.sun.javafx.scene.input.ExtendedInputMethodRequests.getCommittedText:(II)Ljava/lang/String;
            astore 4 /* result */
         3: .line 85
      StackMap locals: java.lang.String
      StackMap stack:
            aload 4 /* result */
            ifnonnull 4
            ldc ""
            astore 4 /* result */
         4: .line 86
      StackMap locals:
      StackMap stack:
            new java.text.AttributedString
            dup
            aload 4 /* result */
            invokespecial java.text.AttributedString.<init>:(Ljava/lang/String;)V
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
            areturn
        end local 4 // java.lang.String result
        end local 3 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljavafx/embed/swing/InputMethodSupport$InputMethodRequestsAdapter;
            0    5     1  beginIndex  I
            0    5     2    endIndex  I
            0    5     3  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
            1    5     4      result  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      beginIndex  
      endIndex    
      attributes  

  public int getCommittedTextLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
         0: .line 91
            aload 0 /* this */
            getfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
            instanceof com.sun.javafx.scene.input.ExtendedInputMethodRequests
            ifeq 2
         1: .line 92
            aload 0 /* this */
            getfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
            checkcast com.sun.javafx.scene.input.ExtendedInputMethodRequests
            invokeinterface com.sun.javafx.scene.input.ExtendedInputMethodRequests.getCommittedTextLength:()I
            ireturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/embed/swing/InputMethodSupport$InputMethodRequestsAdapter;

  public java.text.AttributedCharacterIterator cancelLatestCommittedText(java.text.AttributedCharacterIterator$Attribute[]);
    descriptor: ([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
        start local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 100
            aconst_null
            areturn
        end local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljavafx/embed/swing/InputMethodSupport$InputMethodRequestsAdapter;
            0    1     1  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
    MethodParameters:
            Name  Flags
      attributes  

  public java.text.AttributedCharacterIterator getSelectedText(java.text.AttributedCharacterIterator$Attribute[]);
    descriptor: ([Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
        start local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
         0: .line 105
            aload 0 /* this */
            getfield javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter.fxRequests:Ljavafx/scene/input/InputMethodRequests;
            invokeinterface javafx.scene.input.InputMethodRequests.getSelectedText:()Ljava/lang/String;
            astore 2 /* text */
        start local 2 // java.lang.String text
         1: .line 106
            aload 2 /* text */
            ifnonnull 2
            ldc ""
            astore 2 /* text */
         2: .line 107
      StackMap locals: java.lang.String
      StackMap stack:
            new java.text.AttributedString
            dup
            aload 2 /* text */
            invokespecial java.text.AttributedString.<init>:(Ljava/lang/String;)V
            invokevirtual java.text.AttributedString.getIterator:()Ljava/text/AttributedCharacterIterator;
            areturn
        end local 2 // java.lang.String text
        end local 1 // java.text.AttributedCharacterIterator$Attribute[] attributes
        end local 0 // javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljavafx/embed/swing/InputMethodSupport$InputMethodRequestsAdapter;
            0    3     1  attributes  [Ljava/text/AttributedCharacterIterator$Attribute;
            1    3     2        text  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      attributes  
}
SourceFile: "InputMethodSupport.java"
NestHost: javafx.embed.swing.InputMethodSupport
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  public InputMethodRequestsAdapter = javafx.embed.swing.InputMethodSupport$InputMethodRequestsAdapter of javafx.embed.swing.InputMethodSupport