org.netbeans.modules.java.source.transform |
This package defines the classes which provide the base for transformation
classes. It extends the com.sun.source.tree API to define an interface for
modifying trees and committing those changes back to Java source files.
|
Java Source File Name | Type | Comment |
FieldGroupTree.java | Class | Fake tree. |
ImmutableTreeTranslator.java | Class | A subclass of Tree.Visitor, this class defines
a general tree translator pattern. |
Transformer.java | Class | A Transformer is an Query that modifies the model. |