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.
|
com.sun.codemodel.JPackage |
getOwnerPackage() |
Gets the nearest
JPackage. |
java.lang.String fullName()
<T> T accept(CClassInfoParent.Visitor<T> visitor)
com.sun.codemodel.JPackage getOwnerPackage()
JPackage.Copyright © 2018 Oracle Corporation. All rights reserved.