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. |
org.apache.flex.compiler.internal.scopes |
This package is the internal counterpart of the external
org.apache.flex.compiler.scopes package. |
org.apache.flex.compiler.tree.mxml |
Modifier and Type | Method and Description |
---|---|
IParameterDefinition[] |
IFunctionDefinition.getParameters()
Get the parameters of this function as an array of
IParameterDefinition elements |
Modifier and Type | Method and Description |
---|---|
static boolean |
TempTools.isVariableAParameter(IVariableDefinition node,
IParameterDefinition[] parameters) |
Modifier and Type | Class and Description |
---|---|
class |
ParameterDefinition
Each instance of this class represents the definition of an ActionScript
function parameter in the symbol table.
|
Modifier and Type | Method and Description |
---|---|
void |
CatchScope.setParameterDefinition(IParameterDefinition param)
Add the parameter for the catch scope to this scope - can't use
addDefinition because it will hoist the defn to the containing scope.
|
Modifier and Type | Method and Description |
---|---|
IParameterDefinition |
IMXMLEventSpecifierNode.getEventParameterDefinition()
Gets the definition of the
event argument of the implied
event handler method. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.