Uses of Class
org.aspectj.weaver.patterns.TypePattern.MatchKind
Packages that use TypePattern.MatchKind
-
Uses of TypePattern.MatchKind in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as TypePattern.MatchKindModifier and TypeFieldDescriptionstatic final TypePattern.MatchKindTypePattern.DYNAMICstatic final TypePattern.MatchKindTypePattern.STATICMethods in org.aspectj.weaver.patterns with parameters of type TypePattern.MatchKindModifier and TypeMethodDescriptionTypePatternQuestions.askQuestion(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind) 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.Constructors in org.aspectj.weaver.patterns with parameters of type TypePattern.MatchKindModifierConstructorDescriptionQuestion(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)