final class com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier implements com.google.common.base.Supplier<java.lang.String>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier
super_class: java.lang.Object
{
final com.google.common.util.concurrent.AbstractIdleService this$0;
descriptor: Lcom/google/common/util/concurrent/AbstractIdleService;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(com.google.common.util.concurrent.AbstractIdleService);
descriptor: (Lcom/google/common/util/concurrent/AbstractIdleService;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier.this$0:Lcom/google/common/util/concurrent/AbstractIdleService;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/AbstractIdleService$ThreadNameSupplier;
MethodParameters:
Name Flags
this$0 final
public java.lang.String get();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
aload 0
getfield com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier.this$0:Lcom/google/common/util/concurrent/AbstractIdleService;
invokevirtual com.google.common.util.concurrent.AbstractIdleService.serviceName:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier.this$0:Lcom/google/common/util/concurrent/AbstractIdleService;
invokevirtual com.google.common.util.concurrent.AbstractIdleService.state:()Lcom/google/common/util/concurrent/Service$State;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/util/concurrent/AbstractIdleService$ThreadNameSupplier;
public java.lang.Object get();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier.get:()Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/google/common/base/Supplier<Ljava/lang/String;>;
SourceFile: "AbstractIdleService.java"
NestHost: com.google.common.util.concurrent.AbstractIdleService
InnerClasses:
private final ThreadNameSupplier = com.google.common.util.concurrent.AbstractIdleService$ThreadNameSupplier of com.google.common.util.concurrent.AbstractIdleService
public abstract State = com.google.common.util.concurrent.Service$State of com.google.common.util.concurrent.Service