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 TypePattern.MatchKind
TypePattern.DYNAMIC
static TypePattern.MatchKind
TypePattern.STATIC
Methods in org.aspectj.weaver.patterns with parameters of type TypePattern.MatchKindModifier and TypeMethodDescriptionTypePatternQuestions.askQuestion(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)
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.Constructors in org.aspectj.weaver.patterns with parameters of type TypePattern.MatchKindModifierConstructorDescriptionQuestion(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)