Uses of Interface
org.aspectj.weaver.ast.ITestVisitor
-
Packages that use ITestVisitor Package Description org.aspectj.weaver.ast org.aspectj.weaver.bcel org.aspectj.weaver.internal.tools -
-
Uses of ITestVisitor in org.aspectj.weaver.ast
Methods in org.aspectj.weaver.ast with parameters of type ITestVisitor Modifier and Type Method Description voidAnd. accept(ITestVisitor v)voidCall. accept(ITestVisitor v)voidFieldGetCall. accept(ITestVisitor v)voidHasAnnotation. accept(ITestVisitor v)voidInstanceof. accept(ITestVisitor v)voidLiteral. accept(ITestVisitor v)voidNot. accept(ITestVisitor v)voidOr. accept(ITestVisitor v)abstract voidTest. accept(ITestVisitor v) -
Uses of ITestVisitor in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement ITestVisitor Modifier and Type Class Description classBcelRenderer -
Uses of ITestVisitor in org.aspectj.weaver.internal.tools
Methods in org.aspectj.weaver.internal.tools with parameters of type ITestVisitor Modifier and Type Method Description voidMatchingContextBasedTest. accept(ITestVisitor v)
-