org.aspectj.weaver.internal.tools
Class MatchingContextBasedTest

java.lang.Object
  extended by org.aspectj.weaver.ast.ASTNode
      extended by org.aspectj.weaver.ast.Test
          extended by org.aspectj.weaver.internal.tools.MatchingContextBasedTest

public class MatchingContextBasedTest
extends Test

Test that uses MatchingContext to match (or not)


Constructor Summary
MatchingContextBasedTest(ContextBasedMatcher pc)
           
 
Method Summary
 void accept(ITestVisitor v)
           
 boolean matches(MatchingContext context)
           
 
Methods inherited from class org.aspectj.weaver.ast.Test
makeAnd, makeCall, makeFieldGetCall, makeHasAnnotation, makeInstanceof, makeNot, makeOr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchingContextBasedTest

public MatchingContextBasedTest(ContextBasedMatcher pc)
Method Detail

accept

public void accept(ITestVisitor v)
Specified by:
accept in class Test

matches

public boolean matches(MatchingContext context)