AbstractAstVisitor |
Abstract superclass for Groovy AST Visitors used with Rules
|
AbstractAstVisitorRule |
Abstract superclass for Rules that use a Groovy AST Visitor.
|
AbstractConstructorCallAstVisitor |
|
AbstractEnhanceableAstVisitorRule |
Abstract superclass for Rules that use a Groovy AST Visitor and can optionally run in enhanced mode.
|
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<T extends Rule> |
|
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 |
|