org.apache.royale.compiler.clients.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
The Apache Royale Compiler
The newest version!
This package contains classes implementing four compiler command-line tools:
MXMLC
, COMPC
, ASC
, and Optimizer
.
For example, the mxmlc
command-line shell script or batch file
simply runs the main entry point of MXMLC
, namely
public static void main(String[] args)
.