Package gw.lang.parser.exceptions
Interface IWarningSuppressor
-
- All Known Implementing Classes:
ImplicitCoercionWarning,ObsoleteConstructorWarning,ParseWarning,ParseWarningForDeprecatedMember
public interface IWarningSuppressor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSuppressed(String warningCode)
-
-
-
Method Detail
-
isSuppressed
boolean isSuppressed(String warningCode)
-
-