| Constructor and Description |
|---|
TypesImpl(BaseProcessingEnvImpl env) |
public TypesImpl(BaseProcessingEnvImpl env)
public Element asElement(TypeMirror t)
public TypeMirror asMemberOf(DeclaredType containing, Element element)
asMemberOf in interface Typespublic TypeElement boxedClass(PrimitiveType p)
boxedClass in interface Typespublic TypeMirror capture(TypeMirror t)
public boolean contains(TypeMirror t1, TypeMirror t2)
public List<? extends TypeMirror> directSupertypes(TypeMirror t)
directSupertypes in interface Typespublic TypeMirror erasure(TypeMirror t)
public ArrayType getArrayType(TypeMirror componentType)
getArrayType 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 NullType getNullType()
getNullType in interface Typespublic PrimitiveType getPrimitiveType(TypeKind kind)
getPrimitiveType in interface Typespublic WildcardType getWildcardType(TypeMirror extendsBound, TypeMirror superBound)
getWildcardType in interface Typespublic boolean isAssignable(TypeMirror t1, TypeMirror t2)
isAssignable in interface Typespublic boolean isSameType(TypeMirror t1, TypeMirror t2)
isSameType in interface Typespublic boolean isSubsignature(ExecutableType m1, ExecutableType m2)
isSubsignature in interface Typespublic boolean isSubtype(TypeMirror t1, TypeMirror t2)
public PrimitiveType unboxedType(TypeMirror t)
unboxedType in interface TypesCopyright © 2015. All rights reserved.