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