Package org.codehaus.groovy.ast.query


package org.codehaus.groovy.ast.query
A small, read-only fluent query API over the Groovy AST, intended as a declarative alternative to hand-written ClassCodeVisitorSupport subclasses for the common "find / collect / detect" cases that arise in AST transformations and compiler checks.
Since:
6.0.0
See Also: