Uses of Class
org.aspectj.weaver.tools.FuzzyBoolean
Packages that use FuzzyBoolean
-
Uses of FuzzyBoolean in org.aspectj.weaver.tools
Fields in org.aspectj.weaver.tools declared as FuzzyBooleanModifier and TypeFieldDescriptionstatic FuzzyBoolean
FuzzyBoolean.MAYBE
static FuzzyBoolean
FuzzyBoolean.NO
static FuzzyBoolean
FuzzyBoolean.YES
Methods in org.aspectj.weaver.tools that return FuzzyBooleanModifier and TypeMethodDescriptionstatic FuzzyBoolean
FuzzyBoolean.fromBoolean(boolean b)
ContextBasedMatcher.matchesStatically(MatchingContext matchContext)
Return FuzzyBoolean.YES if a join point with the given matching context is always matched.