| Package | Description |
|---|---|
| org.apache.flex.compiler.codegen.as | |
| org.apache.flex.compiler.internal.as.codegen | |
| org.apache.flex.compiler.internal.codegen.as | |
| org.apache.flex.compiler.internal.codegen.js.flexjs | |
| org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
| org.apache.flex.compiler.visitor.as |
| Modifier and Type | Method and Description |
|---|---|
void |
IASEmitter.emitLabelStatement(LabeledStatementNode node)
Emit a
foo:{} statement. |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlFlowContextManager.startLabeledStatementControlFlowContext(LabeledStatementNode labeledStatement)
Called by a reduction's Prologue section to establish an active
LabeledStatementControlFlowContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
ASEmitter.emitLabelStatement(LabeledStatementNode node) |
void |
ASBlockWalker.visitLabeledStatement(LabeledStatementNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSFlexJSEmitter.emitLabelStatement(LabeledStatementNode node) |
| Constructor and Description |
|---|
AmbiguousGotoTargetProblem(IASNode site,
Collection<LabeledStatementNode> gotoLabels) |
| Modifier and Type | Method and Description |
|---|---|
void |
IASBlockVisitor.visitLabeledStatement(LabeledStatementNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.