Package | Description |
---|---|
org.apache.flex.compiler.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
org.apache.flex.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
Constructor and Description |
---|
SWCCompilationUnit(CompilerProject project,
ISWC swc,
ISWCLibrary library,
ISWCScript script,
List<String> qnames,
int order)
Create a compilation unit from ABC byte code in a SWF tag.
|
Modifier and Type | Class and Description |
---|---|
class |
SWCLibrary
Implementation of library model in a SWC.
|
Modifier and Type | Method and Description |
---|---|
ISWCLibrary |
SWC.getLibrary(String libraryPath) |
ISWCLibrary |
ISWC.getLibrary(String libraryPath)
Get a library entry by path.
|
Modifier and Type | Method and Description |
---|---|
Collection<ISWCLibrary> |
SWC.getLibraries() |
Collection<ISWCLibrary> |
ISWC.getLibraries()
Get the SWF libraries.
|
Modifier and Type | Method and Description |
---|---|
void |
SWC.addLibrary(ISWCLibrary library) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.