Uses of Class
org.aspectj.weaver.tools.FuzzyBoolean
-
Packages that use FuzzyBoolean Package Description org.aspectj.weaver.tools -
-
Uses of FuzzyBoolean in org.aspectj.weaver.tools
Fields in org.aspectj.weaver.tools declared as FuzzyBoolean Modifier and Type Field Description static FuzzyBooleanFuzzyBoolean. MAYBEstatic FuzzyBooleanFuzzyBoolean. NOstatic FuzzyBooleanFuzzyBoolean. YESMethods in org.aspectj.weaver.tools that return FuzzyBoolean Modifier and Type Method Description static FuzzyBooleanFuzzyBoolean. fromBoolean(boolean b)FuzzyBooleanContextBasedMatcher. matchesStatically(MatchingContext matchContext)
-