|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 Diagnostic.Kind 的軟體套件 | |
---|---|
javax.annotation.processing | 用來宣告註釋處理器並允許註釋處理器與註釋處理工具環境通信的工具。 |
javax.tools | 為能夠從程序(例如,編譯器)中調用的工具提供介面。 |
javax.annotation.processing 中 Diagnostic.Kind 的使用 |
---|
參數型別為 Diagnostic.Kind 的 javax.annotation.processing 中的方法 | |
---|---|
void |
Messager.printMessage(Diagnostic.Kind kind,
CharSequence msg)
列印指定種類別的訊息。 |
void |
Messager.printMessage(Diagnostic.Kind kind,
CharSequence msg,
Element e)
在元素的位置上列印指定種類別的訊息。 |
void |
Messager.printMessage(Diagnostic.Kind kind,
CharSequence msg,
Element e,
AnnotationMirror a)
在已註釋元素的註釋鏡像位置上列印指定種類別的訊息。 |
void |
Messager.printMessage(Diagnostic.Kind kind,
CharSequence msg,
Element e,
AnnotationMirror a,
AnnotationValue v)
在已註釋元素的註釋鏡像內部註釋值的位置上列印指定種類別的訊息。 |
javax.tools 中 Diagnostic.Kind 的使用 |
---|
返回 Diagnostic.Kind 的 javax.tools 中的方法 | |
---|---|
Diagnostic.Kind |
Diagnostic.getKind()
獲取此診斷的型別,例如,錯誤或者警告。 |
static Diagnostic.Kind |
Diagnostic.Kind.valueOf(String name)
返回帶有指定名稱的該型別的列舉常數。 |
static Diagnostic.Kind[] |
Diagnostic.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。