public abstract static class PackageDescription.AbstractBase extends Object implements PackageDescription
PackageDescription.AbstractBase, PackageDescription.ForLoadedPackage, PackageDescription.SimpleNamedElement.WithGenericName, NamedElement.WithOptionalName, NamedElement.WithRuntimeNamePACKAGE_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(Object other) |
String |
getActualName()
Returns the name of this element as it is found in the source code.
|
String |
getInternalName()
Returns the internal internalName of this byte code element.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetNamegetDeclaredAnnotationspublic String getInternalName()
NamedElement.WithRuntimeNamegetInternalName in interface NamedElement.WithRuntimeNamepublic String getActualName()
NamedElementgetActualName in interface NamedElementpublic boolean contains(TypeDescription typeDescription)
PackageDescriptioncontains in interface PackageDescriptiontypeDescription - The type to examine.true if the given type contains the provided type.Copyright © 2014–2016. All rights reserved.