public interface RetypeableInstruction
Modifier and Type | Method and Description |
---|---|
void |
retype(Body body)
Do actual retype.
|
void |
setRealType(DexBody body,
Type t)
Swap generic exception type with the given one.
|
void setRealType(DexBody body, Type t)
body
- the body that contains the instructiont
- the real type.void retype(Body body)
body
- The body containing the processed statementCopyright © 2021 Soot OSS. All rights reserved.