Package | Description |
---|---|
org.apache.flex.compiler.codegen.mxml | |
org.apache.flex.compiler.internal.codegen.mxml | |
org.apache.flex.compiler.internal.codegen.mxml.flexjs | |
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.tree.mxml | |
org.apache.flex.compiler.visitor.mxml |
Modifier and Type | Method and Description |
---|---|
void |
IMXMLEmitter.emitDocumentFooter(IMXMLFileNode node) |
void |
IMXMLEmitter.emitDocumentHeader(IMXMLFileNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLEmitter.emitDocumentFooter(IMXMLFileNode node) |
void |
MXMLEmitter.emitDocumentHeader(IMXMLFileNode node) |
void |
MXMLBlockWalker.visitFile(IMXMLFileNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLFlexJSBlockWalker.visitFile(IMXMLFileNode node) |
Modifier and Type | Class and Description |
---|---|
class |
MXMLFileNode |
Modifier and Type | Method and Description |
---|---|
IMXMLFileNode |
MXMLTreeBuilder.build()
Builds an MXML tree.
|
IMXMLFileNode |
MXMLNodeBase.getFileNode() |
Modifier and Type | Method and Description |
---|---|
static List<ScopedBlockNode> |
MXMLNodeBase.processUnitAsAS(MXMLTreeBuilder builder,
IMXMLTagData tag,
String sourcePath,
ASScope containingScope,
PostProcessStep buildOrReconnect,
IMXMLFileNode ancestorFileNode)
Processes all the children of the given
IMXMLTagData unit that are
IMXMLTextData nodes. |
Modifier and Type | Method and Description |
---|---|
IMXMLFileNode |
IMXMLNode.getFileNode()
Gets the root file node.
|
Modifier and Type | Method and Description |
---|---|
void |
IMXMLBlockVisitor.visitFile(IMXMLFileNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.