checks formatting for tokens that are follow opening curly brace (like do)
Parameters: aToken - current Token true if the token violates a rule; otherwise false
checks formatting for tokens that are followed by expression in parenthesis
Parameters: aToken - currentToken true if the token violates a rule; otherwise false
checks formatting for tokens that are successors of a closing curly brace
like else, catch or finally
Parameters: aToken - current Token true if the token violates a rule; otherwise false
skips all tokens of a expression in parenthesis
Parameters: currentToken - first opening parenthesis of expression last closing parenthesis of expression
Fields inherited from org.hammurapi.inspectors.formatting.FormattingCheckerBase