Example #1
0
  // $FF: synthetic class
  static class SyntheticClass_1 {
    // $FF: synthetic field
    static final int[] $SwitchMap$io$netty$handler$codec$socks$SocksAddressType =
        new int[SocksAddressType.values().length];

    static {
      try {
        $SwitchMap$io$netty$handler$codec$socks$SocksAddressType[SocksAddressType.IPv4.ordinal()] =
            1;
      } catch (NoSuchFieldError var4) {;
      }

      try {
        $SwitchMap$io$netty$handler$codec$socks$SocksAddressType[
                SocksAddressType.DOMAIN.ordinal()] =
            2;
      } catch (NoSuchFieldError var3) {;
      }

      try {
        $SwitchMap$io$netty$handler$codec$socks$SocksAddressType[SocksAddressType.IPv6.ordinal()] =
            3;
      } catch (NoSuchFieldError var2) {;
      }

      try {
        $SwitchMap$io$netty$handler$codec$socks$SocksAddressType[
                SocksAddressType.UNKNOWN.ordinal()] =
            4;
      } catch (NoSuchFieldError var1) {;
      }
    }
  }