Class GracefulCheck


  • public final class GracefulCheck
    extends java.lang.Object
    Utility for checking gracefully, based on configuration.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean checkGracefully​(SourceContext ctx, org.eclipse.jdt.core.dom.ITypeBinding binding)  
      static boolean isJavadoc​(org.eclipse.jdt.core.dom.ASTNode node)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • checkGracefully

        public static boolean checkGracefully​(SourceContext ctx,
                                              org.eclipse.jdt.core.dom.ITypeBinding binding)
      • isJavadoc

        public static boolean isJavadoc​(org.eclipse.jdt.core.dom.ASTNode node)