AST Visitor that searches for references to the fields specified on the constructor
Constructor and description |
---|
FieldReferenceAstVisitor
(Collection<org.codehaus.groovy.ast.FieldNode> fields) |
Type | Name and description |
---|---|
Collection<org.codehaus.groovy.ast.FieldNode> |
getUnreferencedFields() |
void |
visitMethodCallExpression(org.codehaus.groovy.ast.expr.MethodCallExpression call) |
void |
visitMethodEx(org.codehaus.groovy.ast.MethodNode node) |
void |
visitProperty(org.codehaus.groovy.ast.PropertyNode node) |
void |
visitPropertyExpression(org.codehaus.groovy.ast.expr.PropertyExpression expression) |
void |
visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression expression) |