Class OrderSwitchesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.royale.compiler.tools.annotate.OrderSwitchesMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="order-jflex-switches",
defaultPhase=PROCESS_SOURCES)
public class OrderSwitchesMojo
extends org.apache.maven.plugin.AbstractMojo
Goal which orders switch statement in JFlex output.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OrderSwitchesMojo() -
Method Summary
Modifier and Type Method Description voidexecute()
-
Field Details
-
Constructor Details
-
OrderSwitchesMojo
public OrderSwitchesMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-