Package com.puppycrawl.tools.checkstyle.grammars

Contains the grammar used by the Checkstyle framework.

See:
          Description

Interface Summary
CommentListener This interface is used to be notified by parser about comments in the parsed code.
GeneratedJavaTokenTypes  
 

Class Summary
GeneratedJavaLexer  
GeneratedJavaRecognizer Java 1.5 Recognizer This grammar is in the PUBLIC DOMAIN
 

Package com.puppycrawl.tools.checkstyle.grammars Description

Contains the grammar used by the Checkstyle framework.

You should not be referring to this package.


Back to the Checkstyle Home Page