org.sonar.java.ast.visitor
Class SuppressWarningsAnnotationUtils

java.lang.Object
  extended by org.sonar.java.ast.visitor.SuppressWarningsAnnotationUtils

public final class SuppressWarningsAnnotationUtils
extends Object

Inspired by com.puppycrawl.tools.checkstyle.checks.annotation.SuppressWarningsCheck


Method Summary
static boolean isSuppressAllWarnings(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isSuppressAllWarnings

public static boolean isSuppressAllWarnings(com.puppycrawl.tools.checkstyle.api.DetailAST ast)


Copyright © 2009-2012 SonarSource. All Rights Reserved.