Package | Description |
---|---|
org.apache.flex.compiler.codegen.mxml | |
org.apache.flex.compiler.internal.as.codegen | |
org.apache.flex.compiler.internal.codegen.mxml | |
org.apache.flex.compiler.internal.codegen.mxml.flexjs | |
org.apache.flex.compiler.internal.codegen.mxml.vf2js | |
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 | |
org.apache.flex.compiler.visitor.mxml |
Modifier and Type | Method and Description |
---|---|
void |
IMXMLEmitter.emitInstance(IMXMLInstanceNode node) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
MXMLClassDirectiveProcessor.instanceAffectsBindings(IMXMLInstanceNode instanceNode) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLEmitter.emitInstance(IMXMLInstanceNode node) |
void |
MXMLBlockWalker.visitInstance(IMXMLInstanceNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLFlexJSEmitter.emitInstance(IMXMLInstanceNode node) |
void |
MXMLFlexJSEmitter.emitInstanceOverride(IMXMLInstanceNode instanceNode) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLVF2JSEmitter.emitInstance(IMXMLInstanceNode node) |
void |
MXMLVF2JSEmitter.emitInstanceOverride(IMXMLInstanceNode instanceNode) |
Modifier and Type | Class and Description |
---|---|
class |
MXMLRepeaterNode
Implementation of the
IMXMLRepeaterNode interface. |
Modifier and Type | Method and Description |
---|---|
IMXMLInstanceNode |
MXMLClassDefinitionNode.getNodeWithID(String id) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLClassDefinitionNode.generateID(IMXMLInstanceNode instanceNode) |
String |
MXMLClassDefinitionNode.getGeneratedID(IMXMLInstanceNode instanceNode) |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLArrayNode
This AST node represents an MXML
<Array> tag. |
interface |
IMXMLBooleanNode
This AST node represents an MXML
<Boolean> tag. |
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 |
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 |
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. |
Modifier and Type | Method and Description |
---|---|
IMXMLInstanceNode[] |
IMXMLDeclarationsNode.getDeclarationInstanceNodes()
Gets the instance nodes which are the children of this node.
|
IMXMLInstanceNode |
IMXMLPropertySpecifierNode.getInstanceNode()
Gets the value of the property.
|
IMXMLInstanceNode |
IMXMLModelPropertyNode.getInstanceNode() |
IMXMLInstanceNode |
IMXMLDeferredInstanceNode.getInstanceNode()
If the sole child is not a
IMXMLClassNode , this method gets it
and IMXMLDeferredInstanceNode.getClassNode() returns null |
IMXMLInstanceNode |
IMXMLClassDefinitionNode.getNodeWithID(String id)
Gets the instance node with a specified id.
|
Modifier and Type | Method and Description |
---|---|
String |
IMXMLClassDefinitionNode.getGeneratedID(IMXMLInstanceNode instanceNode)
Gets the compiler-generated id, if one is necessary, for a specified
instance tag that doesn't have a specified id.
|
boolean |
IMXMLInstanceNode.isEqual(IMXMLInstanceNode node)
If this node is the same.
|
Modifier and Type | Method and Description |
---|---|
void |
IMXMLBlockVisitor.visitInstance(IMXMLInstanceNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.