Method Summary |
|
CtPackage | getDeclaringPackage() Gets the declaring package of the current one. |
CtPackage | getPackage(String name) Searches a child package by name. |
Set<CtPackage> | getPackages() Gets the set of included child packages. |
String | getQualifiedName() Returns the fully qualified name of this package. |
CtPackageReference | getReference() |
CtSimpleType | getType(String simpleName) Finds a top-level type by name. |
Set<CtSimpleType<?>> | getTypes() Returns the set of the top-level types in this package. |
void | setPackages(Set<CtPackage> pack) |
void | setTypes(Set<CtSimpleType<?>> types) Sets the types defined in the package. |