Package | Description |
---|---|
org.apache.flex.compiler.internal.caches | |
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.
|
Modifier and Type | Method and Description |
---|---|
static FileScopeCache.FileScopeCacheKey |
FileScopeCache.createKey(ISWC swc,
String librarySWFPath,
ISWCScript script)
Factory method for creating a key object for
SWCCache . |
static AssetTagCache.AssetTagCacheKey |
AssetTagCache.createKey(ISWC swc,
String swfPath,
ISWCScript script,
String qname)
Factory method for creating a key object for
AssetTagCacheKey . |
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 |
SWCScript
Implementation for
ISWCScript model. |
Modifier and Type | Method and Description |
---|---|
ISWCScript |
SWCComponent.getScript() |
ISWCScript |
ISWCComponent.getScript()
Get the the script where the component is defined.
|
ISWCScript |
SWCLibrary.getScript(String name) |
ISWCScript |
ISWCLibrary.getScript(String name)
Get script by name.
|
Modifier and Type | Method and Description |
---|---|
List<ISWCScript> |
SWCLibrary.getScripts() |
List<ISWCScript> |
ISWCLibrary.getScripts()
Get all the
IScript objects in this library. |
Modifier and Type | Method and Description |
---|---|
void |
SWCLibrary.addScript(ISWCScript script) |
void |
ISWCLibrary.addScript(ISWCScript script)
Add an
ISWCScript to the library. |
void |
SWCComponent.setScript(ISWCScript script) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.