class org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator
  super_class: java.lang.Object
{
  private final java.util.Map<org.springframework.context.annotation.ConfigurationClass, java.lang.Boolean> skipped;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lorg/springframework/context/annotation/ConfigurationClass;Ljava/lang/Boolean;>;

  final org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader this$0;
    descriptor: Lorg/springframework/context/annotation/ConfigurationClassBeanDefinitionReader;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader);
    descriptor: (Lorg/springframework/context/annotation/ConfigurationClassBeanDefinitionReader;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type groovy.lang.GroovyObject cannot be resolved. It is indirectly referenced from required .class files\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean shouldSkip(org.springframework.context.annotation.ConfigurationClass);
    descriptor: (Lorg/springframework/context/annotation/ConfigurationClass;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator this
         0: .line 472
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator;
    MethodParameters:
             Name  Flags
      configClass  
}
SourceFile: "ConfigurationClassBeanDefinitionReader.java"
NestHost: org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader
InnerClasses:
  private TrackedConditionEvaluator = org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader$TrackedConditionEvaluator of org.springframework.context.annotation.ConfigurationClassBeanDefinitionReader