Package com.sun.tools.xjc.model
Interface CClassInfoParent
-
- All Known Implementing Classes:
CClassInfo,CClassInfoParent.Package,CElementInfo
public interface CClassInfoParent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCClassInfoParent.PackageJPackageas aCClassInfoParent.static interfaceCClassInfoParent.Visitor<T>Visitor ofCClassInfoParent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Taccept(CClassInfoParent.Visitor<T> visitor)StringfullName()Returns the fully-qualified name.JPackagegetOwnerPackage()Gets the nearestJPackage.
-
-
-
Method Detail
-
fullName
String fullName()
Returns the fully-qualified name.
-
accept
<T> T accept(CClassInfoParent.Visitor<T> visitor)
-
-