public abstract class ReferenceType<T> extends JavaType<T> implements TypeArg
A Java type is either a reference type or a primitive type.
Reference types include
ClassType ArrayType TypeVar IntersectionType NullType
ClassType
ArrayType
TypeVar
IntersectionType
NullType
Any ReferenceType can be used as a TypeArg.
ReferenceType
TypeArg
convertFrom, equals, hashCode, toString, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toString