| Interface | Description |
|---|---|
| AstVisitor | |
| Rule |
Represents a source code analysis rule .
|
| Class | Description |
|---|---|
| AbstractAstVisitor |
Abstract superclass for Groovy AST Visitors used with Rules
|
| AbstractAstVisitorRule |
Abstract superclass for Rules that use a Groovy AST Visitor.
|
| AbstractConstructorCallAstVisitor | |
| AbstractFieldVisitor |
This is the base class for AST Visitors that only need to visit the fields of
a class.
|
| AbstractMethodCallExpressionVisitor |
This is the base class for AST Visitors that only need to visit the MethodCallExpressions of
a class.
|
| AbstractMethodVisitor |
This is the base class for AST Visitors that only need to visit the methods of
a class.
|
| AbstractRule |
Abstract superclass for Rules.
|
| AbstractRuleTestCase | |
| AbstractSharedAstVisitorRule |
Abstract superclass for Rules that use a single, shared AstVisitor across all ClassNodes in a source (file).
|
| ClassReferenceAstVisitor | |
| FieldReferenceAstVisitor | |
| InlineViolationsParser | |
| InlineViolationsParser.ParseResult | |
| NullReturnTracker | |
| StubRule | |
| Violation |
Copyright © 2021. All rights reserved.