|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.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
| Constructor Summary | |
ConditionalReporter(ToHir tohir)
|
|
| Method Summary | |
(package private) void |
isSupportedType(Var var)
Show warning message of not suported type. |
(package private) void |
isVaArg(Subp subp)
Show warning message of va_arg. |
(package private) void |
isWideChar(boolean wchar)
Show warning message of wchar_t. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConditionalReporter(ToHir tohir)
| Method Detail |
void isSupportedType(Var var)
var - Varvoid isVaArg(Subp subp)
subp - Subpvoid isWideChar(boolean wchar)
wchar - true if wchat_t.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||