public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static Unit |
findFirstNonIdentityUnit(Body b,
Stmt s)
Returns the first statement after all the "identity statements".
|
static Unit |
findLastIdentityUnit(Body b,
Stmt s)
A new "normal" statement cannot be inserted in the middle of special "identity statements" (a = @parameter or b = @this
in Jimple).
|
public static Unit findLastIdentityUnit(Body b, Stmt s)
b - s - Copyright © 2020 Soot OSS. All rights reserved.