public class SwitchInlining extends java.lang.Object implements MethodTransformer
| Constructor and Description |
|---|
SwitchInlining() |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(MethodDecl function,
MethodTransformContext ctx)
Transform the
MethodDecl. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, stepTypepublic void transform(MethodDecl function, MethodTransformContext ctx)
MethodTransformerMethodDecl.transform in interface MethodTransformerfunction - The function to transform.ctx - The MethodTransformContext.