|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.casttohir.ConditionalReporter
Reports warnings and errors according to the condition.
The following are reported only once with each function or symbol. - long long is not supported - long double is not supported - bit-field is not supported - variable argument list is not supported - wchar_t string is not supported
コンストラクタの概要 | |
ConditionalReporter(ToHir tohir)
|
メソッドの概要 | |
(パッケージプライベート) void |
isSupportedType(Var var)
Show warning message of not suported type. |
(パッケージプライベート) void |
isVaArg(Subp subp)
Show warning message of va_arg. |
(パッケージプライベート) void |
isWideChar(boolean wchar)
Show warning message of wchar_t. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public ConditionalReporter(ToHir tohir)
メソッドの詳細 |
void isSupportedType(Var var)
var
- Varvoid isVaArg(Subp subp)
subp
- Subpvoid isWideChar(boolean wchar)
wchar
- true if wchat_t.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |