Package | Description |
---|---|
org.apache.flex.abc |
This package and its subpackages contain a support library
for manipulating ActionScript bytecode (ABC).
|
org.apache.flex.abc.print |
This package contains specialized visitors and supporting classes that transform their input into a human readable form.
|
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets package. |
Class and Description |
---|
ABCLinker.ABCLinkerSettings |
ClassDependencySort.IInstanceInfoProvider
The objects being sorted need to show an InstanceInfo.
|
EntryOrderedStore
A custom container with the following properties:
Ordered by entry, so iteration is in the order objects are added.
|
Pool
Abstract representation of an ABC pool.
|
Pool.DefaultType
A type-safe flag callers pass to the constructor to indicate whether or
not the Pool has a default zero entry.
|
PoolingABCVisitor.ClassVisitor
Class Visitor that adds itself to the list
of defined classes
|
Class and Description |
---|
PoolingABCVisitor
This class implements an IABCVisitor which will simply collect
all of the structures of an ABC block, such as constant pools, method
infos, class infos, etc into various pools so they can be processed later
in a different order than the IABCVisitor events are received in.
|
Class and Description |
---|
ABCLinker.ABCLinkerSettings |
Copyright © 2016 The Apache Software Foundation. All rights reserved.