Klasse TypeCategoryTypePattern

Alle implementierten Schnittstellen:
IHasPosition, IHasSourceLocation

public class TypeCategoryTypePattern extends TypePattern
A TypeCategoryTypePattern matches on the category of a type, one of class/interface/aspect/inner/anonymous/enum/annotation, and these are specified in the pointcut via isClass() isInterface() isAspect() isInner() isAnonymous() isEnum() isAnnotation().
Seit:
1.6.9
Autor:
Andy Clement