public class net.bytebuddy.matcher.CachingMatcher$WithInlineEviction<S> extends net.bytebuddy.matcher.CachingMatcher<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.matcher.CachingMatcher$WithInlineEviction
  super_class: net.bytebuddy.matcher.CachingMatcher
{
  private final int evictionSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super S>, java.util.concurrent.ConcurrentMap<? super S, java.lang.Boolean>, );
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Ljava/util/concurrent/ConcurrentMap;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.bytebuddy.matcher.CachingMatcher$WithInlineEviction this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import edu cannot be resolved\n\tSuppressFBWarnings cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.matcher.CachingMatcher$WithInlineEviction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/CachingMatcher$WithInlineEviction<TS;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-TS;>;Ljava/util/concurrent/ConcurrentMap<-TS;Ljava/lang/Boolean;>;I)V
    MethodParameters:
              Name  Flags
      matcher       
      map           
      evictionSize  

  protected boolean onCacheMiss();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.CachingMatcher$WithInlineEviction this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.matcher.CachingMatcher$WithInlineEviction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/CachingMatcher$WithInlineEviction<TS;>;
    Signature: (TS;)Z
    MethodParameters:
        Name  Flags
      target  
}
Signature: <S:Ljava/lang/Object;>Lnet/bytebuddy/matcher/CachingMatcher<TS;>;
SourceFile: "CachingMatcher.java"
NestHost: net.bytebuddy.matcher.CachingMatcher
InnerClasses:
  public WithInlineEviction = net.bytebuddy.matcher.CachingMatcher$WithInlineEviction of net.bytebuddy.matcher.CachingMatcher
    RuntimeInvisibleAnnotations: 
      SuppressFBWarnings()