public abstract class org.springframework.aop.support.Pointcuts
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.springframework.aop.support.Pointcuts
super_class: java.lang.Object
{
public static final org.springframework.aop.Pointcut SETTERS;
descriptor: Lorg/springframework/aop/Pointcut;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.springframework.aop.Pointcut GETTERS;
descriptor: Lorg/springframework/aop/Pointcut;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.springframework.aop.support.Pointcuts$SetterPointcut.INSTANCE:Lorg/springframework/aop/support/Pointcuts$SetterPointcut;
putstatic org.springframework.aop.support.Pointcuts.SETTERS:Lorg/springframework/aop/Pointcut;
1: getstatic org.springframework.aop.support.Pointcuts$GetterPointcut.INSTANCE:Lorg/springframework/aop/support/Pointcuts$GetterPointcut;
putstatic org.springframework.aop.support.Pointcuts.GETTERS:Lorg/springframework/aop/Pointcut;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/aop/support/Pointcuts;
public static org.springframework.aop.Pointcut union(org.springframework.aop.Pointcut, org.springframework.aop.Pointcut);
descriptor: (Lorg/springframework/aop/Pointcut;Lorg/springframework/aop/Pointcut;)Lorg/springframework/aop/Pointcut;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new org.springframework.aop.support.ComposablePointcut
dup
aload 0
invokespecial org.springframework.aop.support.ComposablePointcut.<init>:(Lorg/springframework/aop/Pointcut;)V
aload 1
invokevirtual org.springframework.aop.support.ComposablePointcut.union:(Lorg/springframework/aop/Pointcut;)Lorg/springframework/aop/support/ComposablePointcut;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 pc1 Lorg/springframework/aop/Pointcut;
0 1 1 pc2 Lorg/springframework/aop/Pointcut;
MethodParameters:
Name Flags
pc1
pc2
public static org.springframework.aop.Pointcut intersection(org.springframework.aop.Pointcut, org.springframework.aop.Pointcut);
descriptor: (Lorg/springframework/aop/Pointcut;Lorg/springframework/aop/Pointcut;)Lorg/springframework/aop/Pointcut;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new org.springframework.aop.support.ComposablePointcut
dup
aload 0
invokespecial org.springframework.aop.support.ComposablePointcut.<init>:(Lorg/springframework/aop/Pointcut;)V
aload 1
invokevirtual org.springframework.aop.support.ComposablePointcut.intersection:(Lorg/springframework/aop/Pointcut;)Lorg/springframework/aop/support/ComposablePointcut;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 pc1 Lorg/springframework/aop/Pointcut;
0 1 1 pc2 Lorg/springframework/aop/Pointcut;
MethodParameters:
Name Flags
pc1
pc2
public static boolean matches(org.springframework.aop.Pointcut, java.lang.reflect.Method, java.lang.Class<?>, []);
descriptor: (Lorg/springframework/aop/Pointcut;Ljava/lang/reflect/Method;Ljava/lang/Class;[Ljava/lang/Object;)Z
flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
ldc "Pointcut must not be null"
invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
1: aload 0
getstatic org.springframework.aop.Pointcut.TRUE:Lorg/springframework/aop/Pointcut;
if_acmpne 3
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.springframework.aop.Pointcut.getClassFilter:()Lorg/springframework/aop/ClassFilter;
aload 2
invokeinterface org.springframework.aop.ClassFilter.matches:(Ljava/lang/Class;)Z
ifeq 8
4: aload 0
invokeinterface org.springframework.aop.Pointcut.getMethodMatcher:()Lorg/springframework/aop/MethodMatcher;
astore 4
start local 4 5: aload 4
aload 1
aload 2
invokeinterface org.springframework.aop.MethodMatcher.matches:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Z
ifeq 8
6: aload 4
invokeinterface org.springframework.aop.MethodMatcher.isRuntime:()Z
ifeq 7
aload 4
aload 1
aload 2
aload 3
invokeinterface org.springframework.aop.MethodMatcher.matches:(Ljava/lang/reflect/Method;Ljava/lang/Class;[Ljava/lang/Object;)Z
ifne 7
iconst_0
ireturn
StackMap locals: org.springframework.aop.MethodMatcher
StackMap stack:
7: iconst_1
ireturn
end local 4 8: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 pointcut Lorg/springframework/aop/Pointcut;
0 9 1 method Ljava/lang/reflect/Method;
0 9 2 targetClass Ljava/lang/Class<*>;
0 9 3 args [Ljava/lang/Object;
5 8 4 mm Lorg/springframework/aop/MethodMatcher;
Signature: (Lorg/springframework/aop/Pointcut;Ljava/lang/reflect/Method;Ljava/lang/Class<*>;[Ljava/lang/Object;)Z
MethodParameters:
Name Flags
pointcut
method
targetClass
args
}
SourceFile: "Pointcuts.java"
NestMembers:
org.springframework.aop.support.Pointcuts$GetterPointcut org.springframework.aop.support.Pointcuts$SetterPointcut
InnerClasses:
private GetterPointcut = org.springframework.aop.support.Pointcuts$GetterPointcut of org.springframework.aop.support.Pointcuts
private SetterPointcut = org.springframework.aop.support.Pointcuts$SetterPointcut of org.springframework.aop.support.Pointcuts