com.puppycrawl.tools.checkstyle.checks.j2ee
Class RemoteInterfaceMethodChecker
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.RemoteInterfaceMethodChecker
public class RemoteInterfaceMethodChecker
- extends MethodChecker
Checks methods of a remote interface.
- Author:
- Rick Giles
Method Summary |
void |
checkMethod(DetailAST aMethodAST)
Checks whether a method satisfies component requirements. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteInterfaceMethodChecker
public RemoteInterfaceMethodChecker(RemoteInterfaceCheck aCheck)
- Constructs a
RemoteInterfaceMethodChecker
for a
remote interface check.
- Parameters:
aCheck
- the remote interface check.
checkMethod
public void checkMethod(DetailAST aMethodAST)
- Checks whether a method satisfies component requirements.
- Specified by:
checkMethod
in class MethodChecker
- Parameters:
aMethodAST
- the AST for the method definition.