|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.puppycrawl.tools.checkstyle.api.AutomaticBean
com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
com.puppycrawl.tools.checkstyle.api.Check
org.sonar.java.ast.CheckstyleSquidBridge
public class CheckstyleSquidBridge
Delegate from Checkstyle Check to JavaAstVisitors.
| Constructor Summary | |
|---|---|
CheckstyleSquidBridge()
|
|
| Method Summary | |
|---|---|
void |
beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
|
void |
finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
|
int[] |
getDefaultTokens()
|
void |
leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
|
void |
visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
|
| Methods inherited from class com.puppycrawl.tools.checkstyle.api.Check |
|---|
destroy, getAcceptableTokens, getClassLoader, getFileContents, getLines, getRequiredTokens, getTabWidth, getTokenNames, init, log, log, setClassLoader, setFileContents, setMessages, setTabWidth, setTokens |
| Methods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter |
|---|
getCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverity |
| Methods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean |
|---|
configure, contextualize, finishLocalSetup, getConfiguration, setupChild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckstyleSquidBridge()
| Method Detail |
|---|
public int[] getDefaultTokens()
getDefaultTokens in class com.puppycrawl.tools.checkstyle.api.Checkpublic void beginTree(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
beginTree in class com.puppycrawl.tools.checkstyle.api.Checkpublic void visitToken(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
visitToken in class com.puppycrawl.tools.checkstyle.api.Checkpublic void leaveToken(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
leaveToken in class com.puppycrawl.tools.checkstyle.api.Checkpublic void finishTree(com.puppycrawl.tools.checkstyle.api.DetailAST ast)
finishTree in class com.puppycrawl.tools.checkstyle.api.Check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||