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. |
org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
org.apache.flex.compiler.internal.tree.as.metadata |
Modifier and Type | Method and Description |
---|---|
IEventDefinition[] |
IClassDefinition.findEventDefinitions(ICompilerProject project)
Finds the event definitions for events declared on this class or any of
its superclasses.
|
IEventDefinition |
IClassDefinition.getEventDefinition(IWorkspace w,
String name)
Gets an event definition for an event declared on this class with a
particular name such as
"click" . |
IEventDefinition[] |
IClassDefinition.getEventDefinitions(IWorkspace w)
Gets the event definitions for events declared on this class.
|
IEventDefinition |
IEffectDefinition.resolveEvent(ICompilerProject project)
Resolves the value of this effect's
event attribute
to an event definition. |
Modifier and Type | Class and Description |
---|---|
class |
EventDefinition
Each instance of this class represents the definition of an MXML event in the
symbol table.
|
Modifier and Type | Method and Description |
---|---|
IEventDefinition[] |
ClassDefinition.findEventDefinitions(ICompilerProject project) |
IEventDefinition[] |
AppliedVectorDefinition.findEventDefinitions(ICompilerProject project) |
IEventDefinition |
ClassDefinition.getEventDefinition(IWorkspace w,
String name) |
IEventDefinition |
AppliedVectorDefinition.getEventDefinition(IWorkspace w,
String name) |
IEventDefinition[] |
ClassDefinition.getEventDefinitions(IWorkspace w) |
IEventDefinition[] |
AppliedVectorDefinition.getEventDefinitions(IWorkspace w) |
IEventDefinition |
EffectDefinition.resolveEvent(ICompilerProject project) |
Modifier and Type | Method and Description |
---|---|
IEventDefinition |
FlexProject.resolveEvent(IClassDefinition classDefinition,
String eventName)
Searches the specified class, and its superclasses, for an event
definition with the specified name.
|
Modifier and Type | Method and Description |
---|---|
IEventDefinition |
EventTriggerTagNode.resolveEventTag(ICompilerProject project)
Resolves this metadata tag to the event definition it produced.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.