Uses of Class
sootup.interceptors.typeresolving.Typing
-
Uses of Typing in sootup.interceptors.typeresolving
Modifier and TypeMethodDescriptionTypePromotionVisitor.getPromotedTyping
(Typing typing) TypeChecker.getTyping()
Modifier 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.This method is used to evaluate the type of the given value which the given stmt and body belongs to.TypePromotionVisitor.getPromotedTyping
(Typing typing) void
ModifierConstructorDescriptionCastCounter
(Body.BodyBuilder builder, AugEvalFunction evalFunction, BytecodeHierarchy hierarchy, Typing typing)