com.puppycrawl.tools.checkstyle.checks.j2ee
public class RemoteInterfaceMethodChecker extends MethodChecker
| Constructor Summary | |
|---|---|
| RemoteInterfaceMethodChecker(RemoteInterfaceCheck aCheck)
Constructs a RemoteInterfaceMethodChecker for a
remote interface check. | |
| Method Summary | |
|---|---|
| void | checkMethod(DetailAST aMethodAST) |
RemoteInterfaceMethodChecker for a
remote interface check.Parameters: aCheck the remote interface check.