Uses of Class
org.aspectj.util.FuzzyBoolean
Packages that use FuzzyBoolean
Package
Description
-
Uses of FuzzyBoolean in org.aspectj.util
Fields in org.aspectj.util declared as FuzzyBooleanModifier and TypeFieldDescriptionstatic FuzzyBooleanFuzzyBoolean.MAYBEstatic FuzzyBooleanFuzzyBoolean.NEVERstatic FuzzyBooleanFuzzyBoolean.NOstatic FuzzyBooleanFuzzyBoolean.YESMethods in org.aspectj.util that return FuzzyBooleanModifier and TypeMethodDescriptionabstract 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 FuzzyBooleanModifier and TypeMethodDescriptionabstract 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 FuzzyBooleanModifier and TypeMethodDescriptionPointcutDesignatorHandlerBasedPointcut.fastMatch(FastMatchInfo info)protected FuzzyBooleanPointcutDesignatorHandlerBasedPointcut.matchInternal(Shadow shadow) -
Uses of FuzzyBoolean in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns that return FuzzyBooleanModifier and TypeMethodDescriptionTypePatternQuestions.Question.ask()TypePatternQuestions.askQuestion(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)AndPointcut.fastMatch(FastMatchInfo type)AnnotationPointcut.fastMatch(FastMatchInfo info)ArgsAnnotationPointcut.fastMatch(FastMatchInfo info)ArgsPointcut.fastMatch(FastMatchInfo type)CflowPointcut.fastMatch(FastMatchInfo type)ConcreteCflowPointcut.fastMatch(FastMatchInfo type)HandlerPointcut.fastMatch(FastMatchInfo type)IfPointcut.fastMatch(FastMatchInfo type)IfPointcut.IfFalsePointcut.fastMatch(FastMatchInfo type)IfPointcut.IfTruePointcut.fastMatch(FastMatchInfo type)KindedPointcut.fastMatch(FastMatchInfo info)NotPointcut.fastMatch(FastMatchInfo type)OrPointcut.fastMatch(FastMatchInfo type)PerCflow.fastMatch(FastMatchInfo type)PerFromSuper.fastMatch(FastMatchInfo type)PerObject.fastMatch(FastMatchInfo type)PerSingleton.fastMatch(FastMatchInfo type)PerTypeWithin.fastMatch(FastMatchInfo info)abstract FuzzyBooleanPointcut.fastMatch(FastMatchInfo info)Could I match any shadows in the code defined within this type?ReferencePointcut.fastMatch(FastMatchInfo type)ThisOrTargetAnnotationPointcut.fastMatch(FastMatchInfo info)ThisOrTargetPointcut.fastMatch(FastMatchInfo type)WithinAnnotationPointcut.fastMatch(FastMatchInfo info)WithinCodeAnnotationPointcut.fastMatch(FastMatchInfo info)WithincodePointcut.fastMatch(FastMatchInfo type)WithinPointcut.fastMatch(FastMatchInfo info)AnnotationTypePattern.fastMatches(AnnotatedElement annotated)AnyAnnotationTypePattern.fastMatches(AnnotatedElement annotated)ExactAnnotationFieldTypePattern.fastMatches(AnnotatedElement annotated)ExactAnnotationTypePattern.fastMatches(AnnotatedElement annotated)Do I really match this shadow? XXX implementors need to handle stateAndAnnotationTypePattern.matches(AnnotatedElement annotated)AndAnnotationTypePattern.matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)AnnotationPatternList.matches(ResolvedType[] someArgs)abstract FuzzyBooleanAnnotationTypePattern.matches(AnnotatedElement annotated)abstract FuzzyBooleanAnnotationTypePattern.matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)AnyAnnotationTypePattern.matches(AnnotatedElement annotated)AnyAnnotationTypePattern.matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)BindingAnnotationFieldTypePattern.matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)ExactAnnotationFieldTypePattern.matches(AnnotatedElement annotated)ExactAnnotationFieldTypePattern.matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)ExactAnnotationTypePattern.matches(AnnotatedElement annotated)ExactAnnotationTypePattern.matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)NotAnnotationTypePattern.matches(AnnotatedElement annotated)NotAnnotationTypePattern.matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)OrAnnotationTypePattern.matches(AnnotatedElement annotated)OrAnnotationTypePattern.matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)TypePattern.matches(ResolvedType type, TypePattern.MatchKind kind)TypePatternList.matches(ResolvableTypeList types, TypePattern.MatchKind kind, ResolvedType[][] parameterAnnotations)TypePatternList.matches(ResolvedType[] types, TypePattern.MatchKind kind)TypePatternList.matches(ResolvedType[] types, TypePattern.MatchKind kind, ResolvedType[][] parameterAnnotations)When called with TypePattern.STATIC this will always return either FuzzyBoolean.YES or FuzzyBoolean.NO.WildAnnotationTypePattern.matches(AnnotatedElement annotated)WildAnnotationTypePattern.matches(AnnotatedElement annotated, ResolvedType[] parameterAnnotations)AndTypePattern.matchesInstanceof(ResolvedType type)AnyTypePattern.matchesInstanceof(ResolvedType type)AnyWithAnnotationTypePattern.matchesInstanceof(ResolvedType type)EllipsisTypePattern.matchesInstanceof(ResolvedType type)ExactTypePattern.matchesInstanceof(ResolvedType matchType)HasMemberTypePattern.matchesInstanceof(ResolvedType type)NotTypePattern.matchesInstanceof(ResolvedType type)NoTypePattern.matchesInstanceof(ResolvedType type)OrTypePattern.matchesInstanceof(ResolvedType type)TypeCategoryTypePattern.matchesInstanceof(ResolvedType type)abstract FuzzyBooleanTypePattern.matchesInstanceof(ResolvedType type)WildTypePattern.matchesInstanceof(ResolvedType type)ExactAnnotationFieldTypePattern.matchesRuntimeType(AnnotatedElement annotated)ExactAnnotationTypePattern.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)Do I really match this 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 FuzzyBooleanModifierConstructorDescriptionShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)StandardShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)