Package | Description |
---|---|
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
Modifier and Type | Class and Description |
---|---|
class |
DoWhileLoopNode |
class |
SwitchNode
Represents a switch statement found in ActionScript.
|
class |
WhileLoopNode
Represents a while loop node, either starting with a
do or with
a while . |
class |
WithNode
ActionScript parse tree node representing a with block (with (x) {...})
|
Modifier and Type | Method and Description |
---|---|
void |
IfNode.addBranch(ConditionalNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.