Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Class and Description |
---|---|
class |
ArrayComprehensionLoop
AST node for a single 'for (foo in bar)' loop construct in a JavaScript 1.7
Array comprehension.
|
class |
DoLoop
Do statement.
|
class |
ForInLoop
For-in or for-each-in statement.
|
class |
ForLoop
C-style for-loop statement.
|
class |
WhileLoop
While statement.
|
Modifier and Type | Method and Description |
---|---|
Loop |
ContinueStatement.getTarget()
Returns continue target
|
Modifier and Type | Method and Description |
---|---|
void |
ContinueStatement.setTarget(Loop target)
Sets continue target.
|