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
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(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
 
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(Test test)