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. |
org.apache.flex.compiler.tree.as |
Modifier and Type | Method and Description |
---|---|
IWhileLoopNode.WhileLoopKind |
WhileLoopNode.getKind() |
IWhileLoopNode.WhileLoopKind |
DoWhileLoopNode.getKind() |
Modifier and Type | Method and Description |
---|---|
IWhileLoopNode.WhileLoopKind |
IWhileLoopNode.getKind()
Returns the kind of the while loop
|
static IWhileLoopNode.WhileLoopKind |
IWhileLoopNode.WhileLoopKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IWhileLoopNode.WhileLoopKind[] |
IWhileLoopNode.WhileLoopKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.