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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
StateDefinition
StateDefinition represents a state in MXML 2009 or later. |
class |
StateDefinitionBase
StateDefinitionBase is an abstract base class for
StateDefinition and StateGroupDefinition , which represent
states and state groups in MXML 2009 and later. |
class |
StateGroupDefinition
StateGroupDefinition represents a state group in an MXML class. |
Modifier and Type | Method and Description |
---|---|
int |
StateDefinitionBase.compareTo(IStateDefinitionBase other) |
Modifier and Type | Interface and Description |
---|---|
interface |
IStateDefinition
Represents the base definition of either a state or a state group defined
with an MXML 4 document
|
interface |
IStateGroupDefinition
Represents a state group defined with an MXML 4 document
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.