| java.lang.Object org.springframework.aop.aspectj.RuntimeTestWalker
RuntimeTestWalker | class RuntimeTestWalker (Code) | | This class encapsulates some AspectJ internal knowledge that should be
pushed back into the AspectJ project in a future release.
It relies on implementation specific knowledge in AspectJ to break
encapsulation and do something AspectJ was not designed to do: query
the types of runtime tests that will be performed. The code here should
migrate to ShadowMatch.getVariablesInvolvedInRuntimeTest()
or some similar operation.
See .
author: Adrian Colyer author: Ramnivas Laddad since: 2.0 |
RuntimeTestWalker | public RuntimeTestWalker(ShadowMatch shadowMatch)(Code) | | |
testTargetInstanceOfResidue | public boolean testTargetInstanceOfResidue(Class targetClass)(Code) | | |
testThisInstanceOfResidue | public boolean testThisInstanceOfResidue(Class thisClass)(Code) | | |
testsSubtypeSensitiveVars | public boolean testsSubtypeSensitiveVars()(Code) | | If the test uses any of the this, target, at_this, at_target, and at_annotation vars,
then it tests subtype sensitive vars.
|
|
|