Apache Flex - FlexJS: Compiler: Compiler 0.8.0-SNAPSHOT API

Packages 
Package Description
org.apache.flex.abc
This package and its subpackages contain a support library for manipulating ActionScript bytecode (ABC).
org.apache.flex.abc.diagnostics
This package contains classes and interfaces used to report non-fatal diagnostics from ABC processing.
org.apache.flex.abc.graph
This package cotains interfaces that define the behavior of a flowgraph.
org.apache.flex.abc.graph.algorithms
This package contains standard static analysis data structures, such as dominator trees and dominance frontiers.
org.apache.flex.abc.instructionlist
This package contains an assembly-language-like serialization of a method body.
org.apache.flex.abc.models
This package contains higher-level models of a method body and encoders to translate from the basic ABC model into these higher-level models.
org.apache.flex.abc.optimize
This package contains specialized visitors that transform their input according to some figure of merit.
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.abc.semantics
This package contains representations of the individual components of an ABC.
org.apache.flex.abc.visitors
This package contains the most basic model of ABC, which uses visitors.
org.apache.flex.compiler
This package and its subpackages contain the Falcon compiler.
org.apache.flex.compiler.asdoc
This package contains interfaces related to ASDoc, the documentation system for AS and MXML APIs.
org.apache.flex.compiler.clients
This package contains classes implementing four compiler command-line tools: MXMLC, COMPC, ASC, and Optimizer.
org.apache.flex.compiler.clients.problems
This package contains classes and interfaces used by clients to report compiler problems.
org.apache.flex.compiler.common
This package contains miscellaneous classes and interfaces used by other compiler packages.
org.apache.flex.compiler.config
This package contains classes and interfaces related to the configuration subsystem.
org.apache.flex.compiler.constants
This package contains interfaces with various constants used throughout the compiler.
org.apache.flex.compiler.css
This package contains interfaces and classes representing various CSS concepts.
org.apache.flex.compiler.definitions
This package contains interfaces for various kinds of definitions found in AS and MXML files.
org.apache.flex.compiler.definitions.metadata
This package contains interfaces representing metadata annotations on definitions.
org.apache.flex.compiler.definitions.references
This package contains interfaces related to inter-definition references.
org.apache.flex.compiler.exceptions
This package contains classes representing custom Java exceptions that may be thrown by the compiler.
org.apache.flex.compiler.filespecs
This package contains classes and interfaces representing file specifications.
org.apache.flex.compiler.fxg
This package and its subpackages contains classes and interfaces for compiling FXG.
org.apache.flex.compiler.fxg.dom  
org.apache.flex.compiler.fxg.flex  
org.apache.flex.compiler.fxg.logging  
org.apache.flex.compiler.fxg.resources  
org.apache.flex.compiler.fxg.swf  
org.apache.flex.compiler.internal.abc  
org.apache.flex.compiler.internal.as.codegen  
org.apache.flex.compiler.internal.caches  
org.apache.flex.compiler.internal.clients
This package is the internal counterpart of the external org.apache.flex.compiler.clients package.
org.apache.flex.compiler.internal.codegen.databinding  
org.apache.flex.compiler.internal.common
This package is the internal counterpart of the external org.apache.flex.compiler.common package.
org.apache.flex.compiler.internal.config
This package is the internal counterpart of the external org.apache.flex.compiler.config package.
org.apache.flex.compiler.internal.config.annotations  
org.apache.flex.compiler.internal.config.localization
This package contains classes related to the legacy localization mechanism still used by the Flex configuration subsystem.
org.apache.flex.compiler.internal.css
This package is the internal extension of the external org.apache.flex.compiler.css package.
org.apache.flex.compiler.internal.css.codegen  
org.apache.flex.compiler.internal.css.semantics  
org.apache.flex.compiler.internal.definitions
This package is the internal counterpart of the external org.apache.flex.compiler.definitions package.
org.apache.flex.compiler.internal.definitions.metadata  
org.apache.flex.compiler.internal.definitions.mxml  
org.apache.flex.compiler.internal.definitions.references  
org.apache.flex.compiler.internal.embedding  
org.apache.flex.compiler.internal.embedding.transcoders  
org.apache.flex.compiler.internal.filespecs  
org.apache.flex.compiler.internal.fxg.dom  
org.apache.flex.compiler.internal.fxg.dom.fills  
org.apache.flex.compiler.internal.fxg.dom.filters  
org.apache.flex.compiler.internal.fxg.dom.richtext  
org.apache.flex.compiler.internal.fxg.dom.strokes  
org.apache.flex.compiler.internal.fxg.dom.text  
org.apache.flex.compiler.internal.fxg.dom.transforms  
org.apache.flex.compiler.internal.fxg.dom.types  
org.apache.flex.compiler.internal.fxg.logging  
org.apache.flex.compiler.internal.fxg.resources  
org.apache.flex.compiler.internal.fxg.sax  
org.apache.flex.compiler.internal.fxg.swf  
org.apache.flex.compiler.internal.fxg.types  
org.apache.flex.compiler.internal.graph  
org.apache.flex.compiler.internal.mxml
This package is the internal counterpart of the external org.apache.flex.compiler.mxml package.
org.apache.flex.compiler.internal.parsing
This package is the internal counterpart of the external org.apache.flex.compiler.parsing package.
org.apache.flex.compiler.internal.parsing.as  
org.apache.flex.compiler.internal.parsing.mxml  
org.apache.flex.compiler.internal.projects
This package is the internal counterpart of the external org.apache.flex.compiler.projects package.
org.apache.flex.compiler.internal.resourcebundles  
org.apache.flex.compiler.internal.scopes
This package is the internal counterpart of the external org.apache.flex.compiler.scopes package.
org.apache.flex.compiler.internal.semantics  
org.apache.flex.compiler.internal.targets
This package is the internal counterpart of the external org.apache.flex.compiler.targets package.
org.apache.flex.compiler.internal.testing
This package is the internal counterpart of the external org.apache.flex.compiler.testing package.
org.apache.flex.compiler.internal.tree.as
This package is the internal counterpart of the external org.apache.flex.compiler.tree.as package.
org.apache.flex.compiler.internal.tree.as.metadata  
org.apache.flex.compiler.internal.tree.as.parts  
org.apache.flex.compiler.internal.tree.mxml
This package is the internal counterpart of the external org.apache.flex.compiler.tree.mxml package.
org.apache.flex.compiler.internal.tree.properties
This package is the internal counterpart of the external org.apache.flex.compiler.tree.properties package.
org.apache.flex.compiler.internal.units
This package is the internal counterpart of the external org.apache.flex.compiler.units package.
org.apache.flex.compiler.internal.units.requests
This package is the internal counterpart of the external org.apache.flex.compiler.units.requests package.
org.apache.flex.compiler.internal.workspaces
This package is the internal counterpart of the external org.apache.flex.compiler.workspaces package.
org.apache.flex.compiler.mxml
This package contains classes and interfaces that provide a syntactic representation of MXML as tags and attributes, without any semantic understanding of what those tags and attributes mean in MXML.
org.apache.flex.compiler.parsing
This package contains classes and interfaces involved in parsing AS and MXML.
org.apache.flex.compiler.problems
This package contains classes representing various problems that can be encountered during compilation.
org.apache.flex.compiler.problems.annotations
This package contains implementations of the @DefaultSeverity and @ProblemClassification Java annotations that can be used to annotate a compiler problem class.
org.apache.flex.compiler.problems.collections
This package contains classes dealing with collections of compiler problems.
org.apache.flex.compiler.projects
This package contains interfaces representing projects.
org.apache.flex.compiler.scopes
This package contains interfaces representing scopes.
org.apache.flex.compiler.targets
This package contains interfaces related to targets.
org.apache.flex.compiler.tree
This package and its subpackages contain classes and interfaces related to abstract syntax trees.
org.apache.flex.compiler.tree.as  
org.apache.flex.compiler.tree.as.decorators  
org.apache.flex.compiler.tree.metadata  
org.apache.flex.compiler.tree.mxml  
org.apache.flex.compiler.tree.properties  
org.apache.flex.compiler.units
This package contains interfaces representing a compilation unit.
org.apache.flex.compiler.units.requests
This package contains interfaces representing a compilation unit's requests and results.
org.apache.flex.compiler.workspaces
This package contains classes and interface related to workspaces, which cache project-independent information.
org.apache.flex.swc
This package and its subpackages contain a support library for reading, writing, and representing SWC files.
org.apache.flex.swc.catalog
This package contains classes and interfaces for reading and writing the catalog.xml file inside a SWC.
org.apache.flex.swc.dita
This package contains interfaces representing DITA (Darwin Information Typing Architecture) information inside a SWC.
org.apache.flex.swc.io
This package contains classes and interfaces for reading and writing SWC files.
org.apache.flex.swf
This package and its subpackages contain a support library for reading, writing, and representing SWF files.
org.apache.flex.swf.builders
This package contains classes and interfaces that help with building SWF tags.
org.apache.flex.swf.io
This package contains classes and interfaces for reading and writing SWF files.
org.apache.flex.swf.tags
This package contains classes and interfaces representing tags in a SWF file.
org.apache.flex.swf.types
This package contains classes and interfaces that represent data types that appear in SWF tags or in the SWF header.
org.apache.flex.utils
This package contains miscellaneous utility classes used by the compiler and its other support libraries.

Copyright © 2016 The Apache Software Foundation. All rights reserved.