javax.lang.model.type
Interface ReferenceType

All Superinterfaces:
TypeMirror
All Known Subinterfaces:
ArrayType, DeclaredType, ErrorType, NullType, TypeVariable

public interface ReferenceType
extends TypeMirror

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

Since:
1.6
Version:
1.9 07/05/05
Author:
Joseph D. Darcy, Scott Seligman, Peter von der Ahé

Method Summary
 
Methods inherited from interface javax.lang.model.type.TypeMirror
accept, equals, getKind, hashCode, toString