|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codenarc.rule.AbstractAstVisitor
groovy.org.codenarc.rule.unnecessary.VariableUsageFinder
class VariableUsageFinder extends AbstractAstVisitor
Property Summary | |
---|---|
boolean |
found
|
String |
targetVariable
|
Method Summary | |
---|---|
void
|
visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression expression)
|
Property Detail |
---|
boolean found
String targetVariable
Method Detail |
---|
@Override void visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression expression)
Groovy Documentation