class sun.lwawt.LWComponentPeer$1 extends javax.swing.RepaintManager
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.lwawt.LWComponentPeer$1
super_class: javax.swing.RepaintManager
{
final sun.lwawt.LWComponentPeer this$0;
descriptor: Lsun/lwawt/LWComponentPeer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.lwawt.LWComponentPeer);
descriptor: (Lsun/lwawt/LWComponentPeer;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.lwawt.LWComponentPeer$1.this$0:Lsun/lwawt/LWComponentPeer;
aload 0
invokespecial javax.swing.RepaintManager.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/lwawt/LWComponentPeer$1;
MethodParameters:
Name Flags
this$0 final
public void addDirtyRegion(javax.swing.JComponent, int, int, int, int);
descriptor: (Ljavax/swing/JComponent;IIII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield sun.lwawt.LWComponentPeer$1.this$0:Lsun/lwawt/LWComponentPeer;
1: aload 1
new java.awt.Rectangle
dup
iload 2
iload 3
iload 4
iload 5
invokespecial java.awt.Rectangle.<init>:(IIII)V
aload 0
getfield sun.lwawt.LWComponentPeer$1.this$0:Lsun/lwawt/LWComponentPeer;
invokevirtual sun.lwawt.LWComponentPeer.getDelegate:()Ljavax/swing/JComponent;
2: invokestatic javax.swing.SwingUtilities.convertRectangle:(Ljava/awt/Component;Ljava/awt/Rectangle;Ljava/awt/Component;)Ljava/awt/Rectangle;
invokevirtual sun.lwawt.LWComponentPeer.repaintPeer:(Ljava/awt/Rectangle;)V
3: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/lwawt/LWComponentPeer$1;
0 4 1 c Ljavax/swing/JComponent;
0 4 2 x I
0 4 3 y I
0 4 4 w I
0 4 5 h I
MethodParameters:
Name Flags
c final
x final
y final
w final
h final
}
SourceFile: "LWComponentPeer.java"
EnclosingMethod: sun.lwawt.LWComponentPeer.<init>:(Ljava/awt/Component;Lsun/lwawt/PlatformComponent;)V
NestHost: sun.lwawt.LWComponentPeer
InnerClasses:
sun.lwawt.LWComponentPeer$1