| Class | Description |
|---|---|
| AstUtil | Contains static utility methods and constants related to Groovy AST. |
| CodeNarcVersion | Utility class to return the current version of CodeNarc |
| ConsecutiveUtils | Utility class for Consecutive* rules. |
| GroovyVersion | Utility class to provide Groovy system information |
| ImportUtil | Contains static utility methods and constants related to Import statements. |
| ModifiersUtil | Provide static utility methods for parsing AST member modifiers, e.g. public/protected/private, static, final, etc. |
| MultilineCommentChecker | A class that is used to hold the state of a the presence of multiline comments. |
| PathUtil | Path-related utility methods. |
| PropertyUtil | Contains property-related static utility methods |
| SourceCodeUtil | Contains source related static utility methods |
| WildcardPattern | Represents a string pattern that may optionally include wildcards ('*', '**' or '?') |