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.
|
checkCreateMethod
checkMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logName
public RemoteHomeInterfaceMethodChecker(RemoteHomeInterfaceCheck aCheck)
aCheck
- the remote home interface check.public void checkMethod(DetailAST aMethodAST)
checkMethod
in class HomeInterfaceMethodChecker
aMethodAST
- the AST for the method definition.