com.puppycrawl.tools.checkstyle.checks.j2ee

Class RemoteInterfaceMethodChecker


public class RemoteInterfaceMethodChecker
extends MethodChecker

Checks methods of a remote interface.
Author:
Rick Giles

Constructor Summary

RemoteInterfaceMethodChecker(RemoteInterfaceCheck aCheck)
Constructs a RemoteInterfaceMethodChecker for a remote interface check.

Method Summary

void
checkMethod(DetailAST aMethodAST)

Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker

checkMethod, checkMethod, checkMethods, checkNotThrows, checkThrows, getCheck, log, logName

Constructor Details

RemoteInterfaceMethodChecker

public RemoteInterfaceMethodChecker(RemoteInterfaceCheck aCheck)
Constructs a RemoteInterfaceMethodChecker for a remote interface check.
Parameters:
aCheck - the remote interface check.

Method Details

checkMethod

public void checkMethod(DetailAST aMethodAST)
Overrides:
checkMethod in interface MethodChecker