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. |
Modifier and Type | Class and Description |
---|---|
class |
FXGFileNode
Temporary class to wrap a IFXGNode in an IASNode.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessorNode
ActionScript parse tree node that acts as a base class for getters and
setters.
|
class |
BaseDefinitionNode |
class |
BaseTypedDefinitionNode
Base class for definitions that have a type associated with them
|
class |
BaseVariableNode
Base class for variables, including both traditional variables as well as
arguments
|
class |
BlockNode
ActionScript parse tree node representing a block, but not one with an
explicit scope
|
class |
ChainedVariableNode |
class |
ClassNode
ActionScript parse tree node representing a class definition
|
class |
ConfigConditionBlockNode
Special block node for a block gated with a configuration condition.
|
class |
ConfigConstNode
A ConfigConstNode is a conditional compilation const that only exists at
compile time.
|
class |
ConfigNamespaceNode
Represents a config directive definition
|
class |
ContainerNode
ActionScript parse tree node representing a container.
|
class |
FileNode
ActionScript parse tree node representing a file
|
class |
FunctionNode
ActionScript parse tree node representing a function definition
|
class |
GetterNode
ActionScript parse tree node representing a getter definition (e.g. function
get foo():Number)
|
class |
IfNode
Represents an if statement, of the form
if(condition) doSomething(); else somethingElse();
if(condition) else if(otherCondition) else |
class |
InterfaceNode
ActionScript parse tree node representing an interface definition
|
class |
MemberedNode |
class |
ModifiersContainerNode |
class |
NamespaceNode
AST node for namespace definition.
|
class |
PackageNode
ActionScript parse tree node representing a package definition
|
class |
ParameterNode
ActionScript parse tree node representing one argument (e.g. str:String) in a
function definition
|
class |
ScopedBlockNode
A BlockNode that is provided with a scope that collections definitions.
|
class |
SetterNode
ActionScript parse tree node representing a setter definition (e.g. function
set foo(f:Number):Void)
|
class |
TransparentContainerNode
A transparent container node is identical to a regular ContainerNode except
that it is never returned from getContainingNode.
|
class |
TryNode
Represents a try/catch/finally node.
|
class |
VariableNode
ActionScript parse tree node representing a variable definition (e.g. var
str:String)
|
Modifier and Type | Class and Description |
---|---|
class |
AccessibilityTagNode |
class |
AlternativeTagNode |
class |
BaseDefinitionMetaTagNode
For metatags that decorate a definition, such as Events, Effects and Styles,
we treat them internally as IDefinitions.
|
class |
BasicMetaTagNode |
class |
DefaultPropertyTagNode
Implementation of
IDefaultPropertyTagNode . |
class |
EffectTagNode |
class |
EventTagNode |
class |
EventTriggerTagNode
Implementation of
IEventTriggerTagNode . |
class |
InspectableTagNode
Implementation of
IInspectableTagNode . |
class |
MetaTagNode
MetaAttributeNode is a generic node holding info for one metadata attribute.
|
class |
MetaTagsNode |
class |
MultiValueMetaTagNode |
class |
ResourceBundleTagNode
Represents an ResourceBundle metadata tag, of the form
[ResourceBundle("bundlename")]
|
class |
SkinClassTagNode
Represents SkinClass metadata
|
class |
StyleTagNode |
class |
TypedTagNode |
Modifier and Type | Class and Description |
---|---|
class |
ResourceBundleFileNode |
Copyright © 2016 The Apache Software Foundation. All rights reserved.