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.utils | |
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.emitClass(IClassNode node)
Emit a Class.
|
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitClass(IClassNode node) |
void |
ASBlockWalker.visitClass(IClassNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSAMDEmitter.emitClass(IClassNode node) |
static void |
TempTools.fillStaticStatements(IClassNode node,
List<IASNode> list,
boolean excludeFields) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitClass(IClassNode node) |
void |
JSFlexJSEmitter.emitComplexInitializers(IClassNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSGoogEmitter.emitClass(IClassNode node) |
Modifier and Type | Method and Description |
---|---|
void |
ClassEmitter.emit(IClassNode node) |
void |
ClassEmitter.emitComplexInitializers(IClassNode node) |
Modifier and Type | Method and Description |
---|---|
static boolean |
EmitterUtils.isClassMember(ICompilerProject project,
IDefinition nodeDef,
IClassNode classNode) |
Modifier and Type | Method and Description |
---|---|
void |
JSVF2JSEmitter.emitClass(IClassNode node) |
Modifier and Type | Class and Description |
---|---|
class |
ClassNode
ActionScript parse tree node representing a class definition
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitClass(IClassNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.