public interface ITypingStrategy
| Modifier and Type | Method and Description |
|---|---|
Typing |
createTyping(Chain<Local> locals)
Creates a new typing class instance with initialized bottom types for the given locals
|
Typing |
createTyping(Typing tg)
Creates a new typing class as a copy from a given class
|
void |
minimize(List<Typing> tgs,
IHierarchy h)
Minimize the given typing list using the hierarchy
|
Typing createTyping(Chain<Local> locals)
locals - the localsTyping createTyping(Typing tg)
locals - the localsvoid minimize(List<Typing> tgs, IHierarchy h)
tgs - the typign listh - the hierarchyCopyright © 2020 Soot OSS. All rights reserved.