Uses of Interface
sootup.core.IdentifierFactory
Packages that use IdentifierFactory
Package
Description
-
Uses of IdentifierFactory in qilin.core
Fields in qilin.core declared as IdentifierFactory -
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
(@NonNull Type baseType, @NonNull Immediate size, @NonNull IdentifierFactory identifierFactory) -
Uses of IdentifierFactory in sootup.core.model
Methods in sootup.core.model with parameters of type IdentifierFactoryModifier and TypeMethodDescriptionboolean
SootMethod.isConstructor
(@NonNull IdentifierFactory idf) boolean
SootMethod.isDefaultConstructor
(@NonNull IdentifierFactory idf) boolean
SootMethod.isMain
(@NonNull IdentifierFactory idf) -
Uses of IdentifierFactory in sootup.core.views
Methods in sootup.core.views that return IdentifierFactoryModifier and TypeMethodDescription@NonNull IdentifierFactory
View.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 @NonNull Stream<JavaSootClassSource>
JrtFileSystemAnalysisInputLocation.getClassSourcesInternal
(@NonNull ModuleSignature moduleSignature, @NonNull IdentifierFactory identifierFactory, @NonNull View view) protected @NonNull Stream<JavaSootClassSource>
PathBasedAnalysisInputLocation.walkDirectory
(@NonNull Path dirPath, @NonNull IdentifierFactory factory, @NonNull 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()
@NonNull IdentifierFactory
JimpleView.getIdentifierFactory()