Package | Description |
---|---|
org.apache.flex.compiler.fxg |
This package and its subpackages contains classes and interfaces
for compiling FXG.
|
org.apache.flex.compiler.internal.scopes |
This package is the internal counterpart of the external
org.apache.flex.compiler.scopes package. |
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.as.parts | |
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. |
Modifier and Type | Class and Description |
---|---|
class |
FXGFileNode
Temporary class to wrap a IFXGNode in an IASNode.
|
Constructor and Description |
---|
ASScope(ASScope containingScope,
ScopedBlockNode block)
Constructor
|
FunctionScope(ASScope containingScope,
ScopedBlockNode block) |
PackageScope(ASScope containingScope,
String packageName,
ScopedBlockNode contentsNode)
Constructor
|
TypeScope(ASScope containingScope,
ScopedBlockNode block,
TypeDefinitionBase owningType) |
Modifier and Type | Class and Description |
---|---|
class |
FileNode
ActionScript parse tree node representing a file
|
Modifier and Type | Field and Description |
---|---|
protected ScopedBlockNode |
MemberedNode.contentsNode
Contents of this package or class (holds everything within the {})
|
Modifier and Type | Method and Description |
---|---|
ScopedBlockNode |
MemberedNode.getScopedNode() |
ScopedBlockNode |
FunctionNode.getScopedNode() |
Modifier and Type | Field and Description |
---|---|
protected ScopedBlockNode |
FunctionContentsPart.contentsNode
The contents of this function
|
Modifier and Type | Method and Description |
---|---|
ScopedBlockNode |
IFunctionContentsPart.getContents()
Get the contents of this function
|
ScopedBlockNode |
FunctionContentsPart.getContents() |
Modifier and Type | Method and Description |
---|---|
void |
IFunctionContentsPart.setContentsNode(ScopedBlockNode contents) |
void |
FunctionContentsPart.setContentsNode(ScopedBlockNode contents) |
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 | Class and Description |
---|---|
class |
ResourceBundleFileNode |
Copyright © 2016 The Apache Software Foundation. All rights reserved.