Package | Description |
---|---|
org.apache.flex.compiler.codegen.mxml | |
org.apache.flex.compiler.internal.as.codegen | |
org.apache.flex.compiler.internal.codegen.mxml | |
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.emitClass(IMXMLClassDefinitionNode node) |
Modifier and Type | Method and Description |
---|---|
protected void |
MXMLClassDirectiveProcessor.processMXMLClassDefinition(IMXMLClassDefinitionNode node,
org.apache.flex.compiler.internal.as.codegen.MXMLClassDirectiveProcessor.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLEmitter.emitClass(IMXMLClassDefinitionNode node) |
void |
MXMLBlockWalker.visitClassDefinition(IMXMLClassDefinitionNode node) |
Modifier and Type | Class and Description |
---|---|
class |
MXMLClassDefinitionNode
MXMLClassDefinitionNode represents an MXML tag which defines a new
class. |
class |
MXMLDocumentNode
MXMLDocumentNode represents the root MXML tag in an MXML document. |
Modifier and Type | Method and Description |
---|---|
IMXMLClassDefinitionNode |
MXMLNodeBase.getClassDefinitionNode() |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLApplicationNode
This AST node represents the root tag defining an MXML application.
|
interface |
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
Modifier and Type | Method and Description |
---|---|
IMXMLClassDefinitionNode |
IMXMLNode.getClassDefinitionNode()
Gets the closest ancestor node that defines a class.
|
IMXMLClassDefinitionNode |
IMXMLDefinitionNode.getContainedClassDefinitionNode()
Gets the class-defining node which is the sole child of this node.
|
IMXMLClassDefinitionNode |
IMXMLComponentNode.getContainedClassDefinitionNode()
Gets the class-defining node which is the sole child of this node.
|
IMXMLClassDefinitionNode |
IMXMLNode.getDocumentNode()
Gets the closest ancestor node that is the root node of the MXML file.
|
Modifier and Type | Method and Description |
---|---|
void |
IMXMLBlockVisitor.visitClassDefinition(IMXMLClassDefinitionNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.