Package | Description |
---|---|
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.tree.mxml |
Modifier and Type | Class and Description |
---|---|
class |
MXMLClassDefinitionNode
MXMLClassDefinitionNode represents an MXML tag which defines a new
class. |
class |
MXMLDocumentNode
MXMLDocumentNode represents the root MXML tag in an MXML document. |
class |
MXMLRepeaterNode
Implementation of the
IMXMLRepeaterNode interface. |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLApplicationNode
This AST node represents the root tag defining an MXML application.
|
interface |
IMXMLArrayNode
This AST node represents an MXML
<Array> tag. |
interface |
IMXMLBooleanNode
This AST node represents an MXML
<Boolean> tag. |
interface |
IMXMLClassDefinitionNode
This AST node represents an MXML tag which defines a new class.
|
interface |
IMXMLClassNode
This AST node represents an MXML
<Class> tag. |
interface |
IMXMLClearNode
This AST node represents an MXML
@Clear() compiler directive. |
interface |
IMXMLCompilerDirectiveNodeBase
This AST node represents an MXML compiler directive.
|
interface |
IMXMLComponentNode
This AST node represents an MXML
<Component> tag. |
interface |
IMXMLConcatenatedDataBindingNode
This AST node represents a concatenated expression involving text and
databindings (such as
My Name is {name.first} {name.last} ) in an
MXML tree. |
interface |
IMXMLDataBindingNode
Marker Interface for things that contain or are IMXMLSingleDataBindingNode
|
interface |
IMXMLDataBindingNodeContainer
Marker Interface for things that contain or are IMXMLDataBindingNode
|
interface |
IMXMLDeferredInstanceNode
This AST node represents the instance of
mx.core.DeferredInstanceFromClass or
mx.core.DeferredInstanceFromFunction that the compiler
implicitly creates as the value for a property or style of type
mx.core.IDeferredInstance or
mx.core.ITransientDeferredInstance . |
interface |
IMXMLDesignLayerNode
This AST node represents an MXML
<fx:DesignLayer> tag. |
interface |
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
interface |
IMXMLEmbedNode
This AST node represents an MXML
@Embed(...) |
interface |
IMXMLExpressionNode
This is the base interface for AST nodes representing
<Boolean> , <int> ,
<uint> , <Number> ,
<String> , and <Class> tags. |
interface |
IMXMLFactoryNode
This AST node represents the instance of
mx.core.ClassFactory
that the compiler implicitly creates as the value for a property of type
mx.core.IFactory . |
interface |
IMXMLFunctionNode
This AST node represents an MXML
<Function> tag. |
interface |
IMXMLHTTPServiceNode
This AST node represents an
<HTTPService> tag. |
interface |
IMXMLInstanceNode
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
interface |
IMXMLIntNode
This AST node represents an MXML
<int> tag. |
interface |
IMXMLModelNode
This AST node represents an MXML
<Model> tag. |
interface |
IMXMLNumberNode
This AST node represents an MXML
<Number> tag. |
interface |
IMXMLObjectNode
This AST node represents an MXML
<Object> tag. |
interface |
IMXMLRegExpNode
This AST node represents an MXML
<RegExp> tag. |
interface |
IMXMLRemoteObjectMethodNode
This AST node represents an MXML
<method> tag inside a
<RemoteObject> tag. |
interface |
IMXMLRemoteObjectNode
This AST node represents an MXML
<RemoteObject> tag. |
interface |
IMXMLRepeaterNode
This AST node represents an MXML
<Repeater> tag in an
AST. |
interface |
IMXMLResourceNode
This AST node represents an MXML
@Resource(...) |
interface |
IMXMLSingleDataBindingNode
This AST node represents a single databinding expression (such as
{name.first} ) in an MXML tree. |
interface |
IMXMLStateNode
This AST node represents an MXML
<State> tag. |
interface |
IMXMLStringNode
This AST node represents an MXML
<String> tag. |
interface |
IMXMLUintNode
This AST node represents an MXML
<uint> tag. |
interface |
IMXMLVectorNode
This AST node represents an MXML
<Vector> tag. |
interface |
IMXMLWebServiceNode
This AST node represents an MXML
<WebService> tag. |
interface |
IMXMLWebServiceOperationNode
This AST node represents an MXML
<operation> tag inside a
<WebService> tag. |
interface |
IMXMLXMLListNode
This AST node represents an MXML
<XMLList> tag. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.