Uses of Class
sootup.core.signatures.PackageName
Packages that use PackageName
Package
Description
-
Uses of PackageName in sootup.core
Methods in sootup.core that return PackageNameModifier and TypeMethodDescriptionIdentifierFactory.getPackageName
(String packageName) Gets the package name. -
Uses of PackageName in sootup.core.signatures
Fields in sootup.core.signatures declared as PackageNameModifier and TypeFieldDescriptionstatic final PackageName
PackageName.DEFAULT_PACKAGE
Represents the default package. -
Uses of PackageName in sootup.core.types
Methods in sootup.core.types that return PackageName -
Uses of PackageName in sootup.core.util.printer
Methods in sootup.core.util.printer that return types with arguments of type PackageName -
Uses of PackageName in sootup.interceptors.typeresolving.types
Constructors in sootup.interceptors.typeresolving.types with parameters of type PackageName -
Uses of PackageName in sootup.java.core
Subclasses of PackageName in sootup.java.coreFields in sootup.java.core with type parameters of type PackageNameModifier and TypeFieldDescriptionprotected final com.google.common.cache.Cache<String,
PackageName> JavaIdentifierFactory.packageCache
Caches the created PackageNames for packages.Methods in sootup.java.core that return PackageNameModifier and TypeMethodDescriptionJavaIdentifierFactory.getPackageName
(String packageName) Returns a unique PackageName. -
Uses of PackageName in sootup.java.core.signatures
Subclasses of PackageName in sootup.java.core.signaturesModifier and TypeClassDescriptionclass
Represents the signature of a Java 9 package, referencing its module. -
Uses of PackageName in sootup.java.core.types
Methods in sootup.java.core.types that return PackageNameModifier and TypeMethodDescriptionJavaClassType.getPackageName()
The package in which the class resides.Constructors in sootup.java.core.types with parameters of type PackageNameModifierConstructorDescriptionJavaClassType
(String className, PackageName packageName) Internal: Constructs the fully-qualified ClassSignature.