JavaTM 2 Platform
Standard Ed. 6

javax.lang.model.type
接口 ErrorType

所有超级接口:
DeclaredType, ReferenceType, TypeMirror

public interface ErrorType
extends DeclaredType

表示无法正常建模的类或接口类型。这可能是处理错误(比如一个缺失的类文件或者错误源代码)的结果。大多数对于派生于这种类型(比如其成员或其超类型)的信息的查询通常不会返回有意义的结果。

从以下版本开始:
1.6

方法摘要
 
从接口 javax.lang.model.type.DeclaredType 继承的方法
asElement, getEnclosingType, getTypeArguments
 
从接口 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