class org.springframework.context.annotation.ComponentScanAnnotationParser$1 extends org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.context.annotation.ComponentScanAnnotationParser$1
super_class: org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter
{
final org.springframework.context.annotation.ComponentScanAnnotationParser this$0;
descriptor: Lorg/springframework/context/annotation/ComponentScanAnnotationParser;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.lang.String val$declaringClass;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.springframework.context.annotation.ComponentScanAnnotationParser, boolean, boolean, java.lang.String);
descriptor: (Lorg/springframework/context/annotation/ComponentScanAnnotationParser;ZZLjava/lang/String;)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield org.springframework.context.annotation.ComponentScanAnnotationParser$1.this$0:Lorg/springframework/context/annotation/ComponentScanAnnotationParser;
aload 0
aload 4
putfield org.springframework.context.annotation.ComponentScanAnnotationParser$1.val$declaringClass:Ljava/lang/String;
aload 0
iload 2
iload 3
invokespecial org.springframework.core.type.filter.AbstractTypeHierarchyTraversingFilter.<init>:(ZZ)V
return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/context/annotation/ComponentScanAnnotationParser$1;
0 1 2 $anonymous0 Z
0 1 3 $anonymous1 Z
MethodParameters:
Name Flags
this$0 final
$anonymous0
$anonymous1
val$declaringClass final
protected boolean matchClassName(java.lang.String);
descriptor: (Ljava/lang/String;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.springframework.context.annotation.ComponentScanAnnotationParser$1.val$declaringClass:Ljava/lang/String;
aload 1
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/context/annotation/ComponentScanAnnotationParser$1;
0 1 1 className Ljava/lang/String;
MethodParameters:
Name Flags
className
}
SourceFile: "ComponentScanAnnotationParser.java"
EnclosingMethod: org.springframework.context.annotation.ComponentScanAnnotationParser.parse:(Lorg/springframework/core/annotation/AnnotationAttributes;Ljava/lang/String;)Ljava/util/Set;
NestHost: org.springframework.context.annotation.ComponentScanAnnotationParser
InnerClasses:
org.springframework.context.annotation.ComponentScanAnnotationParser$1