Uses of Class
org.aspectj.util.FuzzyBoolean
-
Packages that use FuzzyBoolean Package Description org.aspectj.util org.aspectj.weaver.internal.tools org.aspectj.weaver.patterns org.aspectj.weaver.reflect -
-
Uses of FuzzyBoolean in org.aspectj.util
Fields in org.aspectj.util declared as FuzzyBoolean Modifier and Type Field Description static FuzzyBooleanFuzzyBoolean. MAYBEstatic FuzzyBooleanFuzzyBoolean. NEVERstatic FuzzyBooleanFuzzyBoolean. NOstatic FuzzyBooleanFuzzyBoolean. YESMethods in org.aspectj.util that return FuzzyBoolean Modifier and Type Method Description abstract FuzzyBooleanFuzzyBoolean. and(FuzzyBoolean other)static FuzzyBooleanFuzzyBoolean. fromBoolean(boolean b)abstract FuzzyBooleanFuzzyBoolean. not()abstract FuzzyBooleanFuzzyBoolean. or(FuzzyBoolean other)Methods in org.aspectj.util with parameters of type FuzzyBoolean Modifier and Type Method Description abstract FuzzyBooleanFuzzyBoolean. and(FuzzyBoolean other)abstract FuzzyBooleanFuzzyBoolean. or(FuzzyBoolean other) -
Uses of FuzzyBoolean in org.aspectj.weaver.internal.tools
Methods in org.aspectj.weaver.internal.tools that return FuzzyBoolean Modifier and Type Method Description FuzzyBooleanPointcutDesignatorHandlerBasedPointcut. fastMatch(FastMatchInfo info)protected FuzzyBooleanPointcutDesignatorHandlerBasedPointcut. matchInternal(Shadow shadow) -
Uses of FuzzyBoolean in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return FuzzyBoolean Modifier and Type Method Description FuzzyBooleanTypePatternQuestions.Question. ask()FuzzyBooleanTypePatternQuestions. askQuestion(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)FuzzyBooleanAndPointcut. fastMatch(FastMatchInfo type)FuzzyBooleanAnnotationPointcut. fastMatch(FastMatchInfo info)FuzzyBooleanArgsAnnotationPointcut. fastMatch(FastMatchInfo info)FuzzyBooleanArgsPointcut. fastMatch(FastMatchInfo type)FuzzyBooleanCflowPointcut. fastMatch(FastMatchInfo type)FuzzyBooleanConcreteCflowPointcut. fastMatch(FastMatchInfo type)FuzzyBooleanHandlerPointcut. fastMatch(FastMatchInfo type)FuzzyBooleanIfPointcut. fastMatch(FastMatchInfo type)FuzzyBooleanIfPointcut.IfFalsePointcut. fastMatch(FastMatchInfo type)FuzzyBooleanIfPointcut.IfTruePointcut. fastMatch(FastMatchInfo type)FuzzyBooleanKindedPointcut. fastMatch(FastMatchInfo info)FuzzyBooleanNotPointcut. fastMatch(FastMatchInfo type)FuzzyBooleanOrPointcut. fastMatch(FastMatchInfo type)FuzzyBooleanPerCflow. fastMatch(FastMatchInfo type)FuzzyBooleanPerFromSuper. fastMatch(FastMatchInfo type)FuzzyBooleanPerObject. fastMatch(FastMatchInfo type)FuzzyBooleanPerSingleton. fastMatch(FastMatchInfo type)FuzzyBooleanPerTypeWithin. fastMatch(FastMatchInfo info)abstract FuzzyBooleanPointcut. fastMatch(FastMatchInfo info)FuzzyBooleanReferencePointcut. fastMatch(FastMatchInfo type)FuzzyBooleanThisOrTargetAnnotationPointcut. fastMatch(FastMatchInfo info)FuzzyBooleanThisOrTargetPointcut. fastMatch(FastMatchInfo type)FuzzyBooleanWithinAnnotationPointcut. fastMatch(FastMatchInfo info)FuzzyBooleanWithinCodeAnnotationPointcut. fastMatch(FastMatchInfo info)FuzzyBooleanWithincodePointcut. fastMatch(FastMatchInfo type)FuzzyBooleanWithinPointcut. fastMatch(FastMatchInfo info)FuzzyBooleanAnnotationTypePattern. fastMatches(AnnotatedElement annotated)FuzzyBooleanAnyAnnotationTypePattern. fastMatches(AnnotatedElement annotated)FuzzyBooleanExactAnnotationFieldTypePattern. fastMatches(AnnotatedElement annotated)FuzzyBooleanExactAnnotationTypePattern. fastMatches(AnnotatedElement annotated)FuzzyBooleanPointcut. match(Shadow shadow)FuzzyBooleanAndAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanAndAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanAnnotationPatternList. matches(ResolvedType[] someArgs)abstract FuzzyBooleanAnnotationTypePattern. matches(AnnotatedElement annotated)abstract FuzzyBooleanAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanAnyAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanAnyAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanBindingAnnotationFieldTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanExactAnnotationFieldTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanExactAnnotationFieldTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanExactAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanExactAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanNotAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanNotAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanOrAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanOrAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanTypePattern. matches(ResolvedType type, TypePattern.MatchKind kind)FuzzyBooleanTypePatternList. matches(ResolvableTypeList types, TypePattern.MatchKind kind, ResolvedType[][] parameterAnnotations)FuzzyBooleanTypePatternList. matches(ResolvedType[] types, TypePattern.MatchKind kind)FuzzyBooleanTypePatternList. matches(ResolvedType[] types, TypePattern.MatchKind kind, ResolvedType[][] parameterAnnotations)FuzzyBooleanWildAnnotationTypePattern. matches(AnnotatedElement annotated)FuzzyBooleanWildAnnotationTypePattern. matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)FuzzyBooleanAndTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanAnyTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanAnyWithAnnotationTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanEllipsisTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanExactTypePattern. matchesInstanceof(ResolvedType matchType)FuzzyBooleanHasMemberTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanNotTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanNoTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanOrTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanTypeCategoryTypePattern. matchesInstanceof(ResolvedType type)abstract FuzzyBooleanTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanWildTypePattern. matchesInstanceof(ResolvedType type)FuzzyBooleanExactAnnotationFieldTypePattern. matchesRuntimeType(AnnotatedElement annotated)FuzzyBooleanExactAnnotationTypePattern. matchesRuntimeType(AnnotatedElement annotated)protected FuzzyBooleanAndPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanArgsAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanArgsPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanCflowPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanConcreteCflowPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanHandlerPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanIfPointcut.IfFalsePointcut. matchInternal(Shadow shadow)protected FuzzyBooleanIfPointcut.IfTruePointcut. matchInternal(Shadow shadow)protected FuzzyBooleanIfPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanKindedPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanNotPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanOrPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanPerCflow. matchInternal(Shadow shadow)protected FuzzyBooleanPerFromSuper. matchInternal(Shadow shadow)protected FuzzyBooleanPerObject. matchInternal(Shadow shadow)protected FuzzyBooleanPerSingleton. matchInternal(Shadow shadow)protected FuzzyBooleanPerTypeWithin. matchInternal(Shadow shadow)protected abstract FuzzyBooleanPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanReferencePointcut. matchInternal(Shadow shadow)protected FuzzyBooleanThisOrTargetAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanThisOrTargetPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanWithinAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanWithinCodeAnnotationPointcut. matchInternal(Shadow shadow)protected FuzzyBooleanWithincodePointcut. matchInternal(Shadow shadow)protected FuzzyBooleanWithinPointcut. matchInternal(Shadow shadow) -
Uses of FuzzyBoolean in org.aspectj.weaver.reflect
Constructors in org.aspectj.weaver.reflect with parameters of type FuzzyBoolean Constructor Description ShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)StandardShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)
-