Class MatchingContextBasedTest
- java.lang.Object
-
- org.aspectj.weaver.ast.ASTNode
-
- org.aspectj.weaver.ast.Test
-
- org.aspectj.weaver.internal.tools.MatchingContextBasedTest
-
public class MatchingContextBasedTest extends Test
-
-
Constructor Summary
Constructors Constructor Description MatchingContextBasedTest(ContextBasedMatcher pc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ITestVisitor v)booleanmatches(MatchingContext context)-
Methods inherited from class org.aspectj.weaver.ast.Test
makeAnd, makeCall, makeFieldGetCall, makeHasAnnotation, makeInstanceof, makeNot, makeOr
-
-
-
-
Constructor Detail
-
MatchingContextBasedTest
public MatchingContextBasedTest(ContextBasedMatcher pc)
-
-
Method Detail
-
accept
public void accept(ITestVisitor v)
-
matches
public boolean matches(MatchingContext context)
-
-