| 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.jx | |
| 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.emitWith(IWithNode node)
Emit a
with(){} statement. |
| Modifier and Type | Method and Description |
|---|---|
void |
ASEmitter.emitWith(IWithNode node) |
void |
ASBlockWalker.visitWith(IWithNode node) |
| Modifier and Type | Field and Description |
|---|---|
ISubEmitter<IWithNode> |
JSEmitter.withEmitter |
| Modifier and Type | Method and Description |
|---|---|
void |
JSEmitter.emitWith(IWithNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
WithEmitter.emit(IWithNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
WithNode
ActionScript parse tree node representing a with block (with (x) {...})
|
| Modifier and Type | Method and Description |
|---|---|
void |
IASBlockVisitor.visitWith(IWithNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.