public interface MethodTransformer extends Transformer
MethodDecl.
Created by covers1624 on 21/2/21.
| Modifier and Type | Method and Description |
|---|---|
void |
transform(MethodDecl function,
MethodTransformContext ctx)
Transform the
MethodDecl. |
getName, stepTypevoid transform(MethodDecl function, MethodTransformContext ctx)
MethodDecl.function - The function to transform.ctx - The MethodTransformContext.