| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcheckers.types.AnnotatedTypeMirror
checkers.types.AnnotatedTypeMirror.AnnotatedDeclaredType
public static class AnnotatedTypeMirror.AnnotatedDeclaredType extends AnnotatedTypeMirror implements AnnotatedTypeMirror.AnnotatedReferenceType
Represents a declared type (whether class or interface).
| Modifier and Type | Class and Description | 
|---|
| Modifier and Type | Field and Description | 
|---|---|
protected  DeclaredType | 
actualType
 | 
protected  List<AnnotatedTypeMirror.AnnotatedDeclaredType> | 
interfaces
Deprecated.  | 
protected  AnnotatedTypeMirror.AnnotatedDeclaredType | 
superclass
Deprecated.  | 
protected  List<AnnotatedTypeMirror.AnnotatedDeclaredType> | 
supertypes
 | 
protected  List<AnnotatedTypeMirror> | 
typeArgs
Parametrized Type Arguments  | 
| Fields inherited from class checkers.types.AnnotatedTypeMirror | 
|---|
annotationFactory, annotations, element, enclosingType, env, typeFactory | 
| Modifier and Type | Method and Description | |
|---|---|---|
 | 
accept(AnnotatedTypeVisitor<R,P> v,
       P p)
Applies a visitor to this type.  | 
|
 List<AnnotatedTypeMirror.AnnotatedDeclaredType> | 
directSuperTypes()
 | 
|
 AnnotatedTypeMirror.AnnotatedDeclaredType | 
getCopy(boolean annotation)
Returns a shallow copy of this type.  | 
|
 AnnotatedTypeMirror.AnnotatedDeclaredType | 
getErased()
Returns the erasure type of the this type, according to JLS specifications.  | 
|
 List<AnnotatedTypeMirror.AnnotatedDeclaredType> | 
getInterfaces()
Deprecated.  | 
|
 AnnotatedTypeMirror | 
getSuperclass()
Deprecated.  | 
|
 List<AnnotatedTypeMirror> | 
getTypeArguments()
 | 
|
 DeclaredType | 
getUnderlyingType()
Returns the underlying unannotated Java type wrapped with this  | 
|
 boolean | 
isGeneric()
Returns true if the type is generic, even if the type is erased or used as a RAW type.  | 
|
 boolean | 
isParameterized()
Returns true if the type is a generic type and the type declaration is parameterized.  | 
|
 AnnotatedTypeMirror | 
substitute(Map<? extends AnnotatedTypeMirror,? extends AnnotatedTypeMirror> mapping)
Sub  | 
|
 String | 
toString()
 | 
| Methods inherited from class checkers.types.AnnotatedTypeMirror | 
|---|
addAnnotation, addAnnotation, addAnnotations, clearAnnotations, copyFields, createType, createTypeOfObject, directSuperTypes, equals, formatAnnotationString, getAnnotation, getAnnotation, getAnnotation, getAnnotations, getElement, getEnclosingType, getKind, hasAnnotation, hasAnnotation, hashCode, isAnnotated, removeAnnotation, removeAnnotation, removeAnnotations | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
protected List<AnnotatedTypeMirror> typeArgs
@Deprecated protected @Deprecated AnnotatedTypeMirror.AnnotatedDeclaredType superclass
@Deprecated protected @Deprecated List<AnnotatedTypeMirror.AnnotatedDeclaredType> interfaces
protected final DeclaredType actualType
protected List<AnnotatedTypeMirror.AnnotatedDeclaredType> supertypes
| Method Detail | 
|---|
public String toString()
toString in class AnnotatedTypeMirror
public <R,P> R accept(AnnotatedTypeVisitor<R,P> v,
                      P p)
AnnotatedTypeMirror
accept in class AnnotatedTypeMirrorR - the return type of the visitor's methodsP - the type of the additional parameter to the visitor's methodsv - the visitor operating on this typep - additional parameter to the visitorpublic List<AnnotatedTypeMirror> getTypeArguments()
@Deprecated public AnnotatedTypeMirror getSuperclass()
public boolean isGeneric()
public boolean isParameterized()
@Deprecated public List<AnnotatedTypeMirror.AnnotatedDeclaredType> getInterfaces()
public DeclaredType getUnderlyingType()
AnnotatedTypeMirror
getUnderlyingType in class AnnotatedTypeMirrorpublic List<AnnotatedTypeMirror.AnnotatedDeclaredType> directSuperTypes()
directSuperTypes in class AnnotatedTypeMirrorpublic AnnotatedTypeMirror.AnnotatedDeclaredType getCopy(boolean annotation)
AnnotatedTypeMirror
getCopy in class AnnotatedTypeMirrorannotation - whether copy should have annotationspublic AnnotatedTypeMirror substitute(Map<? extends AnnotatedTypeMirror,? extends AnnotatedTypeMirror> mapping)
AnnotatedTypeMirror
substitute in class AnnotatedTypeMirrorpublic AnnotatedTypeMirror.AnnotatedDeclaredType getErased()
AnnotatedTypeMirror
getErased in class AnnotatedTypeMirror
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||