| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.j2ee.MethodCheckercom.puppycrawl.tools.checkstyle.checks.j2ee.HomeInterfaceMethodCheckerpublic abstract class HomeInterfaceMethodCheckerextends MethodCheckerConstructor 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 HomeInterfaceMethodChecker(AbstractInterfaceCheck aCheck)
Constructs a method checker for a home interface check.
- Parameters:
aCheck- the home interface check.
protected void checkCreateMethod(DetailAST aMethodAST)
Checks create<METHOD>(...) method 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 |