Package | Description |
---|---|
org.apache.flex.compiler.definitions |
This package contains interfaces for various kinds of definitions
found in AS and MXML files.
|
org.apache.flex.compiler.internal.definitions |
This package is the internal counterpart of the external
org.apache.flex.compiler.definitions package. |
Modifier and Type | Interface and Description |
---|---|
interface |
IEffectDefinition
Represents effect metadata decorating a class definition,
such as
[Effect(name="rollOverEffect", event="rollOver")] . |
interface |
IEventDefinition
Represents event metadata decorating a class definition,
such as
Event(name="click", type="flash.events.MouseEvent")] . |
interface |
IStyleDefinition
Represents style metadata decorating a class definition,
such as
Style(name="color", type="uint", format="color", inherit="yes")] . |
Modifier and Type | Class and Description |
---|---|
class |
EffectDefinition
Each instance of this class represent the definition of an MXML effect in the
symbol table.
|
class |
EventDefinition
Each instance of this class represents the definition of an MXML event in the
symbol table.
|
class |
MetadataDefinitionBase
This is the abstract base class for definitions in the symbol table that that
are declared by metadata tags on other definitions.
|
class |
StyleDefinition
Instances of this class represent definitions of MXML styles in the symbol
table.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.