Package | Description |
---|---|
org.apache.flex.compiler.codegen.mxml | |
org.apache.flex.compiler.codegen.mxml.flexjs | |
org.apache.flex.compiler.internal.as.codegen | |
org.apache.flex.compiler.internal.codegen.databinding | |
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.definitions.mxml | |
org.apache.flex.compiler.internal.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.mxml package. |
org.apache.flex.compiler.internal.semantics | |
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.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
org.apache.flex.compiler.tree.mxml | |
org.apache.flex.compiler.visitor.mxml |
Class and Description |
---|
IMXMLArrayNode
This AST node represents an MXML
<Array> tag. |
IMXMLBooleanNode
This AST node represents an MXML
<Boolean> tag. |
IMXMLClassDefinitionNode
This AST node represents an MXML tag which defines a new class.
|
IMXMLComponentNode
This AST node represents an MXML
<Component> tag. |
IMXMLDataBindingNode
Marker Interface for things that contain or are IMXMLSingleDataBindingNode
|
IMXMLDeclarationsNode
This AST node represents an MXML
<Declarations> tag in an
AST. |
IMXMLEmbedNode
This AST node represents an MXML
@Embed(...) |
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
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 . |
IMXMLFileNode
This AST node represents an MXML file.
|
IMXMLImplementsNode
This AST node represents an
implements attribute on a class
definition tag in MXML. |
IMXMLInstanceNode
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
IMXMLIntNode
This AST node represents an MXML
<int> tag. |
IMXMLLiteralNode
This AST node represents a primitive value of type
boolean ,
int , uint , Number , or
String |
IMXMLMetadataNode
This AST node represents an MXML
<Metadata> tag. |
IMXMLNumberNode
This AST node represents an MXML
<Number> tag. |
IMXMLObjectNode
This AST node represents an MXML
<Object> tag. |
IMXMLPropertySpecifierNode
This AST node represents an MXML tag or attribute that specifies a property.
|
IMXMLScriptNode
This AST node represents an MXML
<Script> tag. |
IMXMLStringNode
This AST node represents an MXML
<String> tag. |
IMXMLStyleSpecifierNode
This AST node represents an MXML tag or attribute that specifies a style.
|
IMXMLUintNode
This AST node represents an MXML
<uint> tag. |
IMXMLVectorNode
This AST node represents an MXML
<Vector> tag. |
Class and Description |
---|
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
Class and Description |
---|
IMXMLClassDefinitionNode
This AST node represents an MXML tag which defines a new class.
|
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
IMXMLInstanceNode
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
IMXMLNode
This is the base interface for all MXML-specific AST nodes.
|
IMXMLPropertySpecifierNode
This AST node represents an MXML tag or attribute that specifies a property.
|
IMXMLVectorNode
This AST node represents an MXML
<Vector> tag. |
Class and Description |
---|
IMXMLBindingNode
This AST node represents an MXML
<Binding> tag. |
IMXMLDataBindingNode
Marker Interface for things that contain or are IMXMLSingleDataBindingNode
|
IMXMLNode
This is the base interface for all MXML-specific AST nodes.
|
Class and Description |
---|
IMXMLArrayNode
This AST node represents an MXML
<Array> tag. |
IMXMLBindingNode
This AST node represents an MXML
<Binding> tag. |
IMXMLBooleanNode
This AST node represents an MXML
<Boolean> tag. |
IMXMLClassDefinitionNode
This AST node represents an MXML tag which defines a new class.
|
IMXMLComponentNode
This AST node represents an MXML
<Component> tag. |
IMXMLDataBindingNode
Marker Interface for things that contain or are IMXMLSingleDataBindingNode
|
IMXMLDeclarationsNode
This AST node represents an MXML
<Declarations> tag in an
AST. |
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 . |
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
IMXMLEmbedNode
This AST node represents an MXML
@Embed(...) |
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
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 . |
IMXMLFileNode
This AST node represents an MXML file.
|
IMXMLImplementsNode
This AST node represents an
implements attribute on a class
definition tag in MXML. |
IMXMLInstanceNode
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
IMXMLIntNode
This AST node represents an MXML
<int> tag. |
IMXMLLiteralNode
This AST node represents a primitive value of type
boolean ,
int , uint , Number , or
String |
IMXMLMetadataNode
This AST node represents an MXML
<Metadata> tag. |
IMXMLNode
This is the base interface for all MXML-specific AST nodes.
|
IMXMLNumberNode
This AST node represents an MXML
<Number> tag. |
IMXMLObjectNode
This AST node represents an MXML
<Object> tag. |
IMXMLPropertySpecifierNode
This AST node represents an MXML tag or attribute that specifies a property.
|
IMXMLScriptNode
This AST node represents an MXML
<Script> tag. |
IMXMLStringNode
This AST node represents an MXML
<String> tag. |
IMXMLStyleNode
This AST node represents an MXML
<Style> tag. |
IMXMLStyleSpecifierNode
This AST node represents an MXML tag or attribute that specifies a style.
|
IMXMLUintNode
This AST node represents an MXML
<uint> tag. |
IMXMLVectorNode
This AST node represents an MXML
<Vector> tag. |
Class and Description |
---|
IMXMLArrayNode
This AST node represents an MXML
<Array> tag. |
IMXMLComponentNode
This AST node represents an MXML
<Component> tag. |
IMXMLDeclarationsNode
This AST node represents an MXML
<Declarations> tag in an
AST. |
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
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 . |
IMXMLFileNode
This AST node represents an MXML file.
|
IMXMLImplementsNode
This AST node represents an
implements attribute on a class
definition tag in MXML. |
IMXMLInstanceNode
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
IMXMLLiteralNode
This AST node represents a primitive value of type
boolean ,
int , uint , Number , or
String |
IMXMLMetadataNode
This AST node represents an MXML
<Metadata> tag. |
IMXMLNode
This is the base interface for all MXML-specific AST nodes.
|
IMXMLObjectNode
This AST node represents an MXML
<Object> tag. |
IMXMLPropertySpecifierNode
This AST node represents an MXML tag or attribute that specifies a property.
|
IMXMLScriptNode
This AST node represents an MXML
<Script> tag. |
IMXMLStringNode
This AST node represents an MXML
<String> tag. |
IMXMLStyleNode
This AST node represents an MXML
<Style> tag. |
IMXMLStyleSpecifierNode
This AST node represents an MXML tag or attribute that specifies a style.
|
Class and Description |
---|
IMXMLArrayNode
This AST node represents an MXML
<Array> tag. |
IMXMLComponentNode
This AST node represents an MXML
<Component> tag. |
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
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 . |
IMXMLInstanceNode
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
IMXMLLiteralNode
This AST node represents a primitive value of type
boolean ,
int , uint , Number , or
String |
IMXMLPropertySpecifierNode
This AST node represents an MXML tag or attribute that specifies a property.
|
IMXMLScriptNode
This AST node represents an MXML
<Script> tag. |
IMXMLStringNode
This AST node represents an MXML
<String> tag. |
IMXMLStyleSpecifierNode
This AST node represents an MXML tag or attribute that specifies a style.
|
Class and Description |
---|
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
Class and Description |
---|
IMXMLStateNode
This AST node represents an MXML
<State> tag. |
Class and Description |
---|
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
Class and Description |
---|
IMXMLClassDefinitionNode
This AST node represents an MXML tag which defines a new class.
|
IMXMLClassReferenceNode
This AST node represents an MXML tag which maps to an ActionScript class,
either as an instance of that class or a definition of a subclass of this
class.
|
IMXMLDeclarationsNode
This AST node represents an MXML
<Declarations> tag in an
AST. |
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
IMXMLFileNode
This AST node represents an MXML file.
|
IMXMLInstanceNode
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
IMXMLMetadataNode
This AST node represents an MXML
<Metadata> tag. |
IMXMLNode
This is the base interface for all MXML-specific AST nodes.
|
IMXMLRepeaterNode
This AST node represents an MXML
<Repeater> tag in an
AST. |
IMXMLScriptNode
This AST node represents an MXML
<Script> tag. |
IMXMLStateNode
This AST node represents an MXML
<State> tag. |
IMXMLStyleNode
This AST node represents an MXML
<Style> tag. |
Class and Description |
---|
IMXMLResourceNode
This AST node represents an MXML
@Resource(...) |
Class and Description |
---|
IMXMLBindingAttributeNode
This AST node represents the
source or destination
attribute on an MXML <Binding> tag. |
IMXMLClassDefinitionNode
This AST node represents an MXML tag which defines a new class.
|
IMXMLClassNode
This AST node represents an MXML
<Class> tag. |
IMXMLClassReferenceNode
This AST node represents an MXML tag which maps to an ActionScript class,
either as an instance of that class or a definition of a subclass of this
class.
|
IMXMLCompilerDirectiveNodeBase
This AST node represents an MXML compiler directive.
|
IMXMLDataBindingNode
Marker Interface for things that contain or are IMXMLSingleDataBindingNode
|
IMXMLDeclarationsNode
This AST node represents an MXML
<Declarations> tag in an
AST. |
IMXMLDefinitionNode
This AST node represents an MXML
<Definition> tag in an
AST. |
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
IMXMLExpressionNode
This is the base interface for AST nodes representing
<Boolean> , <int> ,
<uint> , <Number> ,
<String> , and <Class> tags. |
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 . |
IMXMLFileNode
This AST node represents an MXML file.
|
IMXMLInstanceNode
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
IMXMLMetadataNode
This AST node represents an MXML
<Metadata> tag. |
IMXMLModelPropertyContainerNode
This type of AST node represents tags inside an MXML
<Model> tag that contain other tags. |
IMXMLModelPropertyNode
This AST node represents hierarchical properties (expressed either as child
tags or as attributes). within an MXML
<Model> tag. |
IMXMLModelRootNode
This AST node represents the root tag inside an MXML
<Model> tag. |
IMXMLNode
This is the base interface for all MXML-specific AST nodes.
|
IMXMLPropertySpecifierNode
This AST node represents an MXML tag or attribute that specifies a property.
|
IMXMLScriptNode
This AST node represents an MXML
<Script> tag. |
IMXMLSpecifierNode
This AST node represents an MXML tag or attribute that specifies a property,
style, or event.
|
IMXMLStyleNode
This AST node represents an MXML
<Style> tag. |
IMXMLStyleSpecifierNode
This AST node represents an MXML tag or attribute that specifies a style.
|
IMXMLXMLNode.XML_TYPE |
Class and Description |
---|
IMXMLArrayNode
This AST node represents an MXML
<Array> tag. |
IMXMLBindingNode
This AST node represents an MXML
<Binding> tag. |
IMXMLBooleanNode
This AST node represents an MXML
<Boolean> tag. |
IMXMLClassDefinitionNode
This AST node represents an MXML tag which defines a new class.
|
IMXMLComponentNode
This AST node represents an MXML
<Component> tag. |
IMXMLDataBindingNode
Marker Interface for things that contain or are IMXMLSingleDataBindingNode
|
IMXMLDeclarationsNode
This AST node represents an MXML
<Declarations> tag in an
AST. |
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 . |
IMXMLDocumentNode
This AST node represents the root tag in an MXML document.
|
IMXMLEmbedNode
This AST node represents an MXML
@Embed(...) |
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
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 . |
IMXMLFileNode
This AST node represents an MXML file.
|
IMXMLImplementsNode
This AST node represents an
implements attribute on a class
definition tag in MXML. |
IMXMLInstanceNode
This AST node represents an MXML tag that creates an instance of an
ActionScript class.
|
IMXMLIntNode
This AST node represents an MXML
<int> tag. |
IMXMLLiteralNode
This AST node represents a primitive value of type
boolean ,
int , uint , Number , or
String |
IMXMLMetadataNode
This AST node represents an MXML
<Metadata> tag. |
IMXMLNumberNode
This AST node represents an MXML
<Number> tag. |
IMXMLObjectNode
This AST node represents an MXML
<Object> tag. |
IMXMLPropertySpecifierNode
This AST node represents an MXML tag or attribute that specifies a property.
|
IMXMLScriptNode
This AST node represents an MXML
<Script> tag. |
IMXMLStringNode
This AST node represents an MXML
<String> tag. |
IMXMLStyleNode
This AST node represents an MXML
<Style> tag. |
IMXMLStyleSpecifierNode
This AST node represents an MXML tag or attribute that specifies a style.
|
IMXMLUintNode
This AST node represents an MXML
<uint> tag. |
IMXMLVectorNode
This AST node represents an MXML
<Vector> tag. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.