| Constructor and Description |
|---|
DecoratedTypes(Types delegate,
DecoratedProcessingEnvironment env) |
public DecoratedTypes(Types delegate, DecoratedProcessingEnvironment env)
public Element asElement(TypeMirror t)
public TypeMirror capture(TypeMirror t)
public NullType getNullType()
getNullType in interface Typespublic PrimitiveType getPrimitiveType(TypeKind kind)
getPrimitiveType in interface Typespublic DeclaredType getDeclaredType(TypeElement type, TypeMirror... typeArgs)
getDeclaredType in interface Typespublic DeclaredType getDeclaredType(DeclaredType containing, TypeElement type, TypeMirror... typeArgs)
getDeclaredType in interface Typespublic TypeMirror erasure(TypeMirror t)
public WildcardType getWildcardType(TypeMirror extendsBound, TypeMirror superBound)
getWildcardType in interface Typespublic boolean isSameType(TypeMirror t1, TypeMirror t2)
isSameType in interface Typespublic boolean isSubtype(TypeMirror t1, TypeMirror t2)
public TypeElement boxedClass(PrimitiveType p)
boxedClass in interface Typespublic ArrayType getArrayType(TypeMirror componentType)
getArrayType in interface Typespublic boolean contains(TypeMirror t1, TypeMirror t2)
public boolean isSubsignature(ExecutableType m1, ExecutableType m2)
isSubsignature in interface Typespublic boolean isAssignable(TypeMirror t1, TypeMirror t2)
isAssignable in interface Typespublic List<? extends TypeMirror> directSupertypes(TypeMirror t)
directSupertypes in interface Typespublic TypeMirror asMemberOf(DeclaredType containing, Element element)
asMemberOf in interface Typespublic PrimitiveType unboxedType(TypeMirror t)
unboxedType in interface TypesCopyright © 2006-2016–2022. All rights reserved.