Package | Description |
---|---|
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.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml 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.tree.as | |
org.apache.flex.compiler.tree.mxml |
Modifier and Type | Class and Description |
---|---|
class |
EmbedNode
AS parse tree node representing Embed meta data.
|
Modifier and Type | Method and Description |
---|---|
List<IEmbedResolver> |
FileNode.getEmbedNodes() |
Modifier and Type | Method and Description |
---|---|
void |
FileNode.addEmbedNode(IEmbedResolver node) |
Modifier and Type | Method and Description |
---|---|
List<IEmbedResolver> |
MXMLFileNode.getEmbedNodes() |
Modifier and Type | Method and Description |
---|---|
void |
MXMLFileNode.addEmbedNode(IEmbedResolver node) |
Modifier and Type | Method and Description |
---|---|
protected void |
CompilationUnitBase.updateEmbedCompilationUnitDependencies(List<IEmbedResolver> embedNodes,
Collection<ICompilerProblem> problems)
Iterate through all specified embeds, adding the
EmbedCompilationUnit dependencies, and removing any EmbedCompilationUnits
which no longer exist
This function adds an empty definition dependency to the
DependencyGraph ,
so it will not be printed to the link-report |
Modifier and Type | Method and Description |
---|---|
List<IEmbedResolver> |
IFileNodeAccumulator.getEmbedNodes()
Returns the list of EmbedNodes
|
Modifier and Type | Method and Description |
---|---|
void |
IFileNodeAccumulator.addEmbedNode(IEmbedResolver node)
Adds an embed node to the list of embed nodes within this file.
|
Modifier and Type | Method and Description |
---|---|
List<IEmbedResolver> |
IMXMLFileNode.getEmbedNodes()
Returns a list of nodes representing embedded assets.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.