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) |
String |
fullName()
Returns the fully-qualified name.
|
JPackage |
getOwnerPackage()
Gets the nearest
JPackage . |
String fullName()
<T> T accept(CClassInfoParent.Visitor<T> visitor)
Copyright © 2017 JBoss by Red Hat. All rights reserved.