org.springframework.aop.aspectj
Class RuntimeTestWalker.ThisInstanceOfResidueTestVisitor

java.lang.Object
  extended by org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
      extended by org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
          extended by org.springframework.aop.aspectj.RuntimeTestWalker.ThisInstanceOfResidueTestVisitor
All Implemented Interfaces:
org.aspectj.weaver.ast.ITestVisitor
Enclosing class:
RuntimeTestWalker

private static class RuntimeTestWalker.ThisInstanceOfResidueTestVisitor
extends RuntimeTestWalker.InstanceOfResidueTestVisitor

Check if residue of this(TYPE) kind. See SPR-2979 for more details.


Field Summary
 
Fields inherited from class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
AT_ANNOTATION_VAR, AT_TARGET_VAR, AT_THIS_VAR, TARGET_VAR, THIS_VAR
 
Constructor Summary
RuntimeTestWalker.ThisInstanceOfResidueTestVisitor(java.lang.Class thisClass)
           
 
Method Summary
 boolean thisInstanceOfMatches(org.aspectj.weaver.ast.Test test)
           
 
Methods inherited from class org.springframework.aop.aspectj.RuntimeTestWalker.InstanceOfResidueTestVisitor
instanceOfMatches, visit
 
Methods inherited from class org.springframework.aop.aspectj.RuntimeTestWalker.TestVisitorAdapter
getVarType, visit, visit, visit, visit, visit, visit, visit, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeTestWalker.ThisInstanceOfResidueTestVisitor

public RuntimeTestWalker.ThisInstanceOfResidueTestVisitor(java.lang.Class thisClass)
Method Detail

thisInstanceOfMatches

public boolean thisInstanceOfMatches(org.aspectj.weaver.ast.Test test)