Uses of Interface
sootup.core.IdentifierFactory
Packages that use IdentifierFactory
Package
Description
-
Uses of IdentifierFactory in sootup.core.jimple
Methods in sootup.core.jimple that return IdentifierFactory -
Uses of IdentifierFactory in sootup.core.jimple.common.expr
Constructors in sootup.core.jimple.common.expr with parameters of type IdentifierFactoryModifierConstructorDescriptionJNewArrayExpr
(Type baseType, Immediate size, IdentifierFactory identifierFactory) -
Uses of IdentifierFactory in sootup.core.model
Methods in sootup.core.model with parameters of type IdentifierFactory -
Uses of IdentifierFactory in sootup.core.views
Methods in sootup.core.views that return IdentifierFactoryModifier and TypeMethodDescriptionView.getIdentifierFactory()
Returns theIdentifierFactory
for this view. -
Uses of IdentifierFactory in sootup.java.bytecode.frontend.inputlocation
Methods in sootup.java.bytecode.frontend.inputlocation with parameters of type IdentifierFactoryModifier and TypeMethodDescriptionprotected Stream<JavaSootClassSource>
JrtFileSystemAnalysisInputLocation.getClassSourcesInternal
(ModuleSignature moduleSignature, IdentifierFactory identifierFactory, View view) protected Stream<JavaSootClassSource>
PathBasedAnalysisInputLocation.walkDirectory
(Path dirPath, IdentifierFactory factory, ClassProvider classProvider) returns a Autocloseable resource that must be closed! -
Uses of IdentifierFactory in sootup.java.core
Classes in sootup.java.core that implement IdentifierFactoryModifier and TypeClassDescriptionclass
The Java-specific implementation ofIdentifierFactory
.class
-
Uses of IdentifierFactory in sootup.java.core.language
Methods in sootup.java.core.language that return IdentifierFactory -
Uses of IdentifierFactory in sootup.jimple.frontend
Methods in sootup.jimple.frontend that return IdentifierFactoryModifier and TypeMethodDescriptionJimpleConverterUtil.getIdentifierFactory()
JimpleView.getIdentifierFactory()