| 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.definitionspackage. | 
| org.apache.flex.compiler.internal.projects | This package is the internal counterpart of the external
 org.apache.flex.compiler.projectspackage. | 
| Modifier and Type | Method and Description | 
|---|---|
| IEffectDefinition[] | IClassDefinition. findEffectDefinitions(ICompilerProject project)Finds the effect definitions for effect declared on this class or any of
 its superclasses. | 
| IEffectDefinition | IClassDefinition. getEffectDefinition(IWorkspace w,
                   String name)Gets an effect definition for an effect declared on this class with a
 particular name such as  "moveEffect". | 
| IEffectDefinition[] | IClassDefinition. getEffectDefinitions(IWorkspace w)Gets the effect definitions for effects declared on this class. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EffectDefinitionEach instance of this class represent the definition of an MXML effect in the
 symbol table. | 
| Modifier and Type | Method and Description | 
|---|---|
| IEffectDefinition[] | ClassDefinition. findEffectDefinitions(ICompilerProject project) | 
| IEffectDefinition[] | AppliedVectorDefinition. findEffectDefinitions(ICompilerProject project) | 
| IEffectDefinition | ClassDefinition. getEffectDefinition(IWorkspace w,
                   String name) | 
| IEffectDefinition | AppliedVectorDefinition. getEffectDefinition(IWorkspace w,
                   String name) | 
| IEffectDefinition[] | ClassDefinition. getEffectDefinitions(IWorkspace w) | 
| IEffectDefinition[] | AppliedVectorDefinition. getEffectDefinitions(IWorkspace w) | 
| Modifier and Type | Method and Description | 
|---|---|
| IEffectDefinition | FlexProject. resolveEffect(IClassDefinition classDefinition,
             String effectName)Searches the specified class, and its superclasses, for an effect
 definition with the specified name. | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.