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 |
StateGroupDefinition
StateGroupDefinition represents a state group in an MXML class. |
Modifier and Type | Method and Description |
---|---|
IStateGroupDefinition[] |
StateDefinition.resolveStateGroups() |
Modifier and Type | Method and Description |
---|---|
void |
StateDefinition.addGroup(IStateGroupDefinition group)
Records that this state belongs to a specified group.
|
Modifier and Type | Method and Description |
---|---|
IStateGroupDefinition |
MXMLClassDefinitionNode.getStateGroupByName(String groupName)
Gets the state group that defines a specified state group.
|
Modifier and Type | Method and Description |
---|---|
Set<IStateGroupDefinition> |
MXMLClassDefinitionNode.getStateGroups() |
Modifier and Type | Method and Description |
---|---|
IStateGroupDefinition[] |
IStateDefinition.resolveStateGroups()
Returns any state groups that this IStateDefinitionBase is a member of
|
Modifier and Type | Method and Description |
---|---|
IStateGroupDefinition |
IMXMLClassDefinitionNode.getStateGroupByName(String stateGroupName)
Gets the state group definition with the specified name.
|
Modifier and Type | Method and Description |
---|---|
Set<IStateGroupDefinition> |
IMXMLClassDefinitionNode.getStateGroups()
Gets the set of state group definitions for this class.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.