Package org.cadixdev.mercury.util
Class GracefulCheck
java.lang.Object
org.cadixdev.mercury.util.GracefulCheck
public final class GracefulCheck
extends java.lang.Object
Utility for checking gracefully, based on configuration.
-
Method Summary
Modifier and Type Method Description static booleancheckGracefully(SourceContext ctx, org.eclipse.jdt.core.dom.ITypeBinding binding)static booleanisJavadoc(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 Details
-
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)
-