当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
RuntimeTestWalker (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.aop.aspectj
Class RuntimeTestWalker
java.lang.Object
org.springframework.aop.aspectj.RuntimeTestWalker
public class RuntimeTestWalker
- extends Object
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 https://bugs.eclipse.org/bugs/show_bug.cgi?id=151593
- Since:
- 2.0
- Author:
- Adrian Colyer, Ramnivas Laddad
Constructor Summary |
RuntimeTestWalker(org.aspectj.weaver.tools.ShadowMatch shadowMatch)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeTestWalker
public RuntimeTestWalker(org.aspectj.weaver.tools.ShadowMatch shadowMatch)
testsSubtypeSensitiveVars
public boolean testsSubtypeSensitiveVars()
- If the test uses any of the this, target, at_this, at_target, and at_annotation vars,
then it tests subtype sensitive vars.
testThisInstanceOfResidue
public boolean testThisInstanceOfResidue(Object thiz)
Copyright © 2002-2007 The Spring Framework.