public interface CClassInfoParent
Modifier and Type | Interface and Description |
---|---|
static class |
CClassInfoParent.Package
JPackage as a CClassInfoParent . |
static interface |
CClassInfoParent.Visitor<T>
Visitor of
CClassInfoParent |
Modifier and Type | Method and 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
.