org.sonar.java.ast.check
Class BreakCheck

java.lang.Object
  extended by org.sonar.java.ast.visitor.JavaAstVisitor
      extended by org.sonar.java.ast.check.BreakCheck
All Implemented Interfaces:
CodeVisitor

public class BreakCheck
extends JavaAstVisitor


Constructor Summary
BreakCheck()
           
 
Method Summary
 List<Integer> getWantedTokens()
           
 void visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
           
 
Methods inherited from class org.sonar.java.ast.visitor.JavaAstVisitor
addSourceCode, getFileContents, getInputFile, leaveFile, leaveToken, peekParentClass, peekParentPackage, peekSourceCode, popSourceCode, setFileContents, setInputFile, setSource, setSourceCodeStack, visitFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BreakCheck

public BreakCheck()
Method Detail

getWantedTokens

public List<Integer> getWantedTokens()
Overrides:
getWantedTokens in class JavaAstVisitor

visitToken

public void visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
Overrides:
visitToken in class JavaAstVisitor


Copyright © 2009-2012 SonarSource. All Rights Reserved.