Package | Description |
---|---|
org.apache.flex.compiler.fxg |
This package and its subpackages contains classes and interfaces
for compiling FXG.
|
org.apache.flex.compiler.internal.parsing.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.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 |
ASParser.classOrInterfaceBlock(BlockNode b)
Matches the content block of a class definition or an interface definition.
|
Modifier and Type | Class and Description |
---|---|
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 | Field and Description |
---|---|
protected BlockNode |
ForLoopNode.contentsNode
The contents of this loop
|
protected BlockNode |
BaseStatementNode.contentsNode
Block node that contains the contents of this statement
|
Modifier and Type | Method and Description |
---|---|
BlockNode |
TryNode.getContentsNode() |
BlockNode |
ForLoopNode.getContentsNode() |
BlockNode |
BaseStatementNode.getContentsNode() |
BlockNode |
LabeledStatementNode.getLabeledStatement() |
protected BlockNode |
WithNode.initBlockNode() |
protected BlockNode |
BaseStatementNode.initBlockNode() |
Modifier and Type | Class and Description |
---|---|
class |
ResourceBundleFileNode |
Modifier and Type | Method and Description |
---|---|
BlockNode |
ILabeledStatementNode.getLabeledStatement() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.