class sun.lwawt.macosx.CInputMethod$5 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.lwawt.macosx.CInputMethod$5
super_class: java.lang.Object
{
final sun.lwawt.macosx.CInputMethod this$0;
descriptor: Lsun/lwawt/macosx/CInputMethod;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final int[] val$returnValue;
descriptor: [I
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.lwawt.macosx.CInputMethod, int[]);
descriptor: (Lsun/lwawt/macosx/CInputMethod;[I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.lwawt.macosx.CInputMethod$5.this$0:Lsun/lwawt/macosx/CInputMethod;
aload 0
aload 2
putfield sun.lwawt.macosx.CInputMethod$5.val$returnValue:[I
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$5;
MethodParameters:
Name Flags
this$0 final
val$returnValue final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.lwawt.macosx.CInputMethod$5.val$returnValue:[I
dup
astore 1
monitorenter
1: aload 0
getfield sun.lwawt.macosx.CInputMethod$5.val$returnValue:[I
iconst_0
aload 0
getfield sun.lwawt.macosx.CInputMethod$5.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
iastore
2: aload 1
monitorexit
3: goto 6
StackMap locals: sun.lwawt.macosx.CInputMethod$5 int[]
StackMap stack: java.lang.Throwable
4: aload 1
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/lwawt/macosx/CInputMethod$5;
Exception table:
from to target type
1 3 4 any
4 5 4 any
}
SourceFile: "CInputMethod.java"
EnclosingMethod: sun.lwawt.macosx.CInputMethod.markedRange:()[I
NestHost: sun.lwawt.macosx.CInputMethod
InnerClasses:
sun.lwawt.macosx.CInputMethod$5