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 IDalvikTyper
public void addConstraint(ValueBox l, ValueBox r)
addConstraint
in interface IDalvikTyper
public void assignType(Body b)
assignType
in interface IDalvikTyper
protected void setInvokeType(InvokeExpr invokeExpr)
public void typeUntypedConstrantInDiv(Body b)
Copyright © 2020 Sable. All rights reserved.