class javax.swing.text.JTextComponent$4$1 implements java.util.concurrent.Callable<java.lang.Boolean>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.swing.text.JTextComponent$4$1
super_class: java.lang.Object
{
final javax.swing.text.JTextComponent$4 this$1;
descriptor: Ljavax/swing/text/JTextComponent$4;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(javax.swing.text.JTextComponent$4);
descriptor: (Ljavax/swing/text/JTextComponent$4;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield javax.swing.text.JTextComponent$4$1.this$1:Ljavax/swing/text/JTextComponent$4;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/text/JTextComponent$4$1;
MethodParameters:
Name Flags
this$0 final
public java.lang.Boolean call();
descriptor: ()Ljava/lang/Boolean;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield javax.swing.text.JTextComponent$4$1.this$1:Ljavax/swing/text/JTextComponent$4;
invokestatic javax.swing.text.JTextComponent$4.access$0:(Ljavax/swing/text/JTextComponent$4;)Ljavax/swing/text/JTextComponent;
invokevirtual javax.swing.text.JTextComponent.isEnabled:()Z
istore 1
start local 1 1: iload 1
ifeq 3
2: aload 0
getfield javax.swing.text.JTextComponent$4$1.this$1:Ljavax/swing/text/JTextComponent$4;
invokestatic javax.swing.text.JTextComponent$4.access$0:(Ljavax/swing/text/JTextComponent$4;)Ljavax/swing/text/JTextComponent;
iconst_0
invokevirtual javax.swing.text.JTextComponent.setEnabled:(Z)V
3: StackMap locals: int
StackMap stack:
iload 1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavax/swing/text/JTextComponent$4$1;
1 4 1 rv Z
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 javax.swing.text.JTextComponent$4$1.call:()Ljava/lang/Boolean;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Callable<Ljava/lang/Boolean;>;
SourceFile: "JTextComponent.java"
EnclosingMethod: javax.swing.text.JTextComponent$4.run:()V
NestHost: javax.swing.text.JTextComponent
InnerClasses:
javax.swing.text.JTextComponent$4
javax.swing.text.JTextComponent$4$1