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.as.metadata | |
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.as |
Modifier and Type | Class and Description |
---|---|
class |
FXGFileNode
Temporary class to wrap a IFXGNode in an IASNode.
|
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 |
ContainerNode
ActionScript parse tree node representing a container.
|
class |
FileNode
ActionScript parse tree node representing a file
|
class |
ModifiersContainerNode |
class |
ScopedBlockNode
A BlockNode that is provided with a scope that collections definitions.
|
class |
TransparentContainerNode
A transparent container node is identical to a regular ContainerNode except
that it is never returned from getContainingNode.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaTagsNode |
Modifier and Type | Class and Description |
---|---|
class |
ResourceBundleFileNode |
Modifier and Type | Method and Description |
---|---|
IContainerNode |
IForLoopNode.getConditionalsContainerNode()
Returns the container node containing the conditional expression(s)
for the
for statement. |
IContainerNode |
IFunctionNode.getParametersContainerNode()
Returns the container for parameters of this function
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.