java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
Alle implementierten Schnittstellen:
AnnotatedConstruct, TypeMirror
Bekannte direkte Unterklassen:
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).