|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.rule.AbstractAstVisitorRule
groovy.org.codenarc.rule.design.CloneWithoutCloneableRule
class CloneWithoutCloneableRule extends AbstractAstVisitorRule
The method clone() should only be declared if the class implements the Cloneable interface.
| Property Summary | |
|---|---|
Class |
astVisitorClass
|
int |
compilerPhase
|
String |
name
|
int |
priority
|
| Property Detail |
|---|
Class astVisitorClass
int compilerPhase
String name
int priority
Groovy Documentation