| Package | Description |
|---|---|
| soot.jimple.toolkits.typing.fast |
| Modifier and Type | Class and Description |
|---|---|
class |
AugHierarchy |
class |
BytecodeHierarchy |
| Modifier and Type | Field and Description |
|---|---|
protected IHierarchy |
TypeResolver.CastInsertionUseVisitor.h |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultTypingStrategy.compare(Typing a,
Typing b,
IHierarchy h,
Collection<Local> localsToIgnore) |
protected TypeResolver.CastInsertionUseVisitor |
TypeResolver.createCastInsertionUseVisitor(Typing tg,
IHierarchy h,
boolean countOnly)
Allows clients to provide an own visitor for cast insertion
|
void |
DefaultTypingStrategy.minimize(List<Typing> tgs,
IHierarchy h) |
void |
ITypingStrategy.minimize(List<Typing> tgs,
IHierarchy h)
Minimize the given typing list using the hierarchy
|
| Constructor and Description |
|---|
CastInsertionUseVisitor(boolean countOnly,
JimpleBody jb,
Typing tg,
IHierarchy h) |
Copyright © 2020 Soot OSS. All rights reserved.