Package org.eolang.jeo
Class UnrollMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eolang.jeo.UnrollMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="unroll-phi", defaultPhase=PROCESS_CLASSES) public final class UnrollMojo extends org.apache.maven.plugin.AbstractMojo
This mojo unrolls all the changes made by PHI/UNPHI transformations. In other words, it makes XMIR understandable by jeo-maven-plugin after PHI/UNPHI transformations.- Since:
- 0.6
-
-
Constructor Summary
Constructors Constructor Description UnrollMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
-