com.puppycrawl.tools.checkstyle.checks
public class ArrayTypeStyleCheck extends Check
public static void main(String[] args)
and some like C-style: public static void main(String args[])
By default the Check enforces Java style.
| Method Summary | |
|---|---|
| int[] | getDefaultTokens() |
| void | setJavaStyle(boolean aJavaStyle)
Controls whether to check for Java or C style. |
| void | visitToken(DetailAST aAST) |
Parameters: aJavaStyle true if Java style should be used.