com.sun.tools.xjc.model

Interface CClassInfoParent

public interface CClassInfoParent

Parent of a CClassInfo/CElementInfo. TODO: rename Either CClassInfo or Package.
Nested Class Summary
static classCClassInfoParent.Package
JPackage as a CClassInfoParent.
static interfaceCClassInfoParent.Visitor<T>
Visitor of
Method Summary
<T> Taccept(Visitor<T> visitor)
StringfullName()
Returns the fully-qualified name.
JPackagegetOwnerPackage()
Gets the nearest JPackage.

Method Detail

accept

public <T> T accept(Visitor<T> visitor)

fullName

public String fullName()
Returns the fully-qualified name.

getOwnerPackage

public JPackage getOwnerPackage()
Gets the nearest JPackage.