| com.google.gwt.checkstyle.OrderCheck
OrderCheck | public class OrderCheck extends Check (Code) | | Checks that the parts of a class or interface declaration appear in the order
specified by the 'Making GWT better' style guide.
|
getDefaultTokens | public int[] getDefaultTokens()(Code) | | |
leaveToken | public void leaveToken(DetailAST aAST)(Code) | | |
visitToken | public void visitToken(DetailAST aAST)(Code) | | |
|
|