Uses of Class
org.aspectj.weaver.patterns.TypePattern.MatchKind
-
Packages that use TypePattern.MatchKind Package Description org.aspectj.weaver.patterns -
-
Uses of TypePattern.MatchKind in org.aspectj.weaver.patterns
Fields in org.aspectj.weaver.patterns declared as TypePattern.MatchKind Modifier and Type Field Description static TypePattern.MatchKindTypePattern. DYNAMICstatic TypePattern.MatchKindTypePattern. STATICMethods in org.aspectj.weaver.patterns with parameters of type TypePattern.MatchKind Modifier and Type Method Description FuzzyBooleanTypePatternQuestions. askQuestion(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)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)Constructors in org.aspectj.weaver.patterns with parameters of type TypePattern.MatchKind Constructor Description Question(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)
-