com.puppycrawl.tools.checkstyle.checks
public class UncommentedMainCheck extends Check
<module name="UncommentedMain"/>
Method Summary | |
---|---|
void | beginTree(DetailAST aRootAST) {@inheritDoc} |
int[] | getDefaultTokens() {@inheritDoc} |
int[] | getRequiredTokens() {@inheritDoc} |
void | leaveToken(DetailAST aAst) {@inheritDoc} |
void | setExcludedClasses(String aExcludedClasses)
Set the excluded classes pattern. |
void | visitToken(DetailAST aAst) {@inheritDoc} |
Parameters: aExcludedClasses a String
value
Throws: ConversionException unable to parse aExcludedClasses