class io.netty.bootstrap.AbstractBootstrap$2 extends java.lang.Object implements java.lang.Runnable { final io.netty.channel.ChannelFuture val$regFuture; final io.netty.channel.Channel val$channel; final java.net.SocketAddress val$localAddress; final io.netty.channel.ChannelPromise val$promise; void (io.netty.channel.ChannelFuture, io.netty.channel.Channel, java.net.SocketAddress, io.netty.channel.ChannelPromise) { io.netty.channel.Channel v; io.netty.channel.ChannelPromise v; java.net.SocketAddress v; io.netty.bootstrap.AbstractBootstrap$2 v; io.netty.channel.ChannelFuture v; v := @this: io.netty.bootstrap.AbstractBootstrap$2; v := @parameter: io.netty.channel.ChannelFuture; v := @parameter: io.netty.channel.Channel; v := @parameter: java.net.SocketAddress; v := @parameter: io.netty.channel.ChannelPromise; v. = v; v. = v; v. = v; v. = v; specialinvoke v.()>(); return; } public void run() { java.lang.Throwable v; java.net.SocketAddress v; io.netty.channel.ChannelFuture v, v, v; io.netty.channel.Channel v; io.netty.channel.ChannelPromise v, v; io.netty.channel.ChannelFutureListener v; io.netty.bootstrap.AbstractBootstrap$2 v; boolean v; v := @this: io.netty.bootstrap.AbstractBootstrap$2; v = v.; v = interfaceinvoke v.(); if v == 0 goto label; v = v.; v = v.; v = v.; v = interfaceinvoke v.(v, v); v = ; interfaceinvoke v.(v); goto label; label: v = v.; v = v.; v = interfaceinvoke v.(); interfaceinvoke v.(v); label: return; } }