Package | Description |
---|---|
org.apache.flex.compiler.codegen.as | |
org.apache.flex.compiler.internal.codegen.as | |
org.apache.flex.compiler.internal.codegen.js.amd | |
org.apache.flex.compiler.internal.codegen.js.flexjs | |
org.apache.flex.compiler.internal.codegen.js.goog | |
org.apache.flex.compiler.internal.codegen.js.jx | |
org.apache.flex.compiler.internal.codegen.js.vf2js | |
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.emitFunctionCall(IFunctionCallNode node)
Emit a function call like
new Foo() or foo(42) . |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitFunctionCall(IFunctionCallNode node) |
void |
ASBlockWalker.visitFunctionCall(IFunctionCallNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSAMDEmitter.emitFunctionCall(IFunctionCallNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitFunctionCall(IFunctionCallNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSGoogEmitter.emitFunctionCall(IFunctionCallNode node) |
Modifier and Type | Method and Description |
---|---|
void |
FunctionCallEmitter.emit(IFunctionCallNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSVF2JSEmitter.emitFunctionCall(IFunctionCallNode node) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionCallNode
ActionScript parse tree node representing a function call (e.g. myFunction(),
new Object())
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitFunctionCall(IFunctionCallNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.