public class CFGViewer extends BodyTransformer
Constructor and Description |
---|
CFGViewer() |
Modifier and Type | Method and Description |
---|---|
protected void |
internalTransform(Body b,
java.lang.String phaseName,
java.util.Map<java.lang.String,java.lang.String> options)
This method is called to perform the transformation itself.
|
static void |
main(java.lang.String[] args) |
protected void |
print_cfg(Body body) |
transform, transform, transform
protected void internalTransform(Body b, java.lang.String phaseName, java.util.Map<java.lang.String,java.lang.String> options)
BodyTransformer
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.public static void main(java.lang.String[] args)
protected void print_cfg(Body body)