Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
public abstract class BeanMethodChecker
extends MethodChecker
Constructor Summary | |
|
Method Summary | |
protected void |
|
void |
|
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker | |
checkMethod , checkMethod , checkMethods , checkNotThrows , checkThrows , getCheck , log , logName |
public BeanMethodChecker(AbstractBeanCheck aCheck)
Constructs a BeanMethodChecker for a bean check.
- Parameters:
aCheck
- the bean check.
protected void checkCreateMethod(DetailAST aMethodAST)
Checks whether an ejbCreate<METHOD>(...) method of a bean satisfies requirements.
- Parameters:
aMethodAST
- the AST for the method definition.
public void checkMethod(DetailAST aMethodAST)
- Overrides:
- checkMethod in interface MethodChecker
Back to the Checkstyle Home Page |