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.codegen.js.utils | |
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.tree.as.metadata | |
org.apache.flex.compiler.internal.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
org.apache.flex.compiler.tree.metadata | |
org.apache.flex.compiler.tree.mxml |
Modifier and Type | Interface and Description |
---|---|
interface |
IAccessorDefinition
A definition representing a
function get or
function set declaration. |
interface |
IConstantDefinition
A definition representing a
const declaration. |
interface |
IGetterDefinition
A definition representing a
function get declaration. |
interface |
IParameterDefinition
A definition representing a parameter declaration.
|
interface |
ISetterDefinition
A definition representing a
function set declaration. |
Modifier and Type | Method and Description |
---|---|
static List<IVariableDefinition> |
TempTools.getFields(IClassDefinition definition,
boolean excludePrivate) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TempTools.isVariableAParameter(IVariableDefinition node,
IParameterDefinition[] parameters) |
static String |
TempTools.toInitialValue(IVariableDefinition field,
ICompilerProject project) |
Modifier and Type | Method and Description |
---|---|
static IVariableDefinition |
EmitterUtils.findVariable(Collection<IDefinition> definitions) |
Modifier and Type | Class and Description |
---|---|
class |
AccessorDefinition
AccessorDefinition is the abstract base class for definitions that
represent getters and setters. |
class |
ConstantDefinition |
class |
GetterDefinition |
class |
ParameterDefinition
Each instance of this class represents the definition of an ActionScript
function parameter in the symbol table.
|
class |
SetterDefinition |
class |
SyntheticBindableGetterDefinition
Getter definition created for a Bindable Variable
|
class |
SyntheticBindableSetterDefinition
Setter definition created for a Bindable Variable
|
class |
VariableDefinition
Instances of this class represent definitions of ActionScript variables and
constants in the symbol table.
|
Modifier and Type | Method and Description |
---|---|
IVariableDefinition |
DefaultPropertyTagNode.resolveProperty(ICompilerProject project) |
Modifier and Type | Method and Description |
---|---|
IVariableDefinition |
MXMLTreeBuilder.getPercentProxyDefinition() |
Modifier and Type | Method and Description |
---|---|
IVariableDefinition |
IDefaultPropertyTagNode.resolveProperty(ICompilerProject project)
Resolves the property to an
IVariableNode |
Modifier and Type | Method and Description |
---|---|
IVariableDefinition |
IMXMLPropertySpecifierNode.getPercentProxyDefinition(FlexProject project)
If the definition for this property has
[PercentProxy(...}] |
IVariableDefinition |
IMXMLInstanceNode.resolveID()
Returns the variable definition that is generated by the id.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.