java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.DeclaredTypeImpl
All Implemented Interfaces:
AnnotatedConstruct, DeclaredType, ReferenceType, TypeMirror
Direct Known Subclasses:
ErrorTypeImpl

public class DeclaredTypeImpl extends TypeMirrorImpl implements DeclaredType
Implementation of DeclaredType, which refers to a particular usage or instance of a type. Contrast with TypeElement, which is an element that potentially defines a family of DeclaredTypes.