Uses of Class
sootup.interceptors.typeresolving.BytecodeHierarchy
Packages that use BytecodeHierarchy
-
Uses of BytecodeHierarchy in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving that return BytecodeHierarchyMethods in sootup.interceptors.typeresolving with parameters of type BytecodeHierarchyModifier and TypeMethodDescriptionint
Typing.compare
(@NonNull Typing typing, @NonNull BytecodeHierarchy hierarchy, @NonNull Collection<Local> localsToIgnore) This method is used to compare twoTyping
s that have same locals' set, but with different types.Constructors in sootup.interceptors.typeresolving with parameters of type BytecodeHierarchyModifierConstructorDescriptionCastCounter
(@NonNull Body.BodyBuilder builder, @NonNull AugEvalFunction evalFunction, @NonNull BytecodeHierarchy hierarchy, @NonNull Typing typing) TypeChecker
(@NonNull Body.BodyBuilder builder, @NonNull AugEvalFunction evalFunction, @NonNull BytecodeHierarchy hierarchy) TypePromotionVisitor
(@NonNull Body.BodyBuilder builder, @NonNull AugEvalFunction evalFunction, @NonNull BytecodeHierarchy hierarchy)