| 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.codegen.js.amd | |
| 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 |
IGetterDefinition
A definition representing a
function get declaration. |
interface |
ISetterDefinition
A definition representing a
function set declaration. |
| Modifier and Type | Method and Description |
|---|---|
IAccessorDefinition |
IAccessorDefinition.resolveCorrespondingAccessor(ICompilerProject project) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JSAMDEmitter.emitAccessor(String kind,
IAccessorDefinition definition) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessorDefinition
AccessorDefinition is the abstract base class for definitions that
represent getters and setters. |
class |
GetterDefinition |
class |
SetterDefinition |
class |
SyntheticBindableGetterDefinition
Getter definition created for a Bindable Variable
|
class |
SyntheticBindableSetterDefinition
Setter definition created for a Bindable Variable
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.