public class net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering implements net.bytebuddy.agent.builder.AgentBuilder$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering
  super_class: java.lang.Object
{
  private final net.bytebuddy.matcher.ElementMatcher<? super java.lang.String> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/String;>;

  private final net.bytebuddy.agent.builder.AgentBuilder$Listener delegate;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super java.lang.String>, net.bytebuddy.agent.builder.AgentBuilder$Listener);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // net.bytebuddy.agent.builder.AgentBuilder$Listener delegate
         0: .line 1569
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1570
            aload 0 /* this */
            aload 1 /* matcher */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 1571
            aload 0 /* this */
            aload 2 /* delegate */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.delegate:Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
         3: .line 1572
            return
        end local 2 // net.bytebuddy.agent.builder.AgentBuilder$Listener delegate
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Filtering;
            0    4     1   matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/String;>;
            0    4     2  delegate  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/String;>;Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;)V
    MethodParameters:
          Name  Flags
      matcher   
      delegate  

  public void onDiscovery(java.lang.String, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
         0: .line 1578
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 1 /* typeName */
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 1579
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.delegate:Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
            aload 1 /* typeName */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onDiscovery:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
         2: .line 1581
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Filtering;
            0    3     1     typeName  Ljava/lang/String;
            0    3     2  classLoader  Ljava/lang/ClassLoader;
            0    3     3       module  Lnet/bytebuddy/utility/JavaModule;
            0    3     4       loaded  Z
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       

  public void onTransformation(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean, net.bytebuddy.dynamic.DynamicType);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLnet/bytebuddy/dynamic/DynamicType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
        start local 5 // net.bytebuddy.dynamic.DynamicType dynamicType
         0: .line 1587
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 1588
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.delegate:Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            aload 5 /* dynamicType */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onTransformation:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLnet/bytebuddy/dynamic/DynamicType;)V
         2: .line 1590
      StackMap locals:
      StackMap stack:
            return
        end local 5 // net.bytebuddy.dynamic.DynamicType dynamicType
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Filtering;
            0    3     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    3     2      classLoader  Ljava/lang/ClassLoader;
            0    3     3           module  Lnet/bytebuddy/utility/JavaModule;
            0    3     4           loaded  Z
            0    3     5      dynamicType  Lnet/bytebuddy/dynamic/DynamicType;
    MethodParameters:
                 Name  Flags
      typeDescription  
      classLoader      
      module           
      loaded           
      dynamicType      

  public void onIgnored(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
         0: .line 1596
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 1597
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.delegate:Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onIgnored:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
         2: .line 1599
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Filtering;
            0    3     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    3     2      classLoader  Ljava/lang/ClassLoader;
            0    3     3           module  Lnet/bytebuddy/utility/JavaModule;
            0    3     4           loaded  Z
    MethodParameters:
                 Name  Flags
      typeDescription  
      classLoader      
      module           
      loaded           

  public void onError(java.lang.String, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
        start local 5 // java.lang.Throwable throwable
         0: .line 1605
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 1 /* typeName */
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 1606
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.delegate:Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
            aload 1 /* typeName */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            aload 5 /* throwable */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onError:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLjava/lang/Throwable;)V
         2: .line 1608
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.Throwable throwable
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Filtering;
            0    3     1     typeName  Ljava/lang/String;
            0    3     2  classLoader  Ljava/lang/ClassLoader;
            0    3     3       module  Lnet/bytebuddy/utility/JavaModule;
            0    3     4       loaded  Z
            0    3     5    throwable  Ljava/lang/Throwable;
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       
      throwable    

  public void onComplete(java.lang.String, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
         0: .line 1614
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 1 /* typeName */
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 1615
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering.delegate:Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
            aload 1 /* typeName */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onComplete:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
         2: .line 1617
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Filtering;
            0    3     1     typeName  Ljava/lang/String;
            0    3     2  classLoader  Ljava/lang/ClassLoader;
            0    3     3       module  Lnet/bytebuddy/utility/JavaModule;
            0    3     4       loaded  Z
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract Listener = net.bytebuddy.agent.builder.AgentBuilder$Listener of net.bytebuddy.agent.builder.AgentBuilder
  public Filtering = net.bytebuddy.agent.builder.AgentBuilder$Listener$Filtering of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()