Constructor and Description |
---|
EclipseWorkaroundTypeUtils(Types realImpl) |
public EclipseWorkaroundTypeUtils(Types realImpl)
public Element asElement(TypeMirror arg0)
public TypeMirror asMemberOf(DeclaredType arg0, Element arg1)
asMemberOf
in interface Types
public TypeElement boxedClass(PrimitiveType arg0)
boxedClass
in interface Types
public TypeMirror capture(TypeMirror arg0)
public boolean contains(TypeMirror arg0, TypeMirror arg1)
public List<? extends TypeMirror> directSupertypes(TypeMirror arg0)
directSupertypes
in interface Types
public TypeMirror erasure(TypeMirror arg0)
public ArrayType getArrayType(TypeMirror arg0)
getArrayType
in interface Types
public DeclaredType getDeclaredType(DeclaredType arg0, TypeElement arg1, TypeMirror... arg2)
getDeclaredType
in interface Types
public DeclaredType getDeclaredType(TypeElement arg0, TypeMirror... arg1)
getDeclaredType
in interface Types
public NullType getNullType()
getNullType
in interface Types
public PrimitiveType getPrimitiveType(TypeKind arg0)
getPrimitiveType
in interface Types
public WildcardType getWildcardType(TypeMirror arg0, TypeMirror arg1)
getWildcardType
in interface Types
public boolean isAssignable(TypeMirror arg0, TypeMirror arg1)
isAssignable
in interface Types
public boolean isSameType(TypeMirror arg0, TypeMirror arg1)
isSameType
in interface Types
public boolean isSubsignature(ExecutableType arg0, ExecutableType arg1)
isSubsignature
in interface Types
public boolean isSubtype(TypeMirror arg0, TypeMirror arg1)
public PrimitiveType unboxedType(TypeMirror arg0)
unboxedType
in interface Types
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.