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.emitIf(IIfNode node)
Emit a
if(){}else if(){}else{} statement. |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitIf(IIfNode node) |
void |
ASBlockWalker.visitIf(IIfNode node) |
Modifier and Type | Field and Description |
---|---|
ISubEmitter<IIfNode> |
JSEmitter.ifEmitter |
Modifier and Type | Method and Description |
---|---|
void |
JSEmitter.emitIf(IIfNode node) |
Modifier and Type | Method and Description |
---|---|
void |
IfEmitter.emit(IIfNode node) |
Modifier and Type | Class and Description |
---|---|
class |
IfNode
Represents an if statement, of the form
if(condition) doSomething(); else somethingElse();
if(condition) else if(otherCondition) else |
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitIf(IIfNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.