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 boolean
isSuppressed(String warningCode)
-
-
-
Method Detail
-
isSuppressed
boolean isSuppressed(String warningCode)
-
-