|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.jimple.toolkits.typing.fast.Typing
public class Typing
Constructor Summary | |
---|---|
Typing(Collection<Local> vs)
|
|
Typing(Typing tg)
|
Method Summary | |
---|---|
static int |
compare(Typing a,
Typing b,
IHierarchy h)
|
Type |
get(Local v)
|
static void |
minimize(List<Typing> tgs,
IHierarchy h)
|
Type |
set(Local v,
Type t)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Typing(Collection<Local> vs)
public Typing(Typing tg)
Method Detail |
---|
public Type get(Local v)
public Type set(Local v, Type t)
public String toString()
toString
in class Object
public static void minimize(List<Typing> tgs, IHierarchy h)
public static int compare(Typing a, Typing b, IHierarchy h)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |