final class io.netty.channel.group.ChannelMatchers$CompositeMatcher 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$CompositeMatcher
  super_class: java.lang.Object
{
  private final io.netty.channel.group.ChannelMatcher[] matchers;
    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: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.channel.group.ChannelMatchers$CompositeMatcher this
        start local 1 // io.netty.channel.group.ChannelMatcher[] matchers
         0: .line 116
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 117
            aload 0 /* this */
            aload 1 /* matchers */
            putfield io.netty.channel.group.ChannelMatchers$CompositeMatcher.matchers:[Lio/netty/channel/group/ChannelMatcher;
         2: .line 118
            return
        end local 1 // io.netty.channel.group.ChannelMatcher[] matchers
        end local 0 // io.netty.channel.group.ChannelMatchers$CompositeMatcher this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/channel/group/ChannelMatchers$CompositeMatcher;
            0    3     1  matchers  [Lio/netty/channel/group/ChannelMatcher;
    MethodParameters:
          Name  Flags
      matchers  

  public boolean matches(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.netty.channel.group.ChannelMatchers$CompositeMatcher this
        start local 1 // io.netty.channel.Channel channel
         0: .line 122
            aload 0 /* this */
            getfield io.netty.channel.group.ChannelMatchers$CompositeMatcher.matchers:[Lio/netty/channel/group/ChannelMatcher;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: io.netty.channel.group.ChannelMatchers$CompositeMatcher io.netty.channel.Channel top int int io.netty.channel.group.ChannelMatcher[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* m */
        start local 2 // io.netty.channel.group.ChannelMatcher m
         2: .line 123
            aload 2 /* m */
            aload 1 /* channel */
            invokeinterface io.netty.channel.group.ChannelMatcher.matches:(Lio/netty/channel/Channel;)Z
            ifne 4
         3: .line 124
            iconst_0
            ireturn
        end local 2 // io.netty.channel.group.ChannelMatcher m
         4: .line 122
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 127
            iconst_1
            ireturn
        end local 1 // io.netty.channel.Channel channel
        end local 0 // io.netty.channel.group.ChannelMatchers$CompositeMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lio/netty/channel/group/ChannelMatchers$CompositeMatcher;
            0    7     1  channel  Lio/netty/channel/Channel;
            2    4     2        m  Lio/netty/channel/group/ChannelMatcher;
    MethodParameters:
         Name  Flags
      channel  
}
SourceFile: "ChannelMatchers.java"
NestHost: io.netty.channel.group.ChannelMatchers
InnerClasses:
  private final CompositeMatcher = io.netty.channel.group.ChannelMatchers$CompositeMatcher of io.netty.channel.group.ChannelMatchers