Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Method and Description |
---|---|
static <T extends TypeMirror> |
TypeMirrorHandle.create(T tm)
Factory method for creating
TypeMirrorHandle . |
Modifier and Type | Method and Description |
---|---|
static ElementHandle<? extends TypeElement> |
ElementHandle.from(TypeMirrorHandle<? extends DeclaredType> typeMirrorHandle)
|