Class AbstractParenPadCheck

All Implemented Interfaces:
Configurable, Contextualizable
Direct Known Subclasses:
ParenPadCheck, TypecastParenPadCheck

public abstract class AbstractParenPadCheck extends AbstractCheck
Abstract class for checking the padding of parentheses. That is whether a space is required after a left parenthesis and before a right parenthesis, or such spaces are forbidden.