CClassInfo, CClassInfoParent.Package, CElementInfopublic interface CClassInfoParent
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
CClassInfoParent.Package |
JPackage as a CClassInfoParent. |
static interface |
CClassInfoParent.Visitor<T> |
Visitor of
CClassInfoParent |
| Modifier and Type | Method | Description |
|---|---|---|
<T> T |
accept(CClassInfoParent.Visitor<T> visitor) |
|
java.lang.String |
fullName() |
Returns the fully-qualified name.
|
JPackage |
getOwnerPackage() |
Gets the nearest
JPackage. |
java.lang.String fullName()
<T> T accept(CClassInfoParent.Visitor<T> visitor)
Copyright © 2017 Oracle Corporation. All rights reserved.