|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object checkers.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, uid |
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 copyAnnotations)
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, which this wraps |
|
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. |
|
void |
setTypeArguments(List<? extends AnnotatedTypeMirror> ts)
Sets the type arguments on this type |
|
AnnotatedTypeMirror |
substitute(Map<? extends AnnotatedTypeMirror,? extends AnnotatedTypeMirror> mapping)
Return a copy of this, with the given substitutions performed. |
|
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, toStringDebug |
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 AnnotatedTypeMirror
R
- 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 void setTypeArguments(List<? extends AnnotatedTypeMirror> ts)
ts
- the type argumentspublic 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 AnnotatedTypeMirror
public List<AnnotatedTypeMirror.AnnotatedDeclaredType> directSuperTypes()
directSuperTypes
in class AnnotatedTypeMirror
public AnnotatedTypeMirror.AnnotatedDeclaredType getCopy(boolean copyAnnotations)
AnnotatedTypeMirror
getCopy
in class AnnotatedTypeMirror
copyAnnotations
- whether copy should have annotationspublic AnnotatedTypeMirror substitute(Map<? extends AnnotatedTypeMirror,? extends AnnotatedTypeMirror> mapping)
AnnotatedTypeMirror
substitute
in class AnnotatedTypeMirror
public AnnotatedTypeMirror.AnnotatedDeclaredType getErased()
AnnotatedTypeMirror
getErased
in class AnnotatedTypeMirror
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |