Uses of Class
org.aspectj.weaver.UnresolvedType.TypeKind

Packages that use UnresolvedType.TypeKind
org.aspectj.weaver   
 

Uses of UnresolvedType.TypeKind in org.aspectj.weaver
 

Fields in org.aspectj.weaver declared as UnresolvedType.TypeKind
static UnresolvedType.TypeKind UnresolvedType.TypeKind.GENERIC
           
static UnresolvedType.TypeKind UnresolvedType.TypeKind.PARAMETERIZED
           
static UnresolvedType.TypeKind UnresolvedType.TypeKind.PRIMITIVE
           
static UnresolvedType.TypeKind UnresolvedType.TypeKind.RAW
           
static UnresolvedType.TypeKind UnresolvedType.TypeKind.SIMPLE
           
static UnresolvedType.TypeKind UnresolvedType.TypeKind.TYPE_VARIABLE
           
static UnresolvedType.TypeKind UnresolvedType.TypeKind.WILDCARD
           
 

Methods in org.aspectj.weaver that return UnresolvedType.TypeKind
 UnresolvedType.TypeKind UnresolvedType.getTypekind()