Uses of Class
com.puppycrawl.tools.checkstyle.checks.j2ee.LocalInterfaceCheck

Packages that use LocalInterfaceCheck
com.puppycrawl.tools.checkstyle.checks.j2ee Contains J2EE checks. 
 

Uses of LocalInterfaceCheck in com.puppycrawl.tools.checkstyle.checks.j2ee
 

Constructors in com.puppycrawl.tools.checkstyle.checks.j2ee with parameters of type LocalInterfaceCheck
LocalInterfaceMethodChecker(LocalInterfaceCheck aCheck)
          Constructs a LocalInterfaceMethodChecker for a local interface check.
 


Back to the Checkstyle Home Page