public class RemoteInterfaceMethodChecker extends MethodChecker
Constructor and Description |
---|
RemoteInterfaceMethodChecker(RemoteInterfaceCheck aCheck)
Constructs a
RemoteInterfaceMethodChecker for a
remote interface check. |
Modifier and Type | Method and Description |
---|---|
void |
checkMethod(DetailAST aMethodAST)
Checks whether a method satisfies component requirements.
|
checkMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logName
public RemoteInterfaceMethodChecker(RemoteInterfaceCheck aCheck)
RemoteInterfaceMethodChecker
for a
remote interface check.aCheck
- the remote interface check.public void checkMethod(DetailAST aMethodAST)
checkMethod
in class MethodChecker
aMethodAST
- the AST for the method definition.