Uses of Class
org.aspectj.weaver.tools.FuzzyBoolean

Packages that use FuzzyBoolean
org.aspectj.weaver.tools   
 

Uses of FuzzyBoolean in org.aspectj.weaver.tools
 

Fields in org.aspectj.weaver.tools declared as FuzzyBoolean
static FuzzyBoolean FuzzyBoolean.MAYBE
           
static FuzzyBoolean FuzzyBoolean.NO
           
static FuzzyBoolean FuzzyBoolean.YES
           
 

Methods in org.aspectj.weaver.tools that return FuzzyBoolean
static FuzzyBoolean FuzzyBoolean.fromBoolean(boolean b)
           
 FuzzyBoolean ContextBasedMatcher.matchesStatically(MatchingContext matchContext)
          Return FuzzyBoolean.YES if a join point with the given matching context is always matched.