Package de.hsh.graja.modules.checkstyle
Class InterceptWalkOrdinary
java.lang.Object
com.puppycrawl.tools.checkstyle.api.AutomaticBean
com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
com.puppycrawl.tools.checkstyle.api.AbstractCheck
de.hsh.graja.modules.checkstyle.InterceptWalkBase
de.hsh.graja.modules.checkstyle.InterceptWalkOrdinary
- All Implemented Interfaces:
com.puppycrawl.tools.checkstyle.api.Configurable,com.puppycrawl.tools.checkstyle.api.Contextualizable
-
Nested Class Summary
Nested classes/interfaces inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
com.puppycrawl.tools.checkstyle.api.AutomaticBean.OutputStreamOptions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hsh.graja.modules.checkstyle.InterceptWalkBase
beginTree, finishTree, getAcceptableTokens, getDefaultTokens, getRequiredTokens, leaveToken, visitTokenMethods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractCheck
clearViolations, destroy, getFileContents, getFilePath, getLine, getLineCodePoints, getLines, getTabWidth, getTokenNames, getViolations, init, log, log, log, setFileContents, setTabWidth, setTokensMethods inherited from class com.puppycrawl.tools.checkstyle.api.AbstractViolationReporter
finishLocalSetup, getCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, setId, setSeverityMethods inherited from class com.puppycrawl.tools.checkstyle.api.AutomaticBean
configure, contextualize, getConfiguration, setupChild
-
Constructor Details
-
InterceptWalkOrdinary
public InterceptWalkOrdinary()
-
-
Method Details
-
isCommentNodesRequired
public boolean isCommentNodesRequired()- Specified by:
isCommentNodesRequiredin classInterceptWalkBase
-