| 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.flexjs | |
| 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.emitUnaryOperator(IUnaryOperatorNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
ASEmitter.emitUnaryOperator(IUnaryOperatorNode node) |
void |
ASBlockWalker.visitUnaryOperator(IUnaryOperatorNode node) |
| Modifier and Type | Field and Description |
|---|---|
ISubEmitter<IUnaryOperatorNode> |
JSEmitter.unaryOperatorEmitter |
| Modifier and Type | Method and Description |
|---|---|
void |
JSEmitter.emitUnaryOperator(IUnaryOperatorNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSFlexJSEmitter.emitUnaryOperator(IUnaryOperatorNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnaryOperatorEmitter.emit(IUnaryOperatorNode node) |
protected void |
UnaryOperatorEmitter.emitDeleteOperator(IUnaryOperatorNode node) |
protected void |
UnaryOperatorEmitter.emitPostUnaryOperator(IUnaryOperatorNode node) |
void |
UnaryOperatorEmitter.emitPreUnaryOperator(IUnaryOperatorNode node) |
protected void |
UnaryOperatorEmitter.emitTypeOfOperator(IUnaryOperatorNode node) |
protected void |
UnaryOperatorEmitter.emitVoidOperator(IUnaryOperatorNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnaryOperatorAtNode
Final subclass of
UnaryOperatorNodeBase for the '@' operator. |
class |
UnaryOperatorBitwiseNotNode
Final subclass of
UnaryOperatorNodeBase for the '~' operator. |
class |
UnaryOperatorDeleteNode
Final subclass of
UnaryOperatorNodeBase for the 'delete' operator. |
class |
UnaryOperatorLogicalNotNode
Final subclass of
UnaryOperatorNodeBase for the '! |
class |
UnaryOperatorMinusNode
Final subclass of
UnaryOperatorNodeBase for the '-' operator. |
class |
UnaryOperatorNodeBase
Abstract base class for all unary operator nodes.
|
class |
UnaryOperatorPlusNode
Final subclass of
UnaryOperatorNodeBase for the '+' operator. |
class |
UnaryOperatorPostDecrementNode
Final subclass of
UnaryOperatorNodeBase for the postfix '--' operator. |
class |
UnaryOperatorPostfixNodeBase
Abstract base class for all post-fix unary operator nodes.
|
class |
UnaryOperatorPostIncrementNode
Final subclass of
UnaryOperatorNodeBase for the postfix '++' operator. |
class |
UnaryOperatorPreDecrementNode
Final subclass of
UnaryOperatorNodeBase for the prefix '--' operator. |
class |
UnaryOperatorPreIncrementNode
Final subclass of
UnaryOperatorNodeBase for the prefix '++' operator. |
class |
UnaryOperatorTypeOfNode
Final subclass of
UnaryOperatorNodeBase for the 'typeof' operator. |
class |
UnaryOperatorVoidNode
Final subclass of
UnaryOperatorNodeBase for the 'void' operator. |
| Modifier and Type | Method and Description |
|---|---|
void |
IASBlockVisitor.visitUnaryOperator(IUnaryOperatorNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.