org.sonar.java.checks
Class DeprecatedTagPresenceCheck

java.lang.Object
  extended by com.sonar.sslr.squid.SquidAstVisitor<G>
      extended by com.sonar.sslr.squid.checks.SquidCheck<org.sonar.sslr.parser.LexerlessGrammar>
          extended by org.sonar.java.checks.AbstractDeprecatedChecker
              extended by org.sonar.java.checks.DeprecatedTagPresenceCheck
All Implemented Interfaces:
com.sonar.sslr.api.AstVisitor, org.sonar.squid.api.CodeCheck, org.sonar.squid.api.CodeVisitor

public class DeprecatedTagPresenceCheck
extends AbstractDeprecatedChecker


Constructor Summary
DeprecatedTagPresenceCheck()
           
 
Method Summary
 void visitNode(com.sonar.sslr.api.AstNode node)
           
 
Methods inherited from class org.sonar.java.checks.AbstractDeprecatedChecker
hasDeprecatedAnnotation, hasDeprecatedAnnotationExcludingLocalVariables, hasDeprecatedAnnotationOnLocalVariables, hasJavadocDeprecatedTag, hasJavadocDeprecatedTag, init, isDeprecated
 
Methods inherited from class com.sonar.sslr.squid.checks.SquidCheck
getKey
 
Methods inherited from class com.sonar.sslr.squid.SquidAstVisitor
destroy, getAstNodeTypesToVisit, getContext, leaveFile, leaveNode, setContext, subscribeTo, visitFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecatedTagPresenceCheck

public DeprecatedTagPresenceCheck()
Method Detail

visitNode

public void visitNode(com.sonar.sslr.api.AstNode node)
Specified by:
visitNode in interface com.sonar.sslr.api.AstVisitor
Overrides:
visitNode in class com.sonar.sslr.squid.SquidAstVisitor<org.sonar.sslr.parser.LexerlessGrammar>


Copyright © 2012-2014 SonarSource. All Rights Reserved.