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 TypeMethodDescriptionintTyping.compare(@NonNull Typing typing, @NonNull BytecodeHierarchy hierarchy, @NonNull Collection<Local> localsToIgnore) This method is used to compare twoTypings that have same locals' set, but with different types.@Nullable TypeAugEvalFunction.evaluate(@NonNull Typing typing, @NonNull Value value, @NonNull Stmt stmt, @NonNull StmtGraph<?> graph) This method is used to evaluate the type of the given value which the given stmt and body belongs to.TypePromotionVisitor.getPromotedTyping(Typing typing) voidConstructors in sootup.interceptors.typeresolving with parameters of type TypingModifierConstructorDescriptionCastCounter(@NonNull Body.BodyBuilder builder, @NonNull AugEvalFunction evalFunction, @NonNull BytecodeHierarchy hierarchy, @NonNull Typing typing)