Package | Description |
---|---|
org.apache.flex.compiler.fxg |
This package and its subpackages contains classes and interfaces
for compiling FXG.
|
org.apache.flex.compiler.internal.codegen.as | |
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.properties |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.properties package. |
org.apache.flex.compiler.tree.mxml | |
org.apache.flex.compiler.visitor.as |
Modifier and Type | Class and Description |
---|---|
class |
FXGFileNode
Temporary class to wrap a IFXGNode in an IASNode.
|
Modifier and Type | Method and Description |
---|---|
void |
ASBlockWalker.visitBlock(IBlockNode node) |
Modifier and Type | Class and Description |
---|---|
class |
BlockNode
ActionScript parse tree node representing a block, but not one with an
explicit scope
|
class |
ConfigConditionBlockNode
Special block node for a block gated with a configuration condition.
|
class |
FileNode
ActionScript parse tree node representing a file
|
class |
ScopedBlockNode
A BlockNode that is provided with a scope that collections definitions.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceBundleFileNode |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLScriptNode
This AST node represents an MXML
<Script> tag. |
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitBlock(IBlockNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.