Uses of Class
sootup.core.signatures.PackageName
Package
Description
-
Uses of PackageName in sootup.core
Modifier and TypeMethodDescriptionIdentifierFactory.getPackageName
(String packageName) Gets the package name. -
Uses of PackageName in sootup.core.signatures
Modifier and TypeFieldDescriptionstatic final PackageName
PackageName.DEFAULT_PACKAGE
Represents the default package. -
Uses of PackageName in sootup.core.types
-
Uses of PackageName in sootup.core.util.printer
-
Uses of PackageName in sootup.interceptors.typeresolving.types
-
Uses of PackageName in sootup.java.core
Modifier and TypeFieldDescriptionprotected final com.google.common.cache.Cache<String,
PackageName> JavaIdentifierFactory.packageCache
Caches the created PackageNames for packages.Modifier and TypeMethodDescriptionJavaIdentifierFactory.getPackageName
(String packageName) Returns a unique PackageName. -
Uses of PackageName in sootup.java.core.signatures
Modifier and TypeClassDescriptionclass
Represents the signature of a Java 9 package, referencing its module. -
Uses of PackageName in sootup.java.core.types
Modifier and TypeMethodDescriptionJavaClassType.getPackageName()
The package in which the class resides.ModifierConstructorDescriptionJavaClassType
(String className, PackageName packageName) Internal: Constructs the fully-qualified ClassSignature.