Package | Description |
---|---|
org.apache.flex.compiler.tree.mxml |
Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLEffectSpecifierNode
This AST node represents an MXML tag or attribute that specifies an effect
trigger, such as
showEffect="Wipe" . |
interface |
IMXMLEventSpecifierNode
This AST node represents an MXML tag or attribute which specifies
event-handling code.
|
interface |
IMXMLHTTPServiceRequestPropertyNode
AST node for
<s:request> tags under <s:HTTPService> tags. |
interface |
IMXMLPropertySpecifierNode
This AST node represents an MXML tag or attribute that specifies a property.
|
interface |
IMXMLStyleSpecifierNode
This AST node represents an MXML tag or attribute that specifies a style.
|
Modifier and Type | Method and Description |
---|---|
IMXMLSpecifierNode[] |
IMXMLClassReferenceNode.getSpecifierNodesWithSuffix(String suffix)
Gets all the child nodes that represent properties, styles, and events
and which have a particular suffix specifying a state or state group.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.