javax.lang.model.type

接口
异常
所有超级接口:
TypeMirror
所有已知子接口:
ArrayType, DeclaredType, ErrorType, NullType, TypeVariable

public interface ReferenceType
     
extends TypeMirror

表示一个引用类型。这些类型包括类和接口类型、数组类型、类型变量和 null 类型。

从以下版本开始:
1.6

方法摘要
 
从接口 javax.lang.model.type.TypeMirror 继承的方法
accept, equals, getKind, hashCode, toString