|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.BeanMethodChecker
Root class for bean method checks.
| 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)
Checks whether a method satisfies component requirements. |
| Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker |
checkMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BeanMethodChecker(AbstractBeanCheck aCheck)
aCheck - the bean check.| Method Detail |
public void checkMethod(DetailAST aMethodAST)
MethodChecker
checkMethod in class MethodCheckeraMethodAST - the AST for the method definition.MethodCheckerprotected void checkCreateMethod(DetailAST aMethodAST)
aMethodAST - the AST for the method definition.
|
Back to the Checkstyle Home Page | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||