org.apache.royale.swc.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 and its subpackages contain a support library
for reading, writing, and representing SWC files.
Currently this support library has some dependencies on classes
in the compiler
package. Ideally it would be completely
independent.
The immediate contents of this package are classes and interfaces that
model a SWC file.
An ISWC
is the root of the data structure representing a SWC file.
The XML elements of the catalog.xml
file inside the SWC
are represented by ISWCComponent
, ISWCScript
, etc.
The library.swf
file inside the SWC is represented by
ISWCLibrary
.