public abstract class HomeInterfaceMethodChecker extends MethodChecker
| Constructor and Description |
|---|
HomeInterfaceMethodChecker(AbstractInterfaceCheck aCheck)
Constructs a method checker for a home interface check.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCreateMethod(DetailAST aMethodAST)
Checks create<METHOD>(...) method requirements.
|
void |
checkMethod(DetailAST aMethodAST)
Checks whether a method satisfies component requirements.
|
checkMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logNamepublic HomeInterfaceMethodChecker(AbstractInterfaceCheck aCheck)
aCheck - the home interface check.public void checkMethod(DetailAST aMethodAST)
checkMethod in class MethodCheckeraMethodAST - the AST for the method definition.protected void checkCreateMethod(DetailAST aMethodAST)
aMethodAST - the AST for the method definition.