Overview
Package
Class
Tree
Deprecated
Index
Help
Frames
No Frames
Package org.codehaus.groovy.ast.query
Package org.codehaus.groovy.ast.query Description
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.
see:
org.codehaus.groovy.ast.query.AstQuery
since:
6.0.0
Interface Summary
Interface
Description
AstContext
The enclosing context of a candidate node during an
AstQuery
traversal.
Class Summary
Class
Description
AstQuery
A small, read-only, fluent query API over a Groovy AST subtree.
Overview
Package
Class
Tree
Deprecated
Index
Help
Frames
No Frames
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.