|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
Interface Summary | |
---|---|
AstVisitor | Interface for Groovy AST Visitors used with Rules |
Class Summary | |
---|---|
AbstractConstructorCallAstVisitor | Abstract superclass for AST Visitor classes that deal with constructor calls |
ClassReferenceAstVisitor | AstVisitor that check for references for a named class |
FieldReferenceAstVisitor | AST Visitor that searches for references to the fields specified on the constructor |
NullReturnTracker | Helper AST visitor that adds rule violation if a return statement is encountered that returns a null constant. |
Violation | Represents a single instance of a rule violation |
Groovy Documentation