Package | Description |
---|---|
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.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
org.apache.flex.compiler.mxml |
This package contains classes and interfaces that provide a syntactic
representation of MXML as tags and attributes, without any semantic
understanding of what those tags and attributes mean in MXML.
|
org.apache.flex.compiler.tree.mxml |
Modifier and Type | Class and Description |
---|---|
class |
StateDefinition
StateDefinition represents a state in MXML 2009 or later. |
Modifier and Type | Method and Description |
---|---|
IStateDefinition[] |
StateGroupDefinition.resolveIncludedStates() |
Modifier and Type | Method and Description |
---|---|
void |
StateGroupDefinition.addState(IStateDefinition state)
Records that this group includes a specified state.
|
Modifier and Type | Method and Description |
---|---|
IStateDefinition |
MXMLClassDefinitionNode.getStateByName(String stateName)
Gets the state definition that defines a specified state.
|
Modifier and Type | Method and Description |
---|---|
Set<IStateDefinition> |
MXMLClassDefinitionNode.getStates() |
Modifier and Type | Method and Description |
---|---|
IStateDefinition[] |
IStateGroupDefinition.resolveIncludedStates()
Returns an array of
IStateDefinition objects that are found in
this IStateGroup |
Modifier and Type | Method and Description |
---|---|
IStateDefinition |
IMXMLClassDefinitionNode.getStateByName(String stateName)
Gets the state definition with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Set<IStateDefinition> |
IMXMLClassDefinitionNode.getStates()
Gets the set of state definitions for this class.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.