Package | Description |
---|---|
soot.jimple.toolkits.typing.fast |
Modifier and Type | Field and Description |
---|---|
protected Typing |
TypeResolver.CastInsertionUseVisitor.tg |
Modifier and Type | Method and Description |
---|---|
void |
UseChecker.check(Typing tg,
IUseVisitor uv) |
static int |
Typing.compare(Typing a,
Typing b,
IHierarchy h) |
protected TypeResolver.CastInsertionUseVisitor |
TypeResolver.createCastInsertionUseVisitor(Typing tg,
IHierarchy h,
boolean countOnly)
Allows clients to provide an own visitor for cast insertion
|
static Type |
AugEvalFunction.eval_(Typing tg,
Value expr,
Stmt stmt,
JimpleBody jb) |
Collection<Type> |
IEvalFunction.eval(Typing tg,
Value expr,
Stmt stmt) |
Collection<Type> |
AugEvalFunction.eval(Typing tg,
Value expr,
Stmt stmt) |
Modifier and Type | Method and Description |
---|---|
static void |
Typing.minimize(List<Typing> tgs,
IHierarchy h) |
Constructor and Description |
---|
CastInsertionUseVisitor(boolean countOnly,
JimpleBody jb,
Typing tg,
IHierarchy h) |
Typing(Typing tg) |
Copyright © 2020 Sable. All rights reserved.