public class DalvikTyper extends java.lang.Object implements IDalvikTyper
DEBUG, ENABLE_DVKTYPER| Modifier and Type | Method and Description |
|---|---|
void |
addConstraint(ValueBox l,
ValueBox r) |
void |
assignType(Body b) |
void |
clear() |
void |
setType(ValueBox vb,
Type t,
boolean isUse) |
static DalvikTyper |
v() |
public static DalvikTyper v()
public void clear()
public void setType(ValueBox vb, Type t, boolean isUse)
setType in interface IDalvikTyperpublic void addConstraint(ValueBox l, ValueBox r)
addConstraint in interface IDalvikTyperpublic void assignType(Body b)
assignType in interface IDalvikTyper