Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Method and Description |
---|---|
static TreePathHandle |
TreePathHandle.create(Element element,
CompilationInfo info)
Factory method for creating
TreePathHandle . |
static TreePathHandle |
TreePathHandle.create(TreePath treePath,
CompilationInfo info)
Factory method for creating
TreePathHandle . |
static TreePathHandle |
TreePathHandle.from(ElementHandle<?> handle,
ClasspathInfo cpInfo)
Constructs a
TreePathHandle that corresponds to the given ElementHandle . |
TreePathHandle |
DocTreePathHandle.getTreePathHandle()
returns
TreePathHandle corresponding to this DocTreePathHandle |