Package | Description |
---|---|
org.apache.flex.compiler.codegen.as | |
org.apache.flex.compiler.internal.codegen.as | |
org.apache.flex.compiler.internal.codegen.js | |
org.apache.flex.compiler.internal.codegen.js.flexjs | |
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.visitor.as |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitFunctionObject(IFunctionObjectNode node)
Emit an anonymous
IFunctionObjectNode . |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitFunctionObject(IFunctionObjectNode node) |
void |
ASBlockWalker.visitFunctionObject(IFunctionObjectNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSEmitter.emitFunctionObject(IFunctionObjectNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitFunctionObject(IFunctionObjectNode node) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionObjectNode
An anonymous function (e.g. function() {...}) is an expression, but acts like
a function definition where scopes are concerned.
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitFunctionObject(IFunctionObjectNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.