|
||||||||||
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.HomeInterfaceMethodChecker
public abstract class HomeInterfaceMethodChecker
Checks the methods of a home interface.
Constructor Summary | |
---|---|
HomeInterfaceMethodChecker(AbstractInterfaceCheck aCheck)
Constructs a method checker for a home interface check. |
Method Summary | |
---|---|
protected void |
checkCreateMethod(DetailAST aMethodAST)
Checks create<METHOD>(...) method 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 HomeInterfaceMethodChecker(AbstractInterfaceCheck aCheck)
aCheck
- the home interface check.Method Detail |
---|
public void checkMethod(DetailAST aMethodAST)
checkMethod
in class MethodChecker
aMethodAST
- the AST for the method definition.protected 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 |