class sun.swing.text.TextComponentPrintable$8 implements java.util.concurrent.Callable<java.lang.Integer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.swing.text.TextComponentPrintable$8
super_class: java.lang.Object
{
final sun.swing.text.TextComponentPrintable this$0;
descriptor: Lsun/swing/text/TextComponentPrintable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.awt.Graphics val$graphics;
descriptor: Ljava/awt/Graphics;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.awt.print.PageFormat val$pf;
descriptor: Ljava/awt/print/PageFormat;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final int val$pageIndex;
descriptor: I
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.swing.text.TextComponentPrintable, java.awt.Graphics, java.awt.print.PageFormat, int);
descriptor: (Lsun/swing/text/TextComponentPrintable;Ljava/awt/Graphics;Ljava/awt/print/PageFormat;I)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 0: aload 0
aload 1
putfield sun.swing.text.TextComponentPrintable$8.this$0:Lsun/swing/text/TextComponentPrintable;
aload 0
aload 2
putfield sun.swing.text.TextComponentPrintable$8.val$graphics:Ljava/awt/Graphics;
aload 0
aload 3
putfield sun.swing.text.TextComponentPrintable$8.val$pf:Ljava/awt/print/PageFormat;
aload 0
iload 4
putfield sun.swing.text.TextComponentPrintable$8.val$pageIndex:I
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/swing/text/TextComponentPrintable$8;
MethodParameters:
Name Flags
this$0 final
val$graphics final
val$pf final
val$pageIndex final
public java.lang.Integer call();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.swing.text.TextComponentPrintable$8.this$0:Lsun/swing/text/TextComponentPrintable;
aload 0
getfield sun.swing.text.TextComponentPrintable$8.val$graphics:Ljava/awt/Graphics;
aload 0
getfield sun.swing.text.TextComponentPrintable$8.val$pf:Ljava/awt/print/PageFormat;
aload 0
getfield sun.swing.text.TextComponentPrintable$8.val$pageIndex:I
invokevirtual sun.swing.text.TextComponentPrintable.printOnEDT:(Ljava/awt/Graphics;Ljava/awt/print/PageFormat;I)I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/swing/text/TextComponentPrintable$8;
Exceptions:
throws java.lang.Exception
public java.lang.Object call();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.swing.text.TextComponentPrintable$8.call:()Ljava/lang/Integer;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Callable<Ljava/lang/Integer;>;
SourceFile: "TextComponentPrintable.java"
EnclosingMethod: sun.swing.text.TextComponentPrintable.print:(Ljava/awt/Graphics;Ljava/awt/print/PageFormat;I)I
NestHost: sun.swing.text.TextComponentPrintable
InnerClasses:
sun.swing.text.TextComponentPrintable$8