org.aspectj.weaver
Class UnresolvedType.TypeKind

java.lang.Object
  extended by org.aspectj.weaver.UnresolvedType.TypeKind
Enclosing class:
UnresolvedType

public static class UnresolvedType.TypeKind
extends java.lang.Object


Field Summary
static UnresolvedType.TypeKind GENERIC
           
static UnresolvedType.TypeKind PARAMETERIZED
           
static UnresolvedType.TypeKind PRIMITIVE
           
static UnresolvedType.TypeKind RAW
           
static UnresolvedType.TypeKind SIMPLE
           
static UnresolvedType.TypeKind TYPE_VARIABLE
           
static UnresolvedType.TypeKind WILDCARD
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRIMITIVE

public static final UnresolvedType.TypeKind PRIMITIVE

SIMPLE

public static final UnresolvedType.TypeKind SIMPLE

RAW

public static final UnresolvedType.TypeKind RAW

GENERIC

public static final UnresolvedType.TypeKind GENERIC

PARAMETERIZED

public static final UnresolvedType.TypeKind PARAMETERIZED

TYPE_VARIABLE

public static final UnresolvedType.TypeKind TYPE_VARIABLE

WILDCARD

public static final UnresolvedType.TypeKind WILDCARD
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object