| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript.ast |
| Modifier and Type | Method and Description |
|---|---|
List<ArrayComprehensionLoop> |
ArrayComprehension.getLoops()
Returns loop list
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayComprehension.addLoop(ArrayComprehensionLoop acl)
Adds a child loop node, and sets its parent to this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayComprehension.setLoops(List<ArrayComprehensionLoop> loops)
Sets loop list
|
Copyright © 2023 HtmlUnit. All rights reserved.