final class io.netty.channel.group.ChannelMatchers$InvertMatcher implements io.netty.channel.group.ChannelMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.netty.channel.group.ChannelMatchers$InvertMatcher
  super_class: java.lang.Object
{
  private final io.netty.channel.group.ChannelMatcher matcher;
    descriptor: Lio/netty/channel/group/ChannelMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(io.netty.channel.group.ChannelMatcher);
    descriptor: (Lio/netty/channel/group/ChannelMatcher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.group.ChannelMatchers$InvertMatcher this
        start local 1 // io.netty.channel.group.ChannelMatcher matcher
         0: .line 134
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 135
            aload 0 /* this */
            aload 1 /* matcher */
            putfield io.netty.channel.group.ChannelMatchers$InvertMatcher.matcher:Lio/netty/channel/group/ChannelMatcher;
         2: .line 136
            return
        end local 1 // io.netty.channel.group.ChannelMatcher matcher
        end local 0 // io.netty.channel.group.ChannelMatchers$InvertMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/channel/group/ChannelMatchers$InvertMatcher;
            0    3     1  matcher  Lio/netty/channel/group/ChannelMatcher;
    MethodParameters:
         Name  Flags
      matcher  

  public boolean matches(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.group.ChannelMatchers$InvertMatcher this
        start local 1 // io.netty.channel.Channel channel
         0: .line 140
            aload 0 /* this */
            getfield io.netty.channel.group.ChannelMatchers$InvertMatcher.matcher:Lio/netty/channel/group/ChannelMatcher;
            aload 1 /* channel */
            invokeinterface io.netty.channel.group.ChannelMatcher.matches:(Lio/netty/channel/Channel;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // io.netty.channel.Channel channel
        end local 0 // io.netty.channel.group.ChannelMatchers$InvertMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/channel/group/ChannelMatchers$InvertMatcher;
            0    3     1  channel  Lio/netty/channel/Channel;
    MethodParameters:
         Name  Flags
      channel  
}
SourceFile: "ChannelMatchers.java"
NestHost: io.netty.channel.group.ChannelMatchers
InnerClasses:
  private final InvertMatcher = io.netty.channel.group.ChannelMatchers$InvertMatcher of io.netty.channel.group.ChannelMatchers