Home » openjdk-7 » javax.lang » model » type » [javadoc | source]
javax.lang.model.type
public interface: ReferenceType [javadoc | source]

All Implemented Interfaces:
    TypeMirror

All Known Implementing Classes:
    NullType, TypeVariable, ErrorType, DeclaredType, ArrayType

Represents a reference type. These include class and interface types, array types, type variables, and the null type.