class org.springframework.aop.aspectj.RuntimeTestWalker$ThisInstanceOfResidueTestVisitor extends org.springframework.aop.aspectj.RuntimeTestWalker$InstanceOfResidueTestVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.aop.aspectj.RuntimeTestWalker$ThisInstanceOfResidueTestVisitor
  super_class: org.springframework.aop.aspectj.RuntimeTestWalker$InstanceOfResidueTestVisitor
{
  public void <init>(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.aop.aspectj.RuntimeTestWalker$ThisInstanceOfResidueTestVisitor this
        start local 1 // java.lang.Class thisClass
         0: .line 252
            aload 0 /* this */
            aload 1 /* thisClass */
            iconst_1
            iconst_0
            invokespecial org.springframework.aop.aspectj.RuntimeTestWalker$InstanceOfResidueTestVisitor.<init>:(Ljava/lang/Class;ZI)V
         1: .line 253
            return
        end local 1 // java.lang.Class thisClass
        end local 0 // org.springframework.aop.aspectj.RuntimeTestWalker$ThisInstanceOfResidueTestVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/springframework/aop/aspectj/RuntimeTestWalker$ThisInstanceOfResidueTestVisitor;
            0    2     1  thisClass  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
           Name  Flags
      thisClass  

  public boolean thisInstanceOfMatches(org.aspectj.weaver.ast.Test);
    descriptor: (Lorg/aspectj/weaver/ast/Test;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.aop.aspectj.RuntimeTestWalker$ThisInstanceOfResidueTestVisitor this
        start local 1 // org.aspectj.weaver.ast.Test test
         0: .line 257
            aload 0 /* this */
            aload 1 /* test */
            invokevirtual org.springframework.aop.aspectj.RuntimeTestWalker$ThisInstanceOfResidueTestVisitor.instanceOfMatches:(Lorg/aspectj/weaver/ast/Test;)Z
            ireturn
        end local 1 // org.aspectj.weaver.ast.Test test
        end local 0 // org.springframework.aop.aspectj.RuntimeTestWalker$ThisInstanceOfResidueTestVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/RuntimeTestWalker$ThisInstanceOfResidueTestVisitor;
            0    1     1  test  Lorg/aspectj/weaver/ast/Test;
    MethodParameters:
      Name  Flags
      test  
}
SourceFile: "RuntimeTestWalker.java"
NestHost: org.springframework.aop.aspectj.RuntimeTestWalker
InnerClasses:
  private abstract InstanceOfResidueTestVisitor = org.springframework.aop.aspectj.RuntimeTestWalker$InstanceOfResidueTestVisitor of org.springframework.aop.aspectj.RuntimeTestWalker
  private ThisInstanceOfResidueTestVisitor = org.springframework.aop.aspectj.RuntimeTestWalker$ThisInstanceOfResidueTestVisitor of org.springframework.aop.aspectj.RuntimeTestWalker