class net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2 extends net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2
  super_class: net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2 this
         0: .line 7069
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected void apply(net.bytebuddy.ByteBuddy, java.lang.instrument.Instrumentation, java.lang.instrument.ClassFileTransformer);
    descriptor: (Lnet/bytebuddy/ByteBuddy;Ljava/lang/instrument/Instrumentation;Ljava/lang/instrument/ClassFileTransformer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2 this
        start local 1 // net.bytebuddy.ByteBuddy byteBuddy
        start local 2 // java.lang.instrument.Instrumentation instrumentation
        start local 3 // java.lang.instrument.ClassFileTransformer classFileTransformer
         0: .line 7075
            return
        end local 3 // java.lang.instrument.ClassFileTransformer classFileTransformer
        end local 2 // java.lang.instrument.Instrumentation instrumentation
        end local 1 // net.bytebuddy.ByteBuddy byteBuddy
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy$2;
            0    1     1             byteBuddy  Lnet/bytebuddy/ByteBuddy;
            0    1     2       instrumentation  Ljava/lang/instrument/Instrumentation;
            0    1     3  classFileTransformer  Ljava/lang/instrument/ClassFileTransformer;
    MethodParameters:
                      Name  Flags
      byteBuddy             
      instrumentation       
      classFileTransformer  

  protected boolean isInstrumented(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2 this
        start local 1 // java.lang.Class type
         0: .line 7079
            aload 1 /* type */
            ifnull 1
            aload 1 /* type */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "/"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$LambdaInstrumentationStrategy$2;
            0    2     1  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "AgentBuilder.java"
EnclosingMethod: net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract LambdaInstrumentationStrategy = net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy of net.bytebuddy.agent.builder.AgentBuilder
  net.bytebuddy.agent.builder.AgentBuilder$LambdaInstrumentationStrategy$2