Package sootup.jimple.frontend
Class JimpleBodyConverterState
java.lang.Object
sootup.jimple.frontend.JimpleBodyConverterState
-
Constructor Summary
ConstructorsConstructorDescriptionJimpleBodyConverterState(@NonNull Path path, @NonNull JimpleConverterUtil util, @NonNull ClassType clazz, @NonNull IdentifierFactory identifierFactory, @NonNull Map<BranchingStmt, List<String>> unresolvedBranches, @NonNull Map<String, Local> locals) -
Method Summary
Modifier and TypeMethodDescription@NonNull ClassTypegetClazz()@NonNull IdentifierFactory@NonNull Local@NonNull PathgetPath()@NonNull Map<BranchingStmt,List<String>> @NonNull JimpleConverterUtilgetUtil()
-
Constructor Details
-
JimpleBodyConverterState
public JimpleBodyConverterState(@NonNull Path path, @NonNull JimpleConverterUtil util, @NonNull ClassType clazz, @NonNull IdentifierFactory identifierFactory, @NonNull Map<BranchingStmt, List<String>> unresolvedBranches, @NonNull Map<String, Local> locals)
-
-
Method Details
-
getPath
-
getUtil
-
getClazz
-
getIdentifierFactory
-
getUnresolvedBranches
-
getLocals
-
getLocal
-