public class net.bytebuddy.matcher.ModifierMatcher<T extends net.bytebuddy.description.ModifierReviewable> extends net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.matcher.ModifierMatcher
  super_class: net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase
{
  private final net.bytebuddy.matcher.ModifierMatcher$Mode mode;
    descriptor: Lnet/bytebuddy/matcher/ModifierMatcher$Mode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ModifierMatcher$Mode;

  public void <init>(net.bytebuddy.matcher.ModifierMatcher$Mode);
    descriptor: (Lnet/bytebuddy/matcher/ModifierMatcher$Mode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.ModifierMatcher this
        start local 1 // net.bytebuddy.matcher.ModifierMatcher$Mode mode
         0: .line 40
            aload 0 /* this */
            invokespecial net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* mode */
            putfield net.bytebuddy.matcher.ModifierMatcher.mode:Lnet/bytebuddy/matcher/ModifierMatcher$Mode;
         2: .line 42
            return
        end local 1 // net.bytebuddy.matcher.ModifierMatcher$Mode mode
        end local 0 // net.bytebuddy.matcher.ModifierMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/matcher/ModifierMatcher<TT;>;
            0    3     1  mode  Lnet/bytebuddy/matcher/ModifierMatcher$Mode;
    Signature: (Lnet/bytebuddy/matcher/ModifierMatcher$Mode;)V
    MethodParameters:
      Name  Flags
      mode  

  public boolean matches();
    descriptor: (Lnet/bytebuddy/description/ModifierReviewable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.ModifierMatcher this
        start local 1 // net.bytebuddy.description.ModifierReviewable target
         0: .line 48
            aload 0 /* this */
            getfield net.bytebuddy.matcher.ModifierMatcher.mode:Lnet/bytebuddy/matcher/ModifierMatcher$Mode;
            invokevirtual net.bytebuddy.matcher.ModifierMatcher$Mode.getModifiers:()I
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.ModifierReviewable.getModifiers:()I
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // net.bytebuddy.description.ModifierReviewable target
        end local 0 // net.bytebuddy.matcher.ModifierMatcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lnet/bytebuddy/matcher/ModifierMatcher<TT;>;
            0    2     1  target  TT;
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      target  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.matcher.ModifierMatcher this
         0: .line 53
            aload 0 /* this */
            getfield net.bytebuddy.matcher.ModifierMatcher.mode:Lnet/bytebuddy/matcher/ModifierMatcher$Mode;
            invokevirtual net.bytebuddy.matcher.ModifierMatcher$Mode.getDescription:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.matcher.ModifierMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/ModifierMatcher<TT;>;

  public boolean matches(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast net.bytebuddy.description.ModifierReviewable
            invokevirtual net.bytebuddy.matcher.ModifierMatcher.matches:(Lnet/bytebuddy/description/ModifierReviewable;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T::Lnet/bytebuddy/description/ModifierReviewable;>Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TT;>;
SourceFile: "ModifierMatcher.java"
NestMembers:
  net.bytebuddy.matcher.ModifierMatcher$Mode
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public abstract AbstractBase = net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase of net.bytebuddy.matcher.ElementMatcher$Junction
  public final Mode = net.bytebuddy.matcher.ModifierMatcher$Mode of net.bytebuddy.matcher.ModifierMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()