Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker
com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceMethodChecker
public class LocalInterfaceMethodChecker
extends MethodChecker
Constructor Summary | |
|
Method Summary | |
void |
|
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.j2ee.MethodChecker | |
checkMethod , checkMethod , checkMethods , checkNotThrows , checkThrows , getCheck , log , logName |
public LocalInterfaceMethodChecker(LocalInterfaceCheck aCheck)
Constructs aLocalInterfaceMethodChecker
for a local interface check.
- Parameters:
aCheck
- the local interface check.
public void checkMethod(DetailAST aMethodAST)
- Overrides:
- checkMethod in interface MethodChecker
- See Also:
MethodChecker
Back to the Checkstyle Home Page |