Package | Description |
---|---|
org.apache.flex.abc |
This package and its subpackages contain a support library
for manipulating ActionScript bytecode (ABC).
|
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets package. |
Modifier and Type | Method and Description |
---|---|
static byte[] |
ABCLinker.linkABC(Iterable<byte[]> inputABCs,
int majorVersion,
int minorVersion,
ABCLinker.ABCLinkerSettings settings) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SWFTarget.addLinkedABCToFrame(SWFFrame targetFrame,
Iterable<DoABCTag> inputABCs,
ABCLinker.ABCLinkerSettings linkSettings) |
protected void |
LibrarySWFTarget.addLinkedABCToFrame(SWFFrame targetFrame,
Iterable<DoABCTag> inputABCs,
ABCLinker.ABCLinkerSettings linkSettings) |
protected void |
AppSWFTarget.addLinkedABCToFrame(SWFFrame targetFrame,
Iterable<DoABCTag> inputABCs,
ABCLinker.ABCLinkerSettings linkSettings) |
protected abstract void |
SWFTarget.setKeepAS3MetadataLinkerSetting(ABCLinker.ABCLinkerSettings linkSettings) |
protected void |
LibrarySWFTarget.setKeepAS3MetadataLinkerSetting(ABCLinker.ABCLinkerSettings linkSettings) |
protected void |
AppSWFTarget.setKeepAS3MetadataLinkerSetting(ABCLinker.ABCLinkerSettings linkSettings) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.