public class UnreachableCodeEliminator extends BodyTransformer
| Modifier and Type | Field and Description |
|---|---|
protected ThrowAnalysis |
throwAnalysis |
| Constructor and Description |
|---|
UnreachableCodeEliminator(Singletons.Global g) |
UnreachableCodeEliminator(ThrowAnalysis ta) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalTransform(Body body,
String phaseName,
Map<String,String> options)
This method is called to perform the transformation itself.
|
static UnreachableCodeEliminator |
v() |
transform, transform, transformprotected ThrowAnalysis throwAnalysis
public UnreachableCodeEliminator(Singletons.Global g)
public UnreachableCodeEliminator(ThrowAnalysis ta)
public static UnreachableCodeEliminator v()
protected void internalTransform(Body body, String phaseName, Map<String,String> options)
BodyTransformerinternalTransform in class BodyTransformerbody - the body on which to apply the transformationphaseName - the phasename for this transform; not typically used by implementations.options - the actual computed options; a combination of default options and Scene specified options.Copyright © 2020 Soot OSS. All rights reserved.