Verwendungen von Klasse
org.aspectj.util.FuzzyBoolean
Packages, die FuzzyBoolean verwenden
Package
Beschreibung
-
Verwendungen von FuzzyBoolean in org.aspectj.util
Felder in org.aspectj.util, die deklariert sind als FuzzyBooleanModifizierer und TypFeldBeschreibungstatic final FuzzyBooleanFuzzyBoolean.MAYBEstatic final FuzzyBooleanFuzzyBoolean.NEVERstatic final FuzzyBooleanFuzzyBoolean.NOstatic final FuzzyBooleanFuzzyBoolean.YESMethoden in org.aspectj.util, die FuzzyBoolean zurückgebenModifizierer und TypMethodeBeschreibungabstract FuzzyBooleanFuzzyBoolean.and(FuzzyBoolean other) static final FuzzyBooleanFuzzyBoolean.fromBoolean(boolean b) abstract FuzzyBooleanFuzzyBoolean.not()abstract FuzzyBooleanFuzzyBoolean.or(FuzzyBoolean other) Methoden in org.aspectj.util mit Parametern vom Typ FuzzyBooleanModifizierer und TypMethodeBeschreibungabstract FuzzyBooleanFuzzyBoolean.and(FuzzyBoolean other) abstract FuzzyBooleanFuzzyBoolean.or(FuzzyBoolean other) -
Verwendungen von FuzzyBoolean in org.aspectj.weaver.internal.tools
Methoden in org.aspectj.weaver.internal.tools, die FuzzyBoolean zurückgebenModifizierer und TypMethodeBeschreibungPointcutDesignatorHandlerBasedPointcut.fastMatch(FastMatchInfo info) protected FuzzyBooleanPointcutDesignatorHandlerBasedPointcut.matchInternal(Shadow shadow) -
Verwendungen von FuzzyBoolean in org.aspectj.weaver.patterns
Methoden in org.aspectj.weaver.patterns, die FuzzyBoolean zurückgebenModifizierer und TypMethodeBeschreibungTypePatternQuestions.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) final FuzzyBooleanDo I really match this shadow?AndAnnotationTypePattern.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) final FuzzyBooleanTypePattern.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) -
Verwendungen von FuzzyBoolean in org.aspectj.weaver.reflect
Konstruktoren in org.aspectj.weaver.reflect mit Parametern vom Typ FuzzyBooleanModifiziererKonstruktorBeschreibungShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params) StandardShadowMatchImpl(FuzzyBoolean match, Test test, ExposedState state, PointcutParameter[] params)