public class oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext extends java.lang.Object
{
private final oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus eventBus;
private final java.lang.Object event;
private final java.lang.Object subscriber;
private final java.lang.reflect.Method subscriberMethod;
void <init>(oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus, java.lang.Object, java.lang.Object, java.lang.reflect.Method)
{
oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext v;
oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus v;
java.lang.Object v, v, v, v, v, v;
java.lang.reflect.Method v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext;
v := @parameter: oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.reflect.Method;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <oadd.org.apache.curator.shaded.com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus eventBus> = v;
v = staticinvoke <oadd.org.apache.curator.shaded.com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: java.lang.Object event> = v;
v = staticinvoke <oadd.org.apache.curator.shaded.com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: java.lang.Object subscriber> = v;
v = staticinvoke <oadd.org.apache.curator.shaded.com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: java.lang.reflect.Method subscriberMethod> = v;
return;
}
public oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus getEventBus()
{
oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext v;
oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext;
v = v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: oadd.org.apache.curator.shaded.com.google.common.eventbus.EventBus eventBus>;
return v;
}
public java.lang.Object getEvent()
{
java.lang.Object v;
oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext;
v = v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: java.lang.Object event>;
return v;
}
public java.lang.Object getSubscriber()
{
java.lang.Object v;
oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext;
v = v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: java.lang.Object subscriber>;
return v;
}
public java.lang.reflect.Method getSubscriberMethod()
{
oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext v;
java.lang.reflect.Method v;
v := @this: oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext;
v = v.<oadd.org.apache.curator.shaded.com.google.common.eventbus.SubscriberExceptionContext: java.lang.reflect.Method subscriberMethod>;
return v;
}
}