Interface IWarningSuppressor

All Known Implementing Classes:
ImplicitCoercionWarning, ObsoleteConstructorWarning, ParseWarning, ParseWarningForDeprecatedMember

public interface IWarningSuppressor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isSuppressed(String warningCode)
     
  • Method Details

    • isSuppressed

      boolean isSuppressed(String warningCode)