public class RemoteHomeInterfaceMethodChecker extends HomeInterfaceMethodChecker
| Constructor and Description |
|---|
RemoteHomeInterfaceMethodChecker(RemoteHomeInterfaceCheck aCheck)
Constructs a method checker for a remote home interface check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkMethod(DetailAST aMethodAST)
Checks whether a method satisfies component requirements.
|
checkCreateMethodcheckMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logNamepublic RemoteHomeInterfaceMethodChecker(RemoteHomeInterfaceCheck aCheck)
aCheck - the remote home interface check.public void checkMethod(DetailAST aMethodAST)
checkMethod in class HomeInterfaceMethodCheckeraMethodAST - the AST for the method definition.