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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.netty.channel.group.ChannelMatchers$InvertMatcher.matcher:Lio/netty/channel/group/ChannelMatcher;
2: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.netty.channel.group.ChannelMatchers$InvertMatcher.matcher:Lio/netty/channel/group/ChannelMatcher;
aload 1
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 end local 0 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