public class JimpleConstructorFolder extends BodyTransformer
Constructor and Description |
---|
JimpleConstructorFolder() |
Modifier and Type | Method and Description |
---|---|
void |
internalTransform(Body b,
String phaseName,
Map<String,String> options)
This method pushes all newExpr down to be the stmt directly before every
invoke of the init
|
transform, transform, transform
public void internalTransform(Body b, String phaseName, Map<String,String> options)
internalTransform
in class BodyTransformer
b
- 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.