abstract class com.apple.laf.AquaInternalFrameUI$InternalFrameShadow extends com.apple.laf.AquaUtils$RecyclableSingleton<javax.swing.border.Border>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.apple.laf.AquaInternalFrameUI$InternalFrameShadow
super_class: com.apple.laf.AquaUtils$RecyclableSingleton
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // com.apple.laf.AquaInternalFrameUI$InternalFrameShadow this
0: .line 805
aload 0 /* this */
invokespecial com.apple.laf.AquaUtils$RecyclableSingleton.<init>:()V
return
end local 0 // com.apple.laf.AquaInternalFrameUI$InternalFrameShadow this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/laf/AquaInternalFrameUI$InternalFrameShadow;
abstract javax.swing.border.Border getForegroundShadowBorder();
descriptor: ()Ljavax/swing/border/Border;
flags: (0x0400) ACC_ABSTRACT
abstract javax.swing.border.Border getBackgroundShadowBorder();
descriptor: ()Ljavax/swing/border/Border;
flags: (0x0400) ACC_ABSTRACT
protected javax.swing.border.Border getInstance();
descriptor: ()Ljavax/swing/border/Border;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=3, args_size=1
start local 0 // com.apple.laf.AquaInternalFrameUI$InternalFrameShadow this
0: .line 811
aload 0 /* this */
invokevirtual com.apple.laf.AquaInternalFrameUI$InternalFrameShadow.getForegroundShadowBorder:()Ljavax/swing/border/Border;
astore 1 /* fgShadow */
start local 1 // javax.swing.border.Border fgShadow
1: .line 812
aload 0 /* this */
invokevirtual com.apple.laf.AquaInternalFrameUI$InternalFrameShadow.getBackgroundShadowBorder:()Ljavax/swing/border/Border;
astore 2 /* bgShadow */
start local 2 // javax.swing.border.Border bgShadow
2: .line 814
new com.apple.laf.AquaInternalFrameUI$InternalFrameShadow$1
dup
aload 0 /* this */
aload 1 /* fgShadow */
aload 2 /* bgShadow */
invokespecial com.apple.laf.AquaInternalFrameUI$InternalFrameShadow$1.<init>:(Lcom/apple/laf/AquaInternalFrameUI$InternalFrameShadow;Ljavax/swing/border/Border;Ljavax/swing/border/Border;)V
areturn
end local 2 // javax.swing.border.Border bgShadow
end local 1 // javax.swing.border.Border fgShadow
end local 0 // com.apple.laf.AquaInternalFrameUI$InternalFrameShadow this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/apple/laf/AquaInternalFrameUI$InternalFrameShadow;
1 3 1 fgShadow Ljavax/swing/border/Border;
2 3 2 bgShadow Ljavax/swing/border/Border;
protected java.lang.Object getInstance();
descriptor: ()Ljava/lang/Object;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: .line 1
aload 0
invokevirtual com.apple.laf.AquaInternalFrameUI$InternalFrameShadow.getInstance:()Ljavax/swing/border/Border;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/apple/laf/AquaUtils$RecyclableSingleton<Ljavax/swing/border/Border;>;
SourceFile: "AquaInternalFrameUI.java"
NestHost: com.apple.laf.AquaInternalFrameUI
InnerClasses:
abstract InternalFrameShadow = com.apple.laf.AquaInternalFrameUI$InternalFrameShadow of com.apple.laf.AquaInternalFrameUI
com.apple.laf.AquaInternalFrameUI$InternalFrameShadow$1
abstract RecyclableSingleton = com.apple.laf.AquaUtils$RecyclableSingleton of com.apple.laf.AquaUtils