class com.google.common.eventbus.Subscriber$1 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.eventbus.Subscriber$1
super_class: java.lang.Object
{
final com.google.common.eventbus.Subscriber this$0;
descriptor: Lcom/google/common/eventbus/Subscriber;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.lang.Object val$event;
descriptor: Ljava/lang/Object;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.eventbus.Subscriber, java.lang.Object);
descriptor: (Lcom/google/common/eventbus/Subscriber;Ljava/lang/Object;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // com.google.common.eventbus.Subscriber$1 this
0: .line 68
aload 0 /* this */
aload 1
putfield com.google.common.eventbus.Subscriber$1.this$0:Lcom/google/common/eventbus/Subscriber;
aload 0 /* this */
aload 2
putfield com.google.common.eventbus.Subscriber$1.val$event:Ljava/lang/Object;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.google.common.eventbus.Subscriber$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/eventbus/Subscriber$1;
MethodParameters:
Name Flags
this$0 final
val$event final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 // com.google.common.eventbus.Subscriber$1 this
0: .line 72
aload 0 /* this */
getfield com.google.common.eventbus.Subscriber$1.this$0:Lcom/google/common/eventbus/Subscriber;
aload 0 /* this */
getfield com.google.common.eventbus.Subscriber$1.val$event:Ljava/lang/Object;
invokevirtual com.google.common.eventbus.Subscriber.invokeSubscriberMethod:(Ljava/lang/Object;)V
1: .line 73
goto 4
StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
2: astore 1 /* e */
start local 1 // java.lang.reflect.InvocationTargetException e
3: .line 74
aload 0 /* this */
getfield com.google.common.eventbus.Subscriber$1.this$0:Lcom/google/common/eventbus/Subscriber;
getfield com.google.common.eventbus.Subscriber.bus:Lcom/google/common/eventbus/EventBus;
aload 1 /* e */
invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
aload 0 /* this */
getfield com.google.common.eventbus.Subscriber$1.this$0:Lcom/google/common/eventbus/Subscriber;
aload 0 /* this */
getfield com.google.common.eventbus.Subscriber$1.val$event:Ljava/lang/Object;
invokevirtual com.google.common.eventbus.Subscriber.context:(Ljava/lang/Object;)Lcom/google/common/eventbus/SubscriberExceptionContext;
invokevirtual com.google.common.eventbus.EventBus.handleSubscriberException:(Ljava/lang/Throwable;Lcom/google/common/eventbus/SubscriberExceptionContext;)V
end local 1 // java.lang.reflect.InvocationTargetException e
4: .line 76
StackMap locals:
StackMap stack:
return
end local 0 // com.google.common.eventbus.Subscriber$1 this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/common/eventbus/Subscriber$1;
3 4 1 e Ljava/lang/reflect/InvocationTargetException;
Exception table:
from to target type
0 1 2 Class java.lang.reflect.InvocationTargetException
}
SourceFile: "Subscriber.java"
EnclosingMethod: com.google.common.eventbus.Subscriber.dispatchEvent:(Ljava/lang/Object;)V
NestHost: com.google.common.eventbus.Subscriber
InnerClasses:
com.google.common.eventbus.Subscriber$1