Package | Description |
---|---|
org.apache.flex.compiler.codegen.mxml.flexjs | |
org.apache.flex.compiler.internal.codegen.mxml | |
org.apache.flex.compiler.internal.codegen.mxml.flexjs | |
org.apache.flex.compiler.internal.codegen.mxml.vf2js | |
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 |
IMXMLFlexJSEmitter.emitDocument(IMXMLDocumentNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLBlockWalker.visitDocument(IMXMLDocumentNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLFlexJSEmitter.emitDocument(IMXMLDocumentNode node) |
void |
MXMLFlexJSBlockWalker.visitDocument(IMXMLDocumentNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLVF2JSEmitter.emitDocument(IMXMLDocumentNode node) |
Modifier and Type | Class and Description |
---|---|
class |
MXMLDocumentNode
MXMLDocumentNode represents the root MXML tag in an MXML document. |
Modifier and Type | Method and Description |
---|---|
IMXMLDocumentNode |
MXMLNodeBase.getDocumentNode() |
IMXMLDocumentNode |
MXMLFileNode.getDocumentNode() |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLApplicationNode
This AST node represents the root tag defining an MXML application.
|
Modifier and Type | Method and Description |
---|---|
IMXMLDocumentNode |
IMXMLFileNode.getDocumentNode()
Returns the node representing the root tag within this file.
|
Modifier and Type | Method and Description |
---|---|
void |
IMXMLBlockVisitor.visitDocument(IMXMLDocumentNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.