| Package | Description |
|---|---|
| org.apache.flex.compiler.codegen.as | |
| org.apache.flex.compiler.codegen.js.goog | |
| 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.as | |
| org.apache.flex.compiler.internal.codegen.js | |
| org.apache.flex.compiler.internal.codegen.js.amd | |
| org.apache.flex.compiler.internal.codegen.js.goog | |
| org.apache.flex.compiler.internal.codegen.js.jx | |
| 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 |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
| org.apache.flex.compiler.tree.as | |
| org.apache.flex.compiler.visitor.as |
| Modifier and Type | Method and Description |
|---|---|
void |
IASEmitter.emitParameter(IParameterNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
IJSGoogDocEmitter.emitParam(IParameterNode node,
String packageName) |
| Modifier and Type | Method and Description |
|---|---|
IParameterNode |
IParameterDefinition.getNode()
Returns the
IParameterNode from which this definition was
created, if the definition came from the AST for a source file. |
| Modifier and Type | Method and Description |
|---|---|
void |
ASEmitter.emitParameter(IParameterNode node) |
void |
ASBlockWalker.visitParameter(IParameterNode node) |
| Modifier and Type | Field and Description |
|---|---|
ISubEmitter<IParameterNode> |
JSEmitter.parameterEmitter |
| Modifier and Type | Method and Description |
|---|---|
void |
JSEmitter.emitParameter(IParameterNode node) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,IParameterNode> |
TempTools.getDefaults(IParameterNode[] nodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSAMDEmitter.emitParameter(IParameterNode node) |
static Map<Integer,IParameterNode> |
TempTools.getDefaults(IParameterNode[] nodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSGoogDocEmitter.emitParam(IParameterNode node,
String packageName) |
void |
JSGoogEmitter.emitParameter(IParameterNode node) |
| Modifier and Type | Field and Description |
|---|---|
IParameterNode[] |
PackageFooterEmitter.MethodData.parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterEmitter.emit(IParameterNode node) |
| Modifier and Type | Method and Description |
|---|---|
static IParameterNode |
EmitterUtils.getRest(IParameterNode[] nodes) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,IParameterNode> |
EmitterUtils.getDefaults(IParameterNode[] nodes) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,IParameterNode> |
EmitterUtils.getDefaults(IParameterNode[] nodes) |
static IParameterNode |
EmitterUtils.getRest(IParameterNode[] nodes) |
| Modifier and Type | Method and Description |
|---|---|
IParameterNode |
ParameterDefinition.getNode() |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterNode
ActionScript parse tree node representing one argument (e.g. str:String) in a
function definition
|
| Modifier and Type | Method and Description |
|---|---|
IParameterNode |
CatchNode.getCatchParameterNode() |
IParameterNode[] |
FunctionNode.getParameterNodes() |
| Modifier and Type | Method and Description |
|---|---|
IParameterNode |
ICatchNode.getCatchParameterNode()
Returns the
IParameterNode that this catch node executes against |
IParameterNode[] |
IFunctionNode.getParameterNodes()
Get the parameters of this function as an array of
IParameterNode
elements |
| Modifier and Type | Method and Description |
|---|---|
void |
IASBlockVisitor.visitParameter(IParameterNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.