Abstract superclass for AST Visitor classes that deal with constructor calls
Type Params | Return Type | Name and description |
---|---|---|
|
protected String |
getViolationMessage(org.codehaus.groovy.ast.expr.ConstructorCallExpression call) |
|
protected def |
isConstructorCallAViolation(org.codehaus.groovy.ast.expr.ConstructorCallExpression constructorCall) Subclasses must implement to return true if the visited constructor call causes a rule violation |
|
void |
visitConstructorCallExpression(org.codehaus.groovy.ast.expr.ConstructorCallExpression constructorCall) |
Subclasses must implement to return true if the visited constructor call causes a rule violation