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.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.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.emitGetAccessor(IGetterNode node)
Emit a full Class getter member.
|
void |
IASEmitter.emitGetAccessorDocumentation(IGetterNode node)
Emit a documentation comment for a Class method
IGetterNode . |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitGetAccessor(IGetterNode node) |
void |
ASEmitter.emitGetAccessorDocumentation(IGetterNode node) |
void |
ASBlockWalker.visitGetter(IGetterNode node) |
Modifier and Type | Field and Description |
---|---|
IGetterNode |
JSSessionModel.PropertyNodes.getter |
Modifier and Type | Method and Description |
---|---|
void |
JSAMDEmitter.emitGetAccessor(IGetterNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitGetAccessor(IGetterNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSGoogEmitter.emitGetAccessor(IGetterNode node) |
Modifier and Type | Method and Description |
---|---|
void |
AccessorEmitter.emitGet(IGetterNode node) |
Modifier and Type | Class and Description |
---|---|
class |
GetterNode
ActionScript parse tree node representing a getter definition (e.g. function
get foo():Number)
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitGetter(IGetterNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.