|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface filters warning
| Field Summary | |
static int |
FLT_ACCEPT
Does not decide, the warning will be displayed depending on the user options (warning level, langage specification) |
static int |
FLT_FORCE
Forces the warning to be displayed |
static int |
FLT_REJECT
Rejects the warning, it will not be displayed |
| Method Summary | |
int |
filter(CWarning warning)
Filters a warning |
| Field Detail |
public static final int FLT_REJECT
public static final int FLT_FORCE
public static final int FLT_ACCEPT
| Method Detail |
public int filter(CWarning warning)
warning - a warning to be filtred
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||