com.puppycrawl.tools.checkstyle.checks.j2ee
public abstract class BeanMethodChecker extends MethodChecker
Constructor Summary | |
---|---|
BeanMethodChecker(AbstractBeanCheck aCheck)
Constructs a BeanMethodChecker for a bean check. |
Method Summary | |
---|---|
protected void | checkCreateMethod(DetailAST aMethodAST)
Checks whether an ejbCreate<METHOD>(...) method of a
bean satisfies requirements. |
void | checkMethod(DetailAST aMethodAST)
{@inheritDoc} |
Parameters: aCheck the bean check.
Parameters: aMethodAST the AST for the method definition.