JavaTM 2 Platform
Standard Ed. 6

javax.lang.model.type
介面 ReferenceType

所有父級介面:
TypeMirror
所有已知子介面:
ArrayType, DeclaredType, ErrorType, NullType, TypeVariable

public interface ReferenceType
extends TypeMirror

表示一個參考型別。這些型別包括類別和介面型別、陣列型別、型別變數和 null 型別。

從以下版本開始:
1.6

方法摘要
 
從介面 javax.lang.model.type.TypeMirror 繼承的方法
accept, equals, getKind, hashCode, toString
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only