This package and its subpackages contain a support library for manipulating ActionScript bytecode (ABC).

ABC is the bytecode executed by the ActionScript Virtual Machine in Flash Player. The format and semantics of ABC is described in the document ActionScript Virtual Machine 2 (AVM2) Overview. This library uses a set of visitor-pattern interfaces to expose the structure of ABC.

The immediate contents of this package are classes for reading and writing ABC, such as ABCParser and ABCEmitter.