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.emitSetAccessor(ISetterNode node)
Emit a full Class setter member.
|
void |
IASEmitter.emitSetAccessorDocumentation(ISetterNode node)
Emit a documentation comment for a Class accessor
IGetterNode . |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitSetAccessor(ISetterNode node) |
void |
ASEmitter.emitSetAccessorDocumentation(ISetterNode node) |
void |
ASBlockWalker.visitSetter(ISetterNode node) |
Modifier and Type | Field and Description |
---|---|
ISetterNode |
JSSessionModel.PropertyNodes.setter |
Modifier and Type | Method and Description |
---|---|
void |
JSAMDEmitter.emitSetAccessor(ISetterNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitSetAccessor(ISetterNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSGoogEmitter.emitSetAccessor(ISetterNode node) |
Modifier and Type | Method and Description |
---|---|
void |
AccessorEmitter.emitSet(ISetterNode node) |
Modifier and Type | Class and Description |
---|---|
class |
SetterNode
ActionScript parse tree node representing a setter definition (e.g. function
set foo(f:Number):Void)
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitSetter(ISetterNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.