Package | Description |
---|---|
org.apache.flex.compiler.fxg |
This package and its subpackages contains classes and interfaces
for compiling FXG.
|
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.tree.properties |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.properties package. |
org.apache.flex.compiler.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
Modifier and Type | Class and Description |
---|---|
class |
FXGFileNode
Temporary class to wrap a IFXGNode in an IASNode.
|
Modifier and Type | Class and Description |
---|---|
class |
FileNode
ActionScript parse tree node representing a file
|
Constructor and Description |
---|
EmbedNode(String containingFilePath,
IMetaTagNode metaData,
IFileNodeAccumulator fileNodeAccumulator)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
MXMLFileNode |
Modifier and Type | Class and Description |
---|---|
class |
ResourceBundleFileNode |
Modifier and Type | Method and Description |
---|---|
static void |
EmbedCompilationUnitFactory.collectEmbedDatas(ICompilerProject project,
IFileNodeAccumulator fileNode,
Set<EmbedData> embeds,
Collection<ICompilerProblem> problems)
Collect any embed datas in the file
|
protected void |
CompilationUnitBase.startParsingImports(IFileNodeAccumulator fna)
Iterate through all imports within a IFileNodeAccumulator and start parsing any
non-wildcard imports.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.