Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Method and Description |
---|---|
static WorkingCopy |
WorkingCopy.get(Parser.Result result)
Returns an instance of the
WorkingCopy for
given Parser.Result if it is a result
of a java parser. |
Modifier and Type | Method and Description |
---|---|
void |
CommentCollector.collect(WorkingCopy copy)
Deprecated.
Do not use. Use
GeneratorUtilities.importComments(com.sun.source.tree.Tree, com.sun.source.tree.CompilationUnitTree) instead. |
static GeneratorUtilities |
GeneratorUtilities.get(WorkingCopy copy)
Returns the instance of this class
|