Abstract superclass for AST Visitor classes that deal with constructor calls
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