public final class net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod extends java.lang.Enum<net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod> implements net.bytebuddy.matcher.LatentMatcher<net.bytebuddy.description.method.MethodDescription>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod DECLARED;
    descriptor: Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;

  public static final net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod NOT_DECLARED;
    descriptor: Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
    Signature: Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;

  private final boolean inverted;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 48
            new net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod
            dup
            ldc "DECLARED"
            iconst_0
         1: .line 51
            iconst_0
            invokespecial net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.<init>:(Ljava/lang/String;IZ)V
            putstatic net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.DECLARED:Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
         2: .line 53
            new net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod
            dup
            ldc "NOT_DECLARED"
            iconst_1
         3: .line 56
            iconst_1
            invokespecial net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.<init>:(Ljava/lang/String;IZ)V
            putstatic net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.NOT_DECLARED:Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
         4: .line 46
            iconst_2
            anewarray net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod
            dup
            iconst_0
            getstatic net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.DECLARED:Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
            aastore
            dup
            iconst_1
            getstatic net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.NOT_DECLARED:Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
            aastore
            putstatic net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.ENUM$VALUES:[Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod this
        start local 3 // boolean inverted
         0: .line 68
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 69
            aload 0 /* this */
            iload 3 /* inverted */
            putfield net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.inverted:Z
         2: .line 70
            return
        end local 3 // boolean inverted
        end local 0 // net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
            0    3     3  inverted  Z
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      inverted       

  public net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> resolve(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 78
            aload 0 /* this */
            getfield net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.inverted:Z
            ifeq 2
         1: .line 79
            aload 1 /* typeDescription */
            invokestatic net.bytebuddy.matcher.ElementMatchers.isDeclaredBy:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            goto 3
         2: .line 80
      StackMap locals:
      StackMap stack:
            aload 1 /* typeDescription */
            invokestatic net.bytebuddy.matcher.ElementMatchers.isDeclaredBy:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
         3: .line 78
      StackMap locals:
      StackMap stack: net.bytebuddy.matcher.ElementMatcher$Junction
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
            0    4     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public static net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod[] values();
    descriptor: ()[Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod.ENUM$VALUES:[Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/matcher/LatentMatcher$ForSelfDeclaredMethod;>;Lnet/bytebuddy/matcher/LatentMatcher<Lnet/bytebuddy/description/method/MethodDescription;>;
SourceFile: "LatentMatcher.java"
NestHost: net.bytebuddy.matcher.LatentMatcher
InnerClasses:
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public final ForSelfDeclaredMethod = net.bytebuddy.matcher.LatentMatcher$ForSelfDeclaredMethod of net.bytebuddy.matcher.LatentMatcher