public abstract static class PackageDescription.AbstractBase extends java.lang.Object implements PackageDescription
PackageDescription.AbstractBase, PackageDescription.ForLoadedPackage, PackageDescription.SimpleNamedElement.WithGenericName, NamedElement.WithOptionalName, NamedElement.WithRuntimeNameAnnotationSource.Empty, AnnotationSource.ExplicitPACKAGE_CLASS_NAME, PACKAGE_MODIFIERS, UNDEFINEDEMPTY_NAME, NO_NAME| Constructor and Description |
|---|
AbstractBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(TypeDescription typeDescription)
Checks if this package contains the provided type.
|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getActualName()
Returns the name of this element as it is found in the source code.
|
java.lang.String |
getInternalName()
Returns the internal internalName of this byte code element.
|
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetDeclaredAnnotationspublic java.lang.String getInternalName()
getInternalName in interface NamedElement.WithRuntimeNamepublic java.lang.String getActualName()
getActualName in interface NamedElementpublic boolean contains(TypeDescription typeDescription)
contains in interface PackageDescriptiontypeDescription - The type to examine.true if the given type contains the provided type.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object