java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
All Implemented Interfaces:
AnnotatedConstruct, TypeMirror
Direct Known Subclasses:
ArrayTypeImpl, DeclaredTypeImpl, ExecutableTypeImpl, NoTypeImpl, PrimitiveTypeImpl, TypeVariableImpl, WildcardTypeImpl

public class TypeMirrorImpl extends Object implements TypeMirror
Implementation of a TypeMirror. TypeMirror represents a type, including types that have no declaration, such as primitives (int, boolean) and types that are specializations of declarations (List).