Package org.aspectj.weaver.tools
Interface ContextBasedMatcher
-
public interface ContextBasedMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancouldMatchJoinPointsInType(Class aClass)booleancouldMatchJoinPointsInType(Class aClass, MatchingContext matchContext)booleanmatchesDynamically(MatchingContext matchContext)FuzzyBooleanmatchesStatically(MatchingContext matchContext)booleanmayNeedDynamicTest()
-
-
-
Method Detail
-
couldMatchJoinPointsInType
boolean couldMatchJoinPointsInType(Class aClass)
-
couldMatchJoinPointsInType
boolean couldMatchJoinPointsInType(Class aClass, MatchingContext matchContext)
-
mayNeedDynamicTest
boolean mayNeedDynamicTest()
-
matchesStatically
FuzzyBoolean matchesStatically(MatchingContext matchContext)
-
matchesDynamically
boolean matchesDynamically(MatchingContext matchContext)
-
-