Uses of Class
sootup.interceptors.typeresolving.Typing
Packages that use Typing
-
Uses of Typing in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving that return TypingModifier and TypeMethodDescriptionTypePromotionVisitor.getPromotedTyping
(Typing typing) TypeChecker.getTyping()
Methods in sootup.interceptors.typeresolving with parameters of type TypingModifier 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
Constructors in sootup.interceptors.typeresolving with parameters of type TypingModifierConstructorDescriptionCastCounter
(Body.BodyBuilder builder, AugEvalFunction evalFunction, BytecodeHierarchy hierarchy, Typing typing)