Package | Description |
---|---|
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.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.tree.as |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitAccessors(IAccessorNode node) |
void |
JSFlexJSEmitter.emitDefinePropertyFunction(IAccessorNode node) |
protected void |
JSFlexJSEmitter.emitObjectDefineProperty(IAccessorNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSGoogEmitter.emitAccessors(IAccessorNode node) |
protected void |
JSGoogEmitter.emitDefinePropertyFunction(IAccessorNode node) |
protected void |
JSGoogEmitter.emitObjectDefineProperty(IAccessorNode node) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectDefinePropertyEmitter.emit(IAccessorNode node) |
void |
DefinePropertyFunctionEmitter.emit(IAccessorNode node) |
void |
AccessorEmitter.emit(IAccessorNode node) |
protected void |
ObjectDefinePropertyEmitter.super_emitObjectDefineProperty(IAccessorNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSVF2JSEmitter.emitAccessors(IAccessorNode node) |
protected void |
JSVF2JSEmitter.emitObjectDefineProperty(IAccessorNode node) |
Modifier and Type | Class and Description |
---|---|
class |
AccessorNode
ActionScript parse tree node that acts as a base class for getters and
setters.
|
class |
GetterNode
ActionScript parse tree node representing a getter definition (e.g. function
get foo():Number)
|
class |
SetterNode
ActionScript parse tree node representing a setter definition (e.g. function
set foo(f:Number):Void)
|
Modifier and Type | Interface and Description |
---|---|
interface |
IGetterNode
An AST node representing a getter.
|
interface |
ISetterNode
An AST node representing a setter.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.