| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript.ast |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GeneratorExpressionLoop> |
GeneratorExpression.getLoops()
Returns loop list
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratorExpression.addLoop(GeneratorExpressionLoop acl)
Adds a child loop node, and sets its parent to this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratorExpression.setLoops(java.util.List<GeneratorExpressionLoop> loops)
Sets loop list
|