public abstract class org.springframework.aop.support.StaticMethodMatcherPointcut extends org.springframework.aop.support.StaticMethodMatcher implements org.springframework.aop.Pointcut
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.aop.support.StaticMethodMatcherPointcut
  super_class: org.springframework.aop.support.StaticMethodMatcher
{
  private org.springframework.aop.ClassFilter classFilter;
    descriptor: Lorg/springframework/aop/ClassFilter;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.aop.support.StaticMethodMatcherPointcut this
         0: .line 33
            aload 0 /* this */
            invokespecial org.springframework.aop.support.StaticMethodMatcher.<init>:()V
         1: .line 35
            aload 0 /* this */
            getstatic org.springframework.aop.ClassFilter.TRUE:Lorg/springframework/aop/ClassFilter;
            putfield org.springframework.aop.support.StaticMethodMatcherPointcut.classFilter:Lorg/springframework/aop/ClassFilter;
         2: .line 33
            return
        end local 0 // org.springframework.aop.support.StaticMethodMatcherPointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/aop/support/StaticMethodMatcherPointcut;

  public void setClassFilter(org.springframework.aop.ClassFilter);
    descriptor: (Lorg/springframework/aop/ClassFilter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.aop.support.StaticMethodMatcherPointcut this
        start local 1 // org.springframework.aop.ClassFilter classFilter
         0: .line 43
            aload 0 /* this */
            aload 1 /* classFilter */
            putfield org.springframework.aop.support.StaticMethodMatcherPointcut.classFilter:Lorg/springframework/aop/ClassFilter;
         1: .line 44
            return
        end local 1 // org.springframework.aop.ClassFilter classFilter
        end local 0 // org.springframework.aop.support.StaticMethodMatcherPointcut this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/aop/support/StaticMethodMatcherPointcut;
            0    2     1  classFilter  Lorg/springframework/aop/ClassFilter;
    MethodParameters:
             Name  Flags
      classFilter  

  public org.springframework.aop.ClassFilter getClassFilter();
    descriptor: ()Lorg/springframework/aop/ClassFilter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.support.StaticMethodMatcherPointcut this
         0: .line 48
            aload 0 /* this */
            getfield org.springframework.aop.support.StaticMethodMatcherPointcut.classFilter:Lorg/springframework/aop/ClassFilter;
            areturn
        end local 0 // org.springframework.aop.support.StaticMethodMatcherPointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/support/StaticMethodMatcherPointcut;

  public final org.springframework.aop.MethodMatcher getMethodMatcher();
    descriptor: ()Lorg/springframework/aop/MethodMatcher;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.support.StaticMethodMatcherPointcut this
         0: .line 54
            aload 0 /* this */
            areturn
        end local 0 // org.springframework.aop.support.StaticMethodMatcherPointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/support/StaticMethodMatcherPointcut;
}
SourceFile: "StaticMethodMatcherPointcut.java"