| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript.ast |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabeledStatement.getFirstLabel() |
Label |
LabeledStatement.getLabelByName(String name)
Returns label with specified name from the label list for this labeled statement.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
LabeledStatement.getLabels()
Returns label list
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabeledStatement.addLabel(Label label)
Adds a label and sets its parent to this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabeledStatement.setLabels(List<Label> labels)
Sets label list, setting the parent of each label in the list.
|
Copyright © 2025 HtmlUnit. All rights reserved.