class sun.lwawt.macosx.CInputMethod$2 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.lwawt.macosx.CInputMethod$2
super_class: java.lang.Object
{
final sun.lwawt.macosx.CInputMethod this$0;
descriptor: Lsun/lwawt/macosx/CInputMethod;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.lwawt.macosx.CInputMethod);
descriptor: (Lsun/lwawt/macosx/CInputMethod;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.lwawt.macosx.CInputMethod$2.this$0:Lsun/lwawt/macosx/CInputMethod;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/lwawt/macosx/CInputMethod$2;
MethodParameters:
Name Flags
this$0 final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.lwawt.macosx.CInputMethod$2.this$0:Lsun/lwawt/macosx/CInputMethod;
getfield sun.lwawt.macosx.CInputMethod.fIMContext:Ljava/awt/im/spi/InputMethodContext;
invokeinterface java.awt.im.spi.InputMethodContext.getInsertPositionOffset:()I
istore 1
start local 1 1: iload 1
ifge 2
return
2: StackMap locals: int
StackMap stack:
aload 0
getfield sun.lwawt.macosx.CInputMethod$2.this$0:Lsun/lwawt/macosx/CInputMethod;
getfield sun.lwawt.macosx.CInputMethod.fAwtFocussedComponent:Ljava/awt/Component;
checkcast javax.swing.text.JTextComponent
iload 1
iload 1
iconst_1
iadd
invokevirtual javax.swing.text.JTextComponent.select:(II)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/lwawt/macosx/CInputMethod$2;
1 4 1 offset I
}
SourceFile: "CInputMethod.java"
EnclosingMethod: sun.lwawt.macosx.CInputMethod.selectNextGlyph:()V
NestHost: sun.lwawt.macosx.CInputMethod
InnerClasses:
sun.lwawt.macosx.CInputMethod$2