org.netbeans.modules.java.source.query |
This package defines the classes which provide the base for query classes.
A query is an action which scans a specified abstract syntax tree and
returns a report, but does not make any modifications to the tree.
|
Java Source File Name | Type | Comment |
CommentHandler.java | Interface | The service that maps Trees with their associated comments. |
CommentSet.java | Interface | The set of comments associated with a single tree node. |