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 with parameters of type IdentifierFactoryModifier and TypeMethodDescriptionstatic JNewArrayExprJimple.newNewArrayExpr(Type type, Immediate size, IdentifierFactory identifierFactory) Constructs a NewArrayExpr(Type, Immediate) grammar chunk. -
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 TypeMethodDescriptionbooleanSootMethod.isConstructor(@NonNull IdentifierFactory idf) booleanSootMethod.isDefaultConstructor(@NonNull IdentifierFactory idf) booleanSootMethod.isMain(@NonNull IdentifierFactory idf) -
Uses of IdentifierFactory in sootup.core.views
Methods in sootup.core.views that return IdentifierFactoryModifier and TypeMethodDescription@NonNull IdentifierFactoryView.getIdentifierFactory()Returns theIdentifierFactoryfor 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 TypeClassDescriptionclassThe Java-specific implementation ofIdentifierFactory.classMethods in sootup.java.core with parameters of type IdentifierFactoryModifier and TypeMethodDescriptionbooleanJavaSootMethod.isConstructor(@NonNull IdentifierFactory idf) booleanJavaSootMethod.isDefaultConstructor(@NonNull IdentifierFactory idf) booleanJavaSootMethod.isMain(@NonNull IdentifierFactory idf) -
Uses of IdentifierFactory in sootup.jimple.frontend
Methods in sootup.jimple.frontend that return IdentifierFactory