class sun.swing.text.TextComponentPrintable$5 extends javax.swing.JTextArea
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.swing.text.TextComponentPrintable$5
super_class: javax.swing.JTextArea
{
final sun.swing.text.TextComponentPrintable this$0;
descriptor: Lsun/swing/text/TextComponentPrintable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.swing.text.TextComponentPrintable, javax.swing.text.JTextComponent);
descriptor: (Lsun/swing/text/TextComponentPrintable;Ljavax/swing/text/JTextComponent;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=3
start local 0 // sun.swing.text.TextComponentPrintable$5 this
0: .line 363
aload 0 /* this */
aload 1
putfield sun.swing.text.TextComponentPrintable$5.this$0:Lsun/swing/text/TextComponentPrintable;
aload 0 /* this */
invokespecial javax.swing.JTextArea.<init>:()V
1: .line 365
aload 2
checkcast javax.swing.JTextArea
astore 3 /* textArea */
start local 3 // javax.swing.JTextArea textArea
2: .line 366
aload 0 /* this */
aload 3 /* textArea */
invokevirtual javax.swing.JTextArea.getLineWrap:()Z
invokevirtual sun.swing.text.TextComponentPrintable$5.setLineWrap:(Z)V
3: .line 367
aload 0 /* this */
aload 3 /* textArea */
invokevirtual javax.swing.JTextArea.getWrapStyleWord:()Z
invokevirtual sun.swing.text.TextComponentPrintable$5.setWrapStyleWord:(Z)V
4: .line 368
aload 0 /* this */
aload 3 /* textArea */
invokevirtual javax.swing.JTextArea.getTabSize:()I
invokevirtual sun.swing.text.TextComponentPrintable$5.setTabSize:(I)V
end local 3 // javax.swing.JTextArea textArea
5: .line 363
return
end local 0 // sun.swing.text.TextComponentPrintable$5 this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/swing/text/TextComponentPrintable$5;
2 5 3 textArea Ljavax/swing/JTextArea;
MethodParameters:
Name Flags
this$0 final
val$textComponent final
public java.awt.FontMetrics getFontMetrics(java.awt.Font);
descriptor: (Ljava/awt/Font;)Ljava/awt/FontMetrics;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.swing.text.TextComponentPrintable$5 this
start local 1 // java.awt.Font font
0: .line 372
aload 0 /* this */
getfield sun.swing.text.TextComponentPrintable$5.this$0:Lsun/swing/text/TextComponentPrintable;
getfield sun.swing.text.TextComponentPrintable.frc:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
ifnonnull 2
1: .line 373
aload 0 /* this */
aload 1 /* font */
invokespecial javax.swing.JTextArea.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
goto 3
2: .line 374
StackMap locals:
StackMap stack:
aload 1 /* font */
aload 0 /* this */
getfield sun.swing.text.TextComponentPrintable$5.this$0:Lsun/swing/text/TextComponentPrintable;
getfield sun.swing.text.TextComponentPrintable.frc:Ljava/util/concurrent/atomic/AtomicReference;
invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
checkcast java.awt.font.FontRenderContext
invokestatic sun.font.FontDesignMetrics.getMetrics:(Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lsun/font/FontDesignMetrics;
3: .line 372
StackMap locals:
StackMap stack: java.awt.FontMetrics
areturn
end local 1 // java.awt.Font font
end local 0 // sun.swing.text.TextComponentPrintable$5 this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/swing/text/TextComponentPrintable$5;
0 4 1 font Ljava/awt/Font;
MethodParameters:
Name Flags
font
}
SourceFile: "TextComponentPrintable.java"
EnclosingMethod: sun.swing.text.TextComponentPrintable.createPrintShellOnEDT:(Ljavax/swing/text/JTextComponent;)Ljavax/swing/text/JTextComponent;
NestHost: sun.swing.text.TextComponentPrintable
InnerClasses:
sun.swing.text.TextComponentPrintable$5