org.apache.flex.compiler.tree.mxml
package.See: Description
Class | Description |
---|---|
MXMLClassDefinitionNode |
MXMLClassDefinitionNode represents an MXML tag which defines a new
class. |
MXMLDocumentNode |
MXMLDocumentNode represents the root MXML tag in an MXML document. |
MXMLFileNode | |
MXMLImplicitImportNode |
Represents an implicit import in an MXML file.
|
MXMLNodeBase |
MXMLNodeBase is the abstract base class for all MXML nodes in an AST. |
MXMLNodeBase.MXMLNodeInfo |
MXML node classes can choose to create this object in
createNodeInfo() . |
MXMLRepeaterNode |
Implementation of the
IMXMLRepeaterNode interface. |
MXMLTreeBuilder |
MXMLTreeBuilder is used by MXMLCompilationUnit to build
abstract syntax trees (ASTs) for MXML files. |
org.apache.flex.compiler.tree.mxml
package.
It contains classes that implement the MXML node interfaces. After the AST for a compilation unit has been built, you should access nodes only through the external interfaces and never through these internal classes. The methods in the interfaces are guaranteed to be safe to call from multiple threads, while the methods in these classes are not.
See the description
of the org.apache.flex.compiler
package for an explanation
of how the compiler code is organized into external and internal packages.
Copyright © 2016 The Apache Software Foundation. All rights reserved.