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
(Typing typing, BytecodeHierarchy hierarchy, 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
(Body.BodyBuilder builder, AugEvalFunction evalFunction, BytecodeHierarchy hierarchy, Typing typing) TypeChecker
(Body.BodyBuilder builder, AugEvalFunction evalFunction, BytecodeHierarchy hierarchy) TypePromotionVisitor
(Body.BodyBuilder builder, AugEvalFunction evalFunction, BytecodeHierarchy hierarchy)