public class DalvikTyper extends Object implements IDalvikTyper
DEBUG, ENABLE_DVKTYPER| Modifier and Type | Method and Description |
|---|---|
void |
addConstraint(ValueBox l,
ValueBox r) |
void |
assignType(Body b) |
protected void |
checkExpr(Value v,
Type t) |
void |
clear() |
protected void |
setInvokeType(InvokeExpr invokeExpr) |
void |
setType(ValueBox vb,
Type t,
boolean isUse) |
void |
typeUntypedConstrantInDiv(Body b) |
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 IDalvikTyperprotected void setInvokeType(InvokeExpr invokeExpr)
public void typeUntypedConstrantInDiv(Body b)
Copyright © 2020 Soot OSS. All rights reserved.