| Constructor and Description |
|---|
TypesDecorator(ProcessingEnvironment processingEnv,
VersionInformation versionInformation) |
public TypesDecorator(ProcessingEnvironment processingEnv, VersionInformation versionInformation)
public Element asElement(TypeMirror t)
public boolean isSameType(TypeMirror t1, TypeMirror t2)
isSameType in interface Typespublic boolean isSubtype(TypeMirror t1, TypeMirror t2)
public boolean isAssignable(TypeMirror t1, TypeMirror t2)
isAssignable in interface Typespublic boolean contains(TypeMirror t1, TypeMirror t2)
public boolean isSubsignature(ExecutableType m1, ExecutableType m2)
isSubsignature in interface Typespublic List<? extends TypeMirror> directSupertypes(TypeMirror t)
directSupertypes in interface Typespublic TypeMirror erasure(TypeMirror t)
public TypeElement boxedClass(PrimitiveType p)
boxedClass in interface Typespublic PrimitiveType unboxedType(TypeMirror t)
unboxedType in interface Typespublic TypeMirror capture(TypeMirror t)
public PrimitiveType getPrimitiveType(TypeKind kind)
getPrimitiveType in interface Typespublic NullType getNullType()
getNullType in interface Typespublic ArrayType getArrayType(TypeMirror componentType)
getArrayType in interface Typespublic WildcardType getWildcardType(TypeMirror extendsBound, TypeMirror superBound)
getWildcardType in interface Typespublic DeclaredType getDeclaredType(TypeElement typeElem, TypeMirror... typeArgs)
getDeclaredType in interface Typespublic DeclaredType getDeclaredType(DeclaredType containing, TypeElement typeElem, TypeMirror... typeArgs)
getDeclaredType in interface Typespublic TypeMirror asMemberOf(DeclaredType containing, Element element)
asMemberOf in interface TypesCopyright © 2012–2019. All rights reserved.