Abstract superclass for AstVisitor classes that checks that there is exactly one space (blank) after a keyword and before the opening parenthesis.
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
checkForSingleSpaceAndOpeningParenthesis(org.codehaus.groovy.ast.ASTNode node, String keyword) |