Class CheckedExceptionSuppressor

  • All Implemented Interfaces:
    manifold.api.type.ICompilerComponent

    public class CheckedExceptionSuppressor
    extends Object
    implements manifold.api.type.ICompilerComponent
    • Constructor Detail

      • CheckedExceptionSuppressor

        public CheckedExceptionSuppressor()
    • Method Detail

      • init

        public void init​(com.sun.tools.javac.api.BasicJavacTask javacTask,
                         manifold.internal.javac.TypeProcessor typeProcessor)
        Specified by:
        init in interface manifold.api.type.ICompilerComponent
      • isSuppressed

        public boolean isSuppressed​(com.sun.tools.javac.util.JCDiagnostic.DiagnosticPosition pos,
                                    String issueKey,
                                    Object[] args)
        Specified by:
        isSuppressed in interface manifold.api.type.ICompilerComponent