org.apache.royale.abc.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
This package and its subpackages contain a support library
for manipulating ActionScript bytecode (ABC).
ABC is the bytecode executed by the ActionScript Virtual Machine
in Flash Player.
The format and semantics of ABC is described in the document
ActionScript Virtual Machine 2 (AVM2) Overview.
This library uses a set of visitor-pattern interfaces to
expose the structure of ABC.
The immediate contents of this package are classes for reading and writing ABC,
such as ABCParser
and ABCEmitter
.