Uses of Class
org.aspectj.weaver.patterns.TypePattern.MatchKind

Packages that use TypePattern.MatchKind
org.aspectj.weaver.patterns   
 

Uses of TypePattern.MatchKind in org.aspectj.weaver.patterns
 

Fields in org.aspectj.weaver.patterns declared as TypePattern.MatchKind
static TypePattern.MatchKind TypePattern.DYNAMIC
           
static TypePattern.MatchKind TypePattern.STATIC
           
 

Methods in org.aspectj.weaver.patterns with parameters of type TypePattern.MatchKind
 FuzzyBoolean TypePatternQuestions.askQuestion(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)
           
 FuzzyBoolean TypePatternList.matches(ResolvableTypeList types, TypePattern.MatchKind kind, ResolvedType[][] parameterAnnotations)
           
 FuzzyBoolean TypePatternList.matches(ResolvedType[] types, TypePattern.MatchKind kind)
           
 FuzzyBoolean TypePatternList.matches(ResolvedType[] types, TypePattern.MatchKind kind, ResolvedType[][] parameterAnnotations)
          When called with TypePattern.STATIC this will always return either FuzzyBoolean.YES or FuzzyBoolean.NO.
 FuzzyBoolean TypePattern.matches(ResolvedType type, TypePattern.MatchKind kind)
           
 

Constructors in org.aspectj.weaver.patterns with parameters of type TypePattern.MatchKind
TypePatternQuestions.Question(TypePattern pattern, ResolvedType type, TypePattern.MatchKind kind)