public interface Transformer
AbstractGlobalTransformation should implement
this interface| Modifier and Type | Method and Description |
|---|---|
void |
visitClass(ClassNode clazzNode)
This function has to be implemented in order the transformation
to traverse every
ClassNode in the AST |