Class EclipseWorkaroundTypeUtils
- java.lang.Object
-
- org.uberfire.annotations.processors.EclipseWorkaroundTypeUtils
-
-
Constructor Summary
Constructors Constructor Description EclipseWorkaroundTypeUtils(Types realImpl)
-
Method Summary
-
-
-
Constructor Detail
-
EclipseWorkaroundTypeUtils
public EclipseWorkaroundTypeUtils(Types realImpl)
-
-
Method Detail
-
asElement
public Element asElement(TypeMirror arg0)
-
asMemberOf
public TypeMirror asMemberOf(DeclaredType arg0, Element arg1)
- Specified by:
asMemberOfin interfaceTypes
-
boxedClass
public TypeElement boxedClass(PrimitiveType arg0)
- Specified by:
boxedClassin interfaceTypes
-
capture
public TypeMirror capture(TypeMirror arg0)
-
contains
public boolean contains(TypeMirror arg0, TypeMirror arg1)
-
directSupertypes
public List<? extends TypeMirror> directSupertypes(TypeMirror arg0)
- Specified by:
directSupertypesin interfaceTypes
-
erasure
public TypeMirror erasure(TypeMirror arg0)
-
getArrayType
public ArrayType getArrayType(TypeMirror arg0)
- Specified by:
getArrayTypein interfaceTypes
-
getDeclaredType
public DeclaredType getDeclaredType(DeclaredType arg0, TypeElement arg1, TypeMirror... arg2)
- Specified by:
getDeclaredTypein interfaceTypes
-
getDeclaredType
public DeclaredType getDeclaredType(TypeElement arg0, TypeMirror... arg1)
- Specified by:
getDeclaredTypein interfaceTypes
-
getNullType
public NullType getNullType()
- Specified by:
getNullTypein interfaceTypes
-
getPrimitiveType
public PrimitiveType getPrimitiveType(TypeKind arg0)
- Specified by:
getPrimitiveTypein interfaceTypes
-
getWildcardType
public WildcardType getWildcardType(TypeMirror arg0, TypeMirror arg1)
- Specified by:
getWildcardTypein interfaceTypes
-
isAssignable
public boolean isAssignable(TypeMirror arg0, TypeMirror arg1)
- Specified by:
isAssignablein interfaceTypes
-
isSameType
public boolean isSameType(TypeMirror arg0, TypeMirror arg1)
- Specified by:
isSameTypein interfaceTypes
-
isSubsignature
public boolean isSubsignature(ExecutableType arg0, ExecutableType arg1)
- Specified by:
isSubsignaturein interfaceTypes
-
isSubtype
public boolean isSubtype(TypeMirror arg0, TypeMirror arg1)
-
unboxedType
public PrimitiveType unboxedType(TypeMirror arg0)
- Specified by:
unboxedTypein interfaceTypes
-
-